diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-05 00:52:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-05 00:52:33 +0000 |
commit | a27808e671f1d752c43675ee98dcf79b0ed68eeb (patch) | |
tree | 1cf983e486e0598bce21d133fc201755a1b63f4e | |
parent | 00ade4d60cf3ad27f4c4afaa71936f5e19c6099f (diff) | |
download | mtk-20170518-a27808e671f1d752c43675ee98dcf79b0ed68eeb.zip mtk-20170518-a27808e671f1d752c43675ee98dcf79b0ed68eeb.tar.gz mtk-20170518-a27808e671f1d752c43675ee98dcf79b0ed68eeb.tar.bz2 |
enable firmware loader by default in brcm-2.6
SVN-Revision: 2831
-rw-r--r-- | openwrt/target/linux/linux-2.6/config/brcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.6/config/brcm b/openwrt/target/linux/linux-2.6/config/brcm index 16413fc..0e658df 100644 --- a/openwrt/target/linux/linux-2.6/config/brcm +++ b/openwrt/target/linux/linux-2.6/config/brcm @@ -580,7 +580,7 @@ CONFIG_IEEE80211_CRYPT_TKIP=m # CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_FW_LOADER=m +CONFIG_FW_LOADER=y # # Connector - unified userspace <-> kernelspace linker |