diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:20 +0000 |
commit | 4acba495346b301d564205bff9da2c3d4b6a7a91 (patch) | |
tree | 28db5ae39aebd83a53777c968a2022f1e8aaee11 /package | |
parent | bd50216764f2cee8964ce44ee9dc70c10d3b1d85 (diff) | |
download | upstream-4acba495346b301d564205bff9da2c3d4b6a7a91.tar.gz upstream-4acba495346b301d564205bff9da2c3d4b6a7a91.tar.bz2 upstream-4acba495346b301d564205bff9da2c3d4b6a7a91.zip |
gpio-button-hotplug: don't build on 2.6.30
SVN-Revision: 31363
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 adb9a45264..3558e9ce44 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:= |