diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-31 21:59:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-31 21:59:07 +0000 |
commit | 1b9d0109a82edd9a955e2effb90b9c0eadf13713 (patch) | |
tree | 033606ff0e5fa41a5dcb475601f6d4d149be6b21 /target/linux/mvebu | |
parent | 60baecf9876b7b4d88e93be745cd5a408fdd250c (diff) | |
download | upstream-1b9d0109a82edd9a955e2effb90b9c0eadf13713.tar.gz upstream-1b9d0109a82edd9a955e2effb90b9c0eadf13713.tar.bz2 upstream-1b9d0109a82edd9a955e2effb90b9c0eadf13713.zip |
[mvebu]: enable wpad-mini by default
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/profiles/100-Generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/100-Generic.mk b/target/linux/mvebu/profiles/100-Generic.mk index 918ecae3f3..47f1341a95 100644 --- a/target/linux/mvebu/profiles/100-Generic.mk +++ b/target/linux/mvebu/profiles/100-Generic.mk @@ -14,7 +14,7 @@ define Profile/Generic kmod-rtc-marvell kmod-thermal-armada \ kmod-gpio-button-hotplug kmod-hwmon-tmp421 \ kmod-hwmon-gpiofan kmod-leds-tlc59116 \ - kmod-ledtrig-usbdev kmod-mwlwifi + kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini endef define Profile/Generic/Description |