2011-11-08 05:43:51 +08:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
|
|
#
|
|
|
|
|
|
|
|
[ -e /etc/config/network ] && exit 0
|
|
|
|
|
|
|
|
touch /etc/config/network
|
|
|
|
|
2011-12-02 06:48:47 +08:00
|
|
|
. /lib/functions/uci-defaults.sh
|
2011-11-08 05:43:51 +08:00
|
|
|
. /lib/ar71xx.sh
|
|
|
|
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interface_loopback
|
|
|
|
|
2011-11-08 05:43:51 +08:00
|
|
|
board=$(ar71xx_board_name)
|
|
|
|
|
|
|
|
case "$board" in
|
2012-08-27 22:55:32 +08:00
|
|
|
all0315n |\
|
2012-03-17 02:00:34 +08:00
|
|
|
all0258n |\
|
2012-11-14 04:57:18 +08:00
|
|
|
ja76pf2|\
|
|
|
|
ubnt-unifi-outdoor)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interface_lan "eth0 eth1"
|
2011-11-08 05:44:23 +08:00
|
|
|
;;
|
|
|
|
|
2012-09-09 22:05:22 +08:00
|
|
|
db120 |\
|
2012-09-09 22:05:32 +08:00
|
|
|
rb-2011l | \
|
|
|
|
rb-2011uas-2hnd)
|
2012-03-19 06:06:58 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
|
|
|
|
ucidef_add_switch_vlan "eth0" "2" "0t 1"
|
|
|
|
ucidef_add_switch "eth1" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth1" "1" "0 1 2 3 4 5"
|
2011-12-16 06:25:38 +08:00
|
|
|
;;
|
|
|
|
|
2012-02-09 00:26:25 +08:00
|
|
|
dir-825-b1|\
|
|
|
|
tew-673gru)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
|
|
|
|
ucidef_add_switch "rtl8366s" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t"
|
2011-11-08 05:44:07 +08:00
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:20 +08:00
|
|
|
nbg460n_550n_550nh)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
|
|
|
ucidef_add_switch "rtl8366s" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "rtl8366s" "0" "0 1 2 3 5"
|
2011-11-08 05:44:20 +08:00
|
|
|
;;
|
|
|
|
|
2011-11-08 05:43:58 +08:00
|
|
|
rb-433 |\
|
|
|
|
rb-433u)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "1 2 5"
|
2011-11-08 05:43:58 +08:00
|
|
|
;;
|
|
|
|
|
2012-11-18 18:18:02 +08:00
|
|
|
rb-435g)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:02 +08:00
|
|
|
rb-450)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
|
|
|
ucidef_add_switch "eth1" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth1" "1" "0 1 2 3 5"
|
2011-11-08 05:44:02 +08:00
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:01 +08:00
|
|
|
rb-450g |\
|
|
|
|
routerstation-pro)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
2011-11-08 05:44:01 +08:00
|
|
|
;;
|
|
|
|
|
2012-07-05 16:26:50 +08:00
|
|
|
ap136 |\
|
2012-03-19 23:57:04 +08:00
|
|
|
rb-750gl |\
|
2012-04-06 14:45:07 +08:00
|
|
|
rb-751g |\
|
2012-03-19 23:57:04 +08:00
|
|
|
wzr-hp-g450h)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
|
|
|
|
ucidef_add_switch_vlan "switch0" "2" "0t 1"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:12 +08:00
|
|
|
rb-493g)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0 eth1.1" "eth1.2"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
|
|
|
ucidef_add_switch "switch1" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch1" "1" "0t 1 2 3 4"
|
|
|
|
ucidef_add_switch_vlan "switch1" "2" "0t 5"
|
2011-11-08 05:44:12 +08:00
|
|
|
;;
|
|
|
|
|
2011-12-22 03:32:40 +08:00
|
|
|
wzr-hp-g300nh2 |\
|
2012-01-28 21:19:49 +08:00
|
|
|
pb92 |\
|
|
|
|
ap113)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0t 1 3 4 5"
|
|
|
|
ucidef_add_switch_vlan "eth0" "2" "0t 2"
|
2011-11-08 05:44:08 +08:00
|
|
|
;;
|
|
|
|
|
2012-06-19 19:51:18 +08:00
|
|
|
tl-wdr4300|\
|
2012-05-06 01:02:35 +08:00
|
|
|
tl-wr1041n-v2)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
|
|
|
|
ucidef_add_switch_vlan "eth0" "2" "0t 1"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:11 +08:00
|
|
|
tl-wr1043nd)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "rtl8366rb" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "rtl8366rb" "1" "1 2 3 4 5t"
|
|
|
|
ucidef_add_switch_vlan "rtl8366rb" "2" "0 5t"
|
2011-11-08 05:44:11 +08:00
|
|
|
;;
|
|
|
|
|
2012-01-08 03:36:35 +08:00
|
|
|
tl-wr2543n)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
|
|
|
|
ucidef_add_switch_vlan "switch0" "2" "0 9t"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:03 +08:00
|
|
|
tl-wr841n-v1|\
|
|
|
|
tl-wr941nd)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interface_raw "eth" "eth0"
|
|
|
|
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
|
2011-11-08 05:44:03 +08:00
|
|
|
;;
|
|
|
|
|
2012-10-05 04:16:05 +08:00
|
|
|
tl-wr841n-v8)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
|
|
|
|
;;
|
|
|
|
|
2012-12-17 20:28:11 +08:00
|
|
|
uap-pro)
|
|
|
|
ucidef_set_interface_lan "eth0"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:09 +08:00
|
|
|
wrt160nl)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4 5"
|
2011-11-08 05:44:09 +08:00
|
|
|
;;
|
|
|
|
|
2011-11-08 05:44:17 +08:00
|
|
|
wzr-hp-g300nh)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
|
2011-11-08 05:44:17 +08:00
|
|
|
;;
|
|
|
|
|
2012-12-13 00:49:51 +08:00
|
|
|
wndr4300)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "switch0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
|
|
|
|
ucidef_add_switch_vlan "switch0" "2" "0t 5"
|
|
|
|
;;
|
|
|
|
|
2012-08-22 20:33:22 +08:00
|
|
|
all0305 |\
|
2011-11-08 05:43:52 +08:00
|
|
|
aw-nr580 |\
|
|
|
|
bullet-m |\
|
2012-10-27 16:55:39 +08:00
|
|
|
cap4200ag |\
|
2011-11-08 05:43:52 +08:00
|
|
|
eap7660d |\
|
2012-11-18 17:32:35 +08:00
|
|
|
mr600 |\
|
2011-11-08 05:43:52 +08:00
|
|
|
rb-411 |\
|
2012-02-01 02:37:01 +08:00
|
|
|
tl-mr11u |\
|
2012-01-05 01:30:47 +08:00
|
|
|
tl-mr3020 |\
|
2012-09-25 02:45:56 +08:00
|
|
|
tl-mr3040 |\
|
2012-01-05 01:30:52 +08:00
|
|
|
tl-wa901nd |\
|
2011-11-08 05:43:52 +08:00
|
|
|
tl-wa901nd-v2 |\
|
|
|
|
tl-wr703n |\
|
|
|
|
wp543)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interface_lan "eth0"
|
2011-11-08 05:43:52 +08:00
|
|
|
;;
|
|
|
|
|
2012-01-05 05:13:54 +08:00
|
|
|
alfa-ap96 |\
|
2012-01-02 03:30:25 +08:00
|
|
|
alfa-nx |\
|
2011-11-08 05:43:54 +08:00
|
|
|
ap83 |\
|
|
|
|
jwap003 |\
|
|
|
|
pb42 |\
|
|
|
|
pb44 |\
|
2012-01-27 01:01:41 +08:00
|
|
|
routerstation|\
|
|
|
|
wpe72)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
2011-11-08 05:43:54 +08:00
|
|
|
;;
|
|
|
|
|
2011-11-08 05:43:56 +08:00
|
|
|
ap121 |\
|
|
|
|
ap121-mini |\
|
|
|
|
ap96 |\
|
2011-12-02 06:49:02 +08:00
|
|
|
airrouter |\
|
2011-11-08 05:43:56 +08:00
|
|
|
dir-600-a1 |\
|
|
|
|
dir-615-c1 |\
|
2012-02-01 02:37:09 +08:00
|
|
|
dir-615-e4 |\
|
2011-11-08 05:43:56 +08:00
|
|
|
ja76pf |\
|
2012-01-06 15:20:54 +08:00
|
|
|
rb-750 |\
|
2012-04-06 14:45:07 +08:00
|
|
|
rb-751 |\
|
2011-11-08 05:43:56 +08:00
|
|
|
tew-632brp |\
|
2012-08-23 04:12:24 +08:00
|
|
|
tew-712br |\
|
2011-11-08 05:43:56 +08:00
|
|
|
tl-mr3220 |\
|
2012-12-19 16:50:41 +08:00
|
|
|
tl-mr3220-v2 |\
|
2011-11-08 05:43:56 +08:00
|
|
|
tl-mr3420 |\
|
|
|
|
tl-wr741nd |\
|
|
|
|
tl-wr741nd-v4 |\
|
2012-01-05 01:30:57 +08:00
|
|
|
tl-wr841n-v7 |\
|
2011-11-08 05:43:56 +08:00
|
|
|
whr-g301n |\
|
|
|
|
whr-hp-g300n |\
|
|
|
|
whr-hp-gn |\
|
|
|
|
wzr-hp-ag300h)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3 4"
|
2011-11-08 05:43:56 +08:00
|
|
|
;;
|
|
|
|
|
2011-12-22 03:32:40 +08:00
|
|
|
wzr-hp-g450h)
|
|
|
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
|
|
|
|
ucidef_add_switch_vlan "eth0" "2" "0t 1"
|
|
|
|
;;
|
|
|
|
|
2012-10-15 00:24:25 +08:00
|
|
|
ew-dorin)
|
|
|
|
ucidef_set_interface_lan "eth0"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0 1 2 3"
|
|
|
|
;;
|
|
|
|
|
2012-08-01 20:24:57 +08:00
|
|
|
ew-dorin-router)
|
2012-06-19 08:22:04 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
|
|
|
ucidef_add_switch "eth0" "1" "1"
|
|
|
|
ucidef_add_switch_vlan "eth0" "1" "0 2 3"
|
|
|
|
;;
|
|
|
|
|
2011-11-08 05:43:51 +08:00
|
|
|
*)
|
2011-12-02 06:48:47 +08:00
|
|
|
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
2011-11-08 05:43:51 +08:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
uci commit network
|
|
|
|
|
|
|
|
exit 0
|