diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-01-30 00:19:21 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-01-30 00:19:21 +0000 |
commit | ce8b22604623f44b85c8335627accbb5e40145b5 (patch) | |
tree | 0535e37c5d8bc924421f1271cb8e0541517a5faf /target/linux/brcm63xx/Makefile | |
parent | fe766227a218b4643621291a602f17b1bfeafbd2 (diff) | |
download | upstream-ce8b22604623f44b85c8335627accbb5e40145b5.tar.gz upstream-ce8b22604623f44b85c8335627accbb5e40145b5.tar.bz2 upstream-ce8b22604623f44b85c8335627accbb5e40145b5.zip |
bcm63xx: replace kmod-switch with swconfig in default package set
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35407
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 80de273e11..cc17f8ce93 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -15,8 +15,7 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-switch kmod-input-gpio-keys-polled \ - kmod-button-hotplug +DEFAULT_PACKAGES += swconfig kmod-input-gpio-keys-polled kmod-button-hotplug define Target/Description Build firmware images for Broadcom based xDSL/routers |