aboutsummaryrefslogtreecommitdiffstats
path: root/package/Sysconf.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/Sysconf.in')
-rw-r--r--package/Sysconf.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/Sysconf.in b/package/Sysconf.in
new file mode 100644
index 0000000000..647e292ff7
--- /dev/null
+++ b/package/Sysconf.in
@@ -0,0 +1,31 @@
+#
+
+menu "Runtime Configuration"
+ choice
+ bool "Telnet access"
+ default BR2_SYSCONF_TELNET_OPEN
+
+ config BR2_SYSCONF_TELNET_FAILSAFE_ONLY
+ bool "open, failsafe only"
+
+ config BR2_SYSCONF_TELNET_OPEN
+ bool "open"
+
+ endchoice
+
+ menu "Failsafe configuration"
+
+ config BR2_SYSCONF_FAILSAFE_IP
+ string "IP Address"
+ default "192.168.1.1"
+
+ config BR2_SYSCONF_FAILSAFE_NETMASK
+ string "Netmask"
+ default "255.255.255.0"
+
+ config BR2_SYSCONF_FAILSAFE_MAC
+ string "MAC Address"
+ default "00:00:BA:DC:0D:ED"
+
+ endmenu
+endmenu