Source-Makefile: package/kernel/acx-mac80211/Makefile
Package: kmod-acx-mac80211
Menu: 1
Submenu: Wireless Drivers
Version: <LINUX_VERSION>+20130909-1
Depends: @(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211
Menu-Depends: 
Provides: 
Build-Depends: mac80211
Section: kernel
Category: Kernel modules
Title: ACX1xx mac80211 driver
Maintainer: Florian Fainelli <florian@openwrt.org>
Source: acx-mac80211-20130909.tar.bz2
Type: ipkg
Description: 	Driver for acx111 cards (mac80211 version)
Florian Fainelli <florian@openwrt.org>
@@
Config:
	menu "Configuration"
		depends on PACKAGE_kmod-acx-mac80211

	config ACX_ID_0D
		bool "ACX1xx Radio ID 0D firmware"
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 0D into /lib/firmware.

	config ACX_ID_11
		bool "ACX1xx Radio ID 11 firmware"
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 11 into /lib/firmware.

	config ACX_ID_15
		bool "ACX1xx Radio ID 15 firmware"
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 15 into /lib/firmware.

	config ACX_ID_16
		bool "ACX1xx Radio ID 16 firmware"
		default y
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 16 into /lib/firmware.

	choice
		prompt "ACX111 firmware version"
		depends on ACX_ID_16
		default ACX_DEFAULT if !TARGET_adm5120
		default ACX_1_2_1_34 if TARGET_adm5120
		help
		  This option allows you to select the version of the acx firmware.

	config ACX_DEFAULT
		bool "Default"
		help
		  Default firmware for ACX111 devices.

		  If unsure, select this.

	config ACX_1_2_1_34
		bool "1.2.1_34"
		help
		  1.2.1_34 firmware for ACX111 devices. Works with Zyxel P-334WT.

		  If unsure, select the "default" firmware.

	endchoice

	config ACX_ID_17
		bool "ACX1xx Radio ID 17 firmware"
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 17 into /lib/firmware.

	config ACX_ID_19
		bool "ACX1xx Radio ID 19 firmware"
		default y
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 19 into /lib/firmware.

	config ACX_ID_1B
		bool "ACX1xx Radio ID 1B firmware"
		help
		  Download and install firmware for:
		    ACX1xx cards with Radio ID 1b into /lib/firmware.

	endmenu
@@


