diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:30:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:30:30 +0000 |
commit | 97d7c2621ecc752ca4a3cf77e333d5eb34064ff4 (patch) | |
tree | 4327ceac9567e871984f53680bd892643ecdff4f /openwrt/package/linux/Config.in | |
parent | 35f03f2375a9fffc996a28bf6e0bd5b793d6e395 (diff) | |
download | mtk-20170518-97d7c2621ecc752ca4a3cf77e333d5eb34064ff4.zip mtk-20170518-97d7c2621ecc752ca4a3cf77e333d5eb34064ff4.tar.gz mtk-20170518-97d7c2621ecc752ca4a3cf77e333d5eb34064ff4.tar.bz2 |
package wl and et and make them removable
SVN-Revision: 532
Diffstat (limited to 'openwrt/package/linux/Config.in')
-rw-r--r-- | openwrt/package/linux/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/linux/Config.in b/openwrt/package/linux/Config.in index c06bcd2..b848572 100644 --- a/openwrt/package/linux/Config.in +++ b/openwrt/package/linux/Config.in @@ -1,3 +1,15 @@ +config BR2_PACKAGE_KMOD_BRCM_WL + tristate "Broadcom Wireless Network Driver" + default y + help + Proprietary driver for Broadcom Wireless chipsets + +config BR2_PACKAGE_KMOD_BRCM_ET + tristate "Broadcom Ethernet Driver" + default y + help + Proprietary driver for Broadcom Ethernet chipsets + config BR2_PACKAGE_KMOD_ARPT tristate "ARP firewalling support" default m |