From: Jo-Philipp Wich Date: Sat, 19 Feb 2011 18:11:31 +0000 (+0000) Subject: kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=70f42675b190ddde0594d1e5a2ca48c05b433d31 kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this SVN-Revision: 25592 --- 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)