Explorar el Código

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 <[email protected]>

SVN-Revision: 39903
Florian Fainelli hace 11 años
padre
commit
0d92f34977
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/kernel/gpio-button-hotplug/Makefile

+ 1 - 0
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)