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 | 94169118a2a766957be32e798a2cfeb79dee1f7a (patch) | |
tree | 48b0948c18f9645b7c182e46bf589ad7af87f0ac /target | |
parent | b9da555e2072d67264a2bd120594f19900d6d8f4 (diff) | |
download | upstream-94169118a2a766957be32e798a2cfeb79dee1f7a.tar.gz upstream-94169118a2a766957be32e798a2cfeb79dee1f7a.tar.bz2 upstream-94169118a2a766957be32e798a2cfeb79dee1f7a.zip |
bcm63xx: replace kmod-switch with swconfig in default package set
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35407 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |