nbd's makefile/menuconfig rewrite
[openwrt-10.03/.git] / package / Sysconf.in
1 #
2
3 menu "Runtime Configuration"
4         choice
5                 bool "Telnet access"
6                 default BR2_SYSCONF_TELNET_OPEN
7                 
8                 config BR2_SYSCONF_TELNET_FAILSAFE_ONLY
9                         bool "open, failsafe only"
10
11                 config BR2_SYSCONF_TELNET_OPEN
12                         bool "open"
13
14         endchoice
15         
16         menu "Failsafe configuration"
17         
18                 config BR2_SYSCONF_FAILSAFE_IP
19                         string "IP Address"
20                         default "192.168.1.1"
21                 
22                 config BR2_SYSCONF_FAILSAFE_NETMASK
23                         string "Netmask"
24                         default "255.255.255.0"
25
26                 config BR2_SYSCONF_FAILSAFE_MAC
27                         string "MAC Address"
28                         default "00:00:BA:DC:0D:ED"
29
30         endmenu
31 endmenu