diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-11-21 16:36:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-11-21 16:36:39 +0000 |
commit | 718907b661cae8d684c19ab8c9fe51bd8b8d75d6 (patch) | |
tree | 9400b805457284c55ce178e63ac7a42c767276c8 /target/linux/brcm63xx/Makefile | |
parent | c33f21ae9508d680be26ef6f9ed3f5883af8d67b (diff) | |
download | upstream-718907b661cae8d684c19ab8c9fe51bd8b8d75d6.tar.gz upstream-718907b661cae8d684c19ab8c9fe51bd8b8d75d6.tar.bz2 upstream-718907b661cae8d684c19ab8c9fe51bd8b8d75d6.zip |
don't package gpioctl by default
SVN-Revision: 29288
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 33c0268787..f37adc2bfe 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-switch gpioctl kmod-input-gpio-buttons \ +DEFAULT_PACKAGES += kmod-switch kmod-input-gpio-buttons \ kmod-button-hotplug define Target/Description |