Changeset 7af239a in freewrt for target/linux/Config.in


Ignore:
Timestamp:
Aug 14, 2025, 11:07:45 PM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
9554ed5
Parents:
dc6b972
git-author:
Waldemar Brodkorb <wbx@…> (08/14/25 23:06:18)
git-committer:
Waldemar Brodkorb <wbx@…> (08/14/25 23:07:45)
Message:

wlan support: add b43 driver and firmware files

While there fix loading of kernel modules.
Enable Squashfs ZSTD in the kernel, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/Config.in

    rdc6b972 r7af239a  
    11menu "Kernel Configuration"
     2
     3menu "Wireless Driver modules"
     4
     5config FWRT_PACKAGE_KMOD_B43
     6        prompt "kmod-b43.......................... b43 WLAN support"
     7        tristate
     8        default y
     9        select FWRT_PACKAGE_KMOD_CFG80211
     10        select FWRT_PACKAGE_KMOD_MAC80211
     11        help
     12          b43 support
     13
     14config FWRT_PACKAGE_KMOD_CFG80211
     15        prompt "kmod-cfg80211..................... cfg80211 WLAN support"
     16        tristate
     17        default y
     18        help
     19          cfg80211 support
     20
     21config FWRT_PACKAGE_KMOD_MAC80211
     22        prompt "kmod-mac80211..................... mac80211 WLAN support"
     23        tristate
     24        default y
     25        select FWRT_PACKAGE_KMOD_CRYPTO_ARC4
     26        help
     27          mac80211 support
     28
     29endmenu
    230
    331menu "Networking modules"
     
    831859          Bluetooth drivers and network stack
    832860
    833 
    834861config FWRT_PACKAGE_KMOD_PARPORT
    835862        prompt "kmod-parport...................... generic parallel port support"
Note: See TracChangeset for help on using the changeset viewer.