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 | 2bff4ca7b1e031ca021e68946553504ac961a528 (patch) | |
tree | abba8a9e5016e3cdd8772b7bc99e5c96de0ce863 | |
parent | 08b592673a843cd9878fa9fa6f562703533e39d3 (diff) | |
download | openwrt-2bff4ca7b1e031ca021e68946553504ac961a528.tar.gz openwrt-2bff4ca7b1e031ca021e68946553504ac961a528.tar.bz2 openwrt-2bff4ca7b1e031ca021e68946553504ac961a528.zip |
use mwlwifi by default
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43773
-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 |