fix network devices modules to depend on PCI instead of x86
[oweals/openwrt.git] / package / kernel / modules / 001-depends.mk
index aad29392306fd0000d66d4d0412053b3453bedf2..6c493018df2fd926d43c5442afb25da40e20c648 100644 (file)
@@ -33,7 +33,5 @@ endef
 
 
 define AddDepends/rtc
-  DEPENDS+= \
-    +(LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39):kmod-rtc-core-2.6 \
-    +!(LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39):kmod-rtc-core-3.x
+  DEPENDS+= @RTC_SUPPORT
 endef