From: jow Date: Sat, 25 Feb 2012 13:05:59 +0000 (+0000) Subject: [package] kernel: only depend on kmod-rtc-core if its provided by the used Kernel... X-Git-Tag: fast2504n-3.10.28-merged~6871 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=2134e17cf1f7b91184aa72bfe25e3ca5b6d7e462;p=openwrt.git [package] kernel: only depend on kmod-rtc-core if its provided by the used Kernel version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30716 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index ff42ebada5..9ab6700b7f 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -751,7 +751,7 @@ $(eval $(call KernelPackage,rtc-core)) define KernelPackage/rtc-pcf8563 SUBMENU:=$(OTHER_MENU) TITLE:=Philips PCF8563/Epson RTC8564 RTC support - DEPENDS:=+kmod-rtc-core + DEPENDS:=+(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39||BROKEN):kmod-rtc-core KCONFIG:=CONFIG_RTC_DRV_PCF8563 FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko AUTOLOAD:=$(call AutoLoad,60,rtc-pcf8563) @@ -768,7 +768,7 @@ $(eval $(call KernelPackage,rtc-pcf8563)) define KernelPackage/rtc-pcf2123 SUBMENU:=$(OTHER_MENU) TITLE:=Philips PCF2123 RTC support - DEPENDS:=+kmod-rtc-core + DEPENDS:=+(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39||BROKEN):kmod-rtc-core KCONFIG:=CONFIG_RTC_DRV_PCF2123 FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf2123.ko AUTOLOAD:=$(call AutoLoad,60,rtc-pcf2123)