X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=f6e6ea3990aefe07a7ed19feae2286f57135c91e;hp=b7deabebcc8fcd902c76158ea21025a61da86f7e;hb=2b23c7e808e994277467a6e969eb6dbd39ac1c35;hpb=2850ac9877a5e1db9b4a2fd2bac3626e778597ef;ds=sidebyside diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index b7deabebcc..f6e6ea3990 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -834,7 +834,6 @@ $(eval $(call KernelPackage,pwm-gpio)) define KernelPackage/rtc-core SUBMENU:=$(OTHER_MENU) TITLE:=Real Time Clock class support - DEPENDS:=@LINUX_2_6 KCONFIG:=CONFIG_RTC_CLASS FILES:=$(LINUX_DIR)/drivers/rtc/rtc-core.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,29,rtc-core)