diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:20 +0000 |
commit | 6cc3e5cd985a346c91eda8f617dbd572ec471fc3 (patch) | |
tree | 6f08cc6d2d4301c2d0b8ef29c46f48bb61aca04c | |
parent | 14f43eca27d7bd44ae95cb958137d628a532ef4e (diff) | |
download | upstream-6cc3e5cd985a346c91eda8f617dbd572ec471fc3.tar.gz upstream-6cc3e5cd985a346c91eda8f617dbd572ec471fc3.tar.bz2 upstream-6cc3e5cd985a346c91eda8f617dbd572ec471fc3.zip |
[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-a3cf2f4a3e73
-rw-r--r-- | package/gpio-button-hotplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpio-button-hotplug/Makefile b/package/gpio-button-hotplug/Makefile index adb9a45264..3558e9ce44 100644 --- a/package/gpio-button-hotplug/Makefile +++ b/package/gpio-button-hotplug/Makefile @@ -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:= |