mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9414 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
config P54_COMMON
|
|
tristate "Softmac Prism54 support"
|
|
depends on MAC80211 && WLAN_80211 && FW_LOADER && EXPERIMENTAL
|
|
|
|
config P54_USB
|
|
tristate "Prism54 USB support"
|
|
depends on P54_COMMON && USB
|
|
select CRC32
|
|
|
|
config P54_PCI
|
|
tristate "Prism54 PCI support"
|
|
depends on P54_COMMON && PCI
|