diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-20 13:25:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-20 13:25:20 +0000 |
commit | dcd91362a2114e782cfe91849ded3bdcc230494b (patch) | |
tree | 6f08cc6d2d4301c2d0b8ef29c46f48bb61aca04c /package | |
parent | ac4400c716a7b2cb5be62a166a95ebbe20462d8e (diff) |
[package] gpio-button-hotplug: don't build on 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31363 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/gpio-button-hotplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpio-button-hotplug/Makefile b/package/gpio-button-hotplug/Makefile index adb9a4526..3558e9ce4 100644 --- a/package/gpio-button-hotplug/Makefile +++ b/package/gpio-button-hotplug/Makefile @@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/gpio-button-hotplug SUBMENU:=Other modules TITLE:=Simple GPIO Button Hotplug driver + DEPENDS:=@!LINUX_2_6_30 FILES:=$(PKG_BUILD_DIR)/gpio-button-hotplug.ko AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug) KCONFIG:= |