X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bcd6a465a2ac82da11825585fbc16a29067a843b..3fa8734ca6341f666b045e207658a03a3133822a:/package/ar7-atm/Config.in diff --git a/package/ar7-atm/Config.in b/package/ar7-atm/Config.in index 395755c59..479b7ad07 100644 --- a/package/ar7-atm/Config.in +++ b/package/ar7-atm/Config.in @@ -1,6 +1,8 @@ +menu "Configuration" + depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b) + choice prompt "Firmware version" - depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b) default AR7_ATM_FW_VERSION_704 help 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" endchoice + +endmenu