Browse Source

kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this

SVN-Revision: 25592
Jo-Philipp Wich 15 years ago
parent
commit
70f42675b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/kernel/modules/other.mk

+ 0 - 1
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)