diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:29:29 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-25 22:29:29 +0000 |
commit | 047dd14d04a84cbdf1232e0d907ced174f30ba5f (patch) | |
tree | 5b37cc5948ab15239505ca9b0f1c92a2ebdbff28 /target | |
parent | 168e0d4bdb8db4baf0e8062984341a11e918ced9 (diff) | |
download | upstream-047dd14d04a84cbdf1232e0d907ced174f30ba5f.tar.gz upstream-047dd14d04a84cbdf1232e0d907ced174f30ba5f.tar.bz2 upstream-047dd14d04a84cbdf1232e0d907ced174f30ba5f.zip |
[mvebu]: use mwlwifi by default
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 a6923118d3..918ecae3f3 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-ledtrig-usbdev kmod-mwlwifi endef define Profile/Generic/Description |