diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-20 13:25:17 +0000 |
commit | 14f43eca27d7bd44ae95cb958137d628a532ef4e (patch) | |
tree | bd4fe9eb186daf42cc7d3d898e72997fe5aa2ba3 | |
parent | 7958c069d9c8e7a8812ac38f0775fdf416fce21f (diff) | |
download | master-187ad058-14f43eca27d7bd44ae95cb958137d628a532ef4e.tar.gz master-187ad058-14f43eca27d7bd44ae95cb958137d628a532ef4e.tar.bz2 master-187ad058-14f43eca27d7bd44ae95cb958137d628a532ef4e.zip |
[package] button-hotplug: prevent build on 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31362 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/button-hotplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index 35ea6d411e..1aa268f2bd 100644 --- a/package/button-hotplug/Makefile +++ b/package/button-hotplug/Makefile @@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver + DEPENDS:=@!LINUX_2_6_30 FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko AUTOLOAD:=$(call AutoLoad,30,button-hotplug) KCONFIG:= |