OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 menu "Configuration"
2 depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b)
3  
4 choice
5 prompt "Firmware version"
6 default AR7_ATM_FW_VERSION_704
7 help
8 This option allows you to switch between firmware/driver versions which
9 might improve the DSL line speed.
10  
11 config AR7_ATM_FW_VERSION_705
12 bool "D7.05.01.00"
13  
14 config AR7_ATM_FW_VERSION_704
15 bool "D7.04.03.00"
16  
17 config AR7_ATM_FW_VERSION_703
18 bool "D7.03.01.00"
19  
20 endchoice
21  
22 endmenu