diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-16 09:41:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-16 09:41:36 +0000 |
commit | b66bc612873d67d82a40ea14179cb4d83963d36a (patch) | |
tree | 1032f40eabf53527f4a2d9ae596c903ec04b1a7c /package | |
parent | b0250695a9247aac244b770a0fb0d6deaad5467c (diff) | |
download | upstream-b66bc612873d67d82a40ea14179cb4d83963d36a.tar.gz upstream-b66bc612873d67d82a40ea14179cb4d83963d36a.tar.bz2 upstream-b66bc612873d67d82a40ea14179cb4d83963d36a.zip |
button-hotplug does not build for 2.4 kernels
SVN-Revision: 11845
Diffstat (limited to 'package')
-rw-r--r-- | package/button-hotplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index 64bf94394a..aae694ccb0 100644 --- 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 |