From: Florian Fainelli Date: Wed, 12 Mar 2014 22:09:11 +0000 (+0000) Subject: gpio-button-hotplug: don't build for 3.3 kernels X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1edf77ea4a8b3b6f21060fd6a15a6c957ed1dde4;p=openwrt%2Fsvn-archive%2Farchive.git 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 SVN-Revision: 39903 --- 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)