diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-03-12 22:09:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-03-12 22:09:11 +0000 |
commit | 0d92f34977b46eef717256e016bcc5fe3d6b5982 (patch) | |
tree | 9f3520aee8ac3b70ca0c649c4575a2fd5d7f65ce /package/kernel/gpio-button-hotplug/Makefile | |
parent | f664976483021484ced70db2ddca929b0755717b (diff) | |
download | upstream-0d92f34977b46eef717256e016bcc5fe3d6b5982.tar.gz upstream-0d92f34977b46eef717256e016bcc5fe3d6b5982.tar.bz2 upstream-0d92f34977b46eef717256e016bcc5fe3d6b5982.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>
SVN-Revision: 39903
Diffstat (limited to 'package/kernel/gpio-button-hotplug/Makefile')
-rw-r--r-- | package/kernel/gpio-button-hotplug/Makefile | 1 |
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) |