2
0
forked from Ivasoft/openwrt

ipq806x: add db149 support to OpenWrt init scripts

DB149 is a IPQ8064 based platform. This patch adds the init scripts to
detect it, configure the network accordingly, and generate a flashable
image for it.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>

SVN-Revision: 45537
This commit is contained in:
John Crispin
2015-04-21 07:15:47 +00:00
parent 0fd202f3e5
commit 0ddebefc74
3 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ ap148)
ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "0 5"
;;
db149)
ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "0 5"
;;
*)
echo "Unsupported hardware. Network interfaces not intialized"
;;