diff options
Diffstat (limited to 'openwrt/package/sdk/files/sysconf')
-rw-r--r-- | openwrt/package/sdk/files/sysconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/sdk/files/sysconf b/openwrt/package/sdk/files/sysconf new file mode 100644 index 000000000..326a5823d --- /dev/null +++ b/openwrt/package/sdk/files/sysconf @@ -0,0 +1,4 @@ +BR2_SYSCONF_TELNET_FAILSAFE_ONLY=y +BR2_SYSCONF_FAILSAFE_IP="192.168.1.1" +BR2_SYSCONF_FAILSAFE_NETMASK="255.255.255.0" +BR2_SYSCONF_FAILSAFE_MAC="00:00:BA:DC:0D:ED" |