diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-28 22:35:21 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-28 22:35:21 +0000 |
commit | 1fac2f5bcd836d54e7cccbbfdd3376094435fae7 (patch) | |
tree | 04a9a29e735a30a7300c65509b778edbc5359b96 /openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config | |
parent | 3e7ce96bd455858a0c157d631c9b8a5e9c0848ad (diff) |
update sibyte kernel, fix a few remaining bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3712 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config')
-rw-r--r-- | openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config/network | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config/network b/openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config/network new file mode 100644 index 000000000..2cc9e2671 --- /dev/null +++ b/openwrt/target/linux/package/base-files/files/sibyte-2.6/etc/config/network @@ -0,0 +1,12 @@ +# Network configuration file + +## LAN configuration +lan_ifname="br0" +lan_ifnames="eth0 ath0" +lan_proto="static" +lan_ipaddr="192.168.1.1" +lan_netmask="255.255.255.0" + +## WAN configuration +wan_ifname="" +wan_proto="none" |