remove obsolete kernel dependencies and version checks

SVN-Revision: 21956
This commit is contained in:
Felix Fietkau
2010-06-26 20:44:28 +00:00
parent 0410a7b549
commit ff3d5025ac
37 changed files with 65 additions and 131 deletions

View File

@@ -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