[OpenWrt-Devel] [PATCH 1/3] bcm53xx: move wpad-mini from Makefile to Generic profile
Álvaro Fernández Rojas
noltari at gmail.com
Thu May 28 15:04:38 EDT 2015
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bcm53xx/Makefile | 2 +-
target/linux/bcm53xx/profiles/100-Generic.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 8b7f71b..89c099f 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -23,7 +23,7 @@ endef
KERNELNAME:=zImage dtbs
-DEFAULT_PACKAGES += swconfig wpad-mini nvram otrx \
+DEFAULT_PACKAGES += swconfig nvram otrx \
kmod-gpio-button-hotplug \
kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer
diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk
index d7e9005..3b998fb 100644
--- a/target/linux/bcm53xx/profiles/100-Generic.mk
+++ b/target/linux/bcm53xx/profiles/100-Generic.mk
@@ -7,7 +7,7 @@
define Profile/Generic
NAME:=Broadcom SoC, BCM43xx WiFi (b43, brcmfmac, default)
- PACKAGES:=kmod-b43 kmod-brcmfmac
+ PACKAGES:=kmod-b43 kmod-brcmfmac wpad-mini
endef
define Profile/Generic/Description
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list