[ar71xx] add default network configuration for the AP83 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 6 Jun 2009 16:01:09 +0000 (16:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 6 Jun 2009 16:01:09 +0000 (16:01 +0000)
SVN-Revision: 16360

target/linux/ar71xx/base-files/etc/defconfig/ap83/network [new file with mode: 0644]
target/linux/ar71xx/base-files/lib/ar71xx.sh

diff --git a/target/linux/ar71xx/base-files/etc/defconfig/ap83/network b/target/linux/ar71xx/base-files/etc/defconfig/ap83/network
new file mode 100644 (file)
index 0000000..ff7b42d
--- /dev/null
@@ -0,0 +1,16 @@
+config interface loopback
+       option ifname   lo
+       option proto    static
+       option ipaddr   127.0.0.1
+       option netmask  255.0.0.0
+
+config interface lan
+       option ifname   eth1
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
+
+config interface wan
+       option ifname   eth0
+       option proto    dhcp
index 7643a1a7d7a29e3b2865f7fd91f5f9db36d207a6..09ea0f6f9dd95dc7440d479c3785eb8a28374780 100755 (executable)
@@ -13,6 +13,9 @@ ar71xx_board_name() {
        *AP81)
                name="ap81"
                ;;
+       *AP83)
+               name="ap83"
+               ;;
        *AW-NR580)
                name="aw-nr580"
                ;;