ar71xx: add default network config for wzr-hp-ag300h (based on a patch from #9607)
authorFelix Fietkau <nbd@openwrt.org>
Sat, 25 Jun 2011 13:54:42 +0000 (13:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 25 Jun 2011 13:54:42 +0000 (13:54 +0000)
SVN-Revision: 27283

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

diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/network b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/network
new file mode 100644 (file)
index 0000000..379e6c4
--- /dev/null
@@ -0,0 +1,26 @@
+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   eth0
+       option type     bridge
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
+
+config interface wan
+       option ifname   eth1
+       option proto    dhcp
+
+config switch
+       option name     eth0
+       option reset    1
+       option enable_vlan 1
+
+config switch_vlan
+       option device   eth0
+       option vlan     1
+       option ports    '0 1 2 3 4'
index 9e33ffd3f53e8345d5fcf2841eb5225a5f7a7e90..e23ac28de1fec01a0da8f30eed95b9f56e11873e 100755 (executable)
@@ -154,6 +154,9 @@ ar71xx_board_name() {
        *WRT400N)
                name="wrt400n"
                ;;
        *WRT400N)
                name="wrt400n"
                ;;
+       *WZR-HP-AG300H)
+               name="wzr-hp-ag300h"
+               ;;
        *WZR-HP-G300NH)
                name="wzr-hp-g300nh"
                ;;
        *WZR-HP-G300NH)
                name="wzr-hp-g300nh"
                ;;