summaryrefslogtreecommitdiff
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
commitb66bc612873d67d82a40ea14179cb4d83963d36a (patch)
tree1032f40eabf53527f4a2d9ae596c903ec04b1a7c /package/button-hotplug
parentb0250695a9247aac244b770a0fb0d6deaad5467c (diff)
downloadmtk-20170518-b66bc612873d67d82a40ea14179cb4d83963d36a.zip
mtk-20170518-b66bc612873d67d82a40ea14179cb4d83963d36a.tar.gz
mtk-20170518-b66bc612873d67d82a40ea14179cb4d83963d36a.tar.bz2
button-hotplug does not build for 2.4 kernels
SVN-Revision: 11845
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 64bf943..aae694c 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