2
0
forked from Ivasoft/openwrt

ramips: add support for DuZun DM06

DuZun DM06 is a develop board based on mt7628
64M RAM, 8M SPI Flash, 1 WAN, 1 LAN.
wm8960 codec with line out, line in and speaker output.

Signed-off-by: Michael Lee <igvtee@gmail.com>
This commit is contained in:
Michael Lee
2016-05-28 22:22:10 +08:00
committed by John Crispin
parent 49b7421836
commit 9a4935687d
5 changed files with 171 additions and 0 deletions

View File

@@ -172,6 +172,10 @@ ramips_setup_interfaces()
wrh-300cr)
ucidef_set_interface_lan "eth0"
;;
duzun-dm06)
ucidef_add_switch "switch0" \
"1:lan" "0:wan" "6@eth0"
;;
e1700|\
mt7620a_mt7530)
ucidef_add_switch "switch1" \

View File

@@ -151,6 +151,9 @@ ramips_board_detect() {
*"Dovado Tiny AC")
name="tiny-ac"
;;
*"DuZun DM06")
name="duzun-dm06"
;;
*"E1700")
name="e1700"
;;

View File

@@ -50,6 +50,7 @@ platform_check_image() {
dir-620-a1|\
dir-620-d1|\
dir-810l|\
duzun-dm06|\
e1700|\
esr-9753|\
ex2700|\