diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 01:55:48 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-14 01:55:48 +0000 |
commit | 031e7066ff2031d95cbf7ecc52228b8247a659ca (patch) | |
tree | 6f7ff09a2e3b763272b44c9023a618497971de14 /target/linux/package/base-files/files/aruba-2.6/etc | |
parent | 26120a19fe02521e6f03fc9245bc3396809c7325 (diff) |
fix networking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/base-files/files/aruba-2.6/etc')
-rw-r--r-- | target/linux/package/base-files/files/aruba-2.6/etc/network.overrides | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/base-files/files/aruba-2.6/etc/network.overrides b/target/linux/package/base-files/files/aruba-2.6/etc/network.overrides index e857d5b5f..2df6acdd3 100644 --- a/target/linux/package/base-files/files/aruba-2.6/etc/network.overrides +++ b/target/linux/package/base-files/files/aruba-2.6/etc/network.overrides @@ -11,7 +11,7 @@ DEFAULT_lan_ifname="br0" DEFAULT_lan_ifnames="eth0" DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"} DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"} -DEFAULT_lan_hwaddr=${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"} +# DEFAULT_lan_hwaddr=${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"} # failsafe if reset is held [ "$FAILSAFE" = "true" ] && { |