projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc16aa
)
kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 18:11:31 +0000
(18:11 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 18:11:31 +0000
(18:11 +0000)
SVN-Revision: 25592
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index b7deabebcc8fcd902c76158ea21025a61da86f7e..f6e6ea3990aefe07a7ed19feae2286f57135c91e 100644
(file)
--- 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)