X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Fetc%2Fboard.d%2F02_network;h=35a7407ef7d00b841c8b90de228d3c8cc129f204;hb=a71a8955f20e3c3ac13323072a70362f3c9d80fd;hp=a2bd6b11bcfed43bcfeb2e5c9206118523eb1204;hpb=edcdb93467e7a4e8373ca980dc15fa36c83d178a;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index a2bd6b11bc..35a7407ef7 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -66,6 +66,7 @@ ar71xx_setup_interfaces() bullet-m|\ c-55|\ cap4200ag|\ + eap120|\ eap300v2|\ eap7660d|\ el-mini|\ @@ -105,6 +106,7 @@ ar71xx_setup_interfaces() tl-wa901nd-v3|\ tl-wa901nd-v4|\ tl-wr703n|\ + tl-wr802n-v1|\ tube2h|\ unifiac-lite|\ wndap360|\ @@ -199,6 +201,10 @@ ar71xx_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth1" "1:lan" "3:lan" ;; + c-60) + ucidef_add_switch "switch0" \ + "0@eth0" "3:wan" "4:lan" + ;; cap324) ucidef_set_interface_lan "eth0" "dhcp" ;; @@ -285,6 +291,7 @@ ar71xx_setup_interfaces() ucidef_add_switch "switch0" \ "0:lan" "1:lan" "3@eth1" ;; + dir-869-a1|\ epg5000|\ esr1750) ucidef_add_switch "switch0" \ @@ -299,6 +306,7 @@ ar71xx_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth0" "2:lan" "3:lan" ;; + dw33d|\ f9k1115v2) ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_add_switch "switch0" \ @@ -434,6 +442,7 @@ ar71xx_setup_macs() esr900) wan_mac=$(mtd_get_mac_ascii u-boot-env "wanaddr") ;; + dir-869-a1|\ mynet-n750) wan_mac=$(mtd_get_mac_ascii devdata "wanmac") ;;