浏览代码

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

SVN-Revision: 25592
Jo-Philipp Wich 15 年之前
父节点
当前提交
70f42675b1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)