|
|
@ -1,6 +1,8 @@ |
|
|
|
|
|
|
|
menu "Configuration" |
|
|
|
|
|
|
|
depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b) |
|
|
|
|
|
|
|
|
|
|
|
choice |
|
|
|
choice |
|
|
|
prompt "Firmware version" |
|
|
|
prompt "Firmware version" |
|
|
|
depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b) |
|
|
|
|
|
|
|
default AR7_ATM_FW_VERSION_704 |
|
|
|
default AR7_ATM_FW_VERSION_704 |
|
|
|
help |
|
|
|
help |
|
|
|
This option allows you to switch between firmware/driver versions which |
|
|
|
This option allows you to switch between firmware/driver versions which |
|
|
@ -16,3 +18,5 @@ config AR7_ATM_FW_VERSION_703 |
|
|
|
bool "D7.03.01.00" |
|
|
|
bool "D7.03.01.00" |
|
|
|
|
|
|
|
|
|
|
|
endchoice |
|
|
|
endchoice |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
endmenu |
|
|
|