projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b025069
)
button-hotplug does not build for 2.4 kernels
author
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Jul 2008 09:41:36 +0000
(09:41 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 16 Jul 2008 09:41:36 +0000
(09:41 +0000)
SVN-Revision: 11845
package/button-hotplug/Makefile
patch
|
blob
|
history
diff --git
a/package/button-hotplug/Makefile
b/package/button-hotplug/Makefile
index 64bf94394ae1b4887206dd2eed3f44f3119a07b8..aae694ccb0441f90eab1150d1ee64b1abd88e9e2 100644
(file)
--- a/
package/button-hotplug/Makefile
+++ b/
package/button-hotplug/Makefile
@@
-16,6
+16,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/button-hotplug
SUBMENU:=Other modules
TITLE:=Button Hotplug driver
+ DEPENDS:=@LINUX_2_6
FILES:=$(PKG_BUILD_DIR)/button-hotplug.$(LINUX_KMOD_SUFFIX)
KCONFIG:=
endef