diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-16 09:41:36 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-16 09:41:36 +0000 |
commit | 1284628a927acce2937696a9054dd0a82c302419 (patch) | |
tree | 8e3a7e37c02351df467cea722946f1564371f627 | |
parent | 82da4199c3fefabb6e2ad89bc349eb1dbad94178 (diff) |
button-hotplug does not build for 2.4 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11845 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 64bf94394..aae694ccb 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 |