aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/gpio-button-hotplug
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-03-12 22:09:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-03-12 22:09:11 +0000
commit16b5c69b85c48bc917eb1551ae7e65dead4443b1 (patch)
treec9be81aaf7f142bf56ab0490a111707d5eeef629 /package/kernel/gpio-button-hotplug
parent58349b9f2383ab8ad424d085afcb8899744d8844 (diff)
downloadmaster-187ad058-16b5c69b85c48bc917eb1551ae7e65dead4443b1.tar.gz
master-187ad058-16b5c69b85c48bc917eb1551ae7e65dead4443b1.tar.bz2
master-187ad058-16b5c69b85c48bc917eb1551ae7e65dead4443b1.zip
gpio-button-hotplug: don't build for 3.3 kernels
3.3 kernels do not have the required changes which would make gpio-button-hotplug work, disallow building on those kernels for now. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/gpio-button-hotplug')
-rw-r--r--package/kernel/gpio-button-hotplug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/gpio-button-hotplug/Makefile b/package/kernel/gpio-button-hotplug/Makefile
index 1778aadf09..c947f433ec 100644
--- a/package/kernel/gpio-button-hotplug/Makefile
+++ b/package/kernel/gpio-button-hotplug/Makefile
@@ -15,6 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/gpio-button-hotplug
SUBMENU:=Other modules
+ DEPENDS:=@!LINUX_3_3
TITLE:=Simple GPIO Button Hotplug driver
FILES:=$(PKG_BUILD_DIR)/gpio-button-hotplug.ko
AUTOLOAD:=$(call AutoLoad,30,gpio-button-hotplug,1)