aboutsummaryrefslogtreecommitdiffstats
path: root/package/button-hotplug
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:44:28 +0000
commitcc44a0b0da7dce0fbf454ea4e3471b0d929e6a51 (patch)
treec24a486b7dc2ea8e2569ca1d7b61ac3816bb1019 /package/button-hotplug
parentfd588f4196a4e7622a93e194b44bf487f60440ec (diff)
downloadupstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.gz
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.tar.bz2
upstream-cc44a0b0da7dce0fbf454ea4e3471b0d929e6a51.zip
remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/button-hotplug')
-rw-r--r--package/button-hotplug/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile
index b75f1079de..f5a7fcd392 100644
--- a/package/button-hotplug/Makefile
+++ b/package/button-hotplug/Makefile
@@ -16,7 +16,6 @@ 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