aboutsummaryrefslogtreecommitdiffstats
path: root/package/button-hotplug
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-16 09:41:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-16 09:41:36 +0000
commitbd071d64176423e5725c5046ee298c63719ea34a (patch)
tree8e3a7e37c02351df467cea722946f1564371f627 /package/button-hotplug
parent84ee0935744035d586676b5eb0f34ca338bedb8a (diff)
downloadupstream-bd071d64176423e5725c5046ee298c63719ea34a.tar.gz
upstream-bd071d64176423e5725c5046ee298c63719ea34a.tar.bz2
upstream-bd071d64176423e5725c5046ee298c63719ea34a.zip
button-hotplug does not build for 2.4 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11845 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/button-hotplug')
-rw-r--r--package/button-hotplug/Makefile1
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