[package] gpio-button-hotplug: don't build on 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31363 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
14f43eca27
commit
6cc3e5cd98
|
@ -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:=
|
||||
|
|
Loading…
Reference in New Issue