Bladeren bron

ramips: add user-space support for the Upvel UR-326N4G board

[juhosg: fix mac address setup]

Patch from: Дмитрий Лебедев <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 35971
Gabor Juhos 13 jaren geleden
bovenliggende
commit
d543f4b771

+ 3 - 0
target/linux/ramips/base-files/etc/diag.sh

@@ -111,6 +111,9 @@ get_status_led() {
 	mzk-w300nh2)
 		status_led="mzkw300nh2:green:power"
 		;;
+	ur-326n4g)
+		status_led="ur326:green:wps"
+		;;
 	ur-336un)
 		status_led="ur336:green:wps"
 		;;

+ 1 - 0
target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom

@@ -93,6 +93,7 @@ case "$FIRMWARE" in
 	wr512-3gn | \
 	wr6202 | \
 	mzk-w300nh2 | \
+	ur-326n4g | \
 	ur-336un | \
 	xdxrn502j)
 		rt2x00_eeprom_extract "factory" 0 272

+ 8 - 0
target/linux/ramips/base-files/etc/uci-defaults/02_network

@@ -77,6 +77,13 @@ ramips_setup_interfaces()
 
 	f5d8235-v1 | \
 	f5d8235-v2 | \
+	ur-326n4g)
+		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 6t"
+		ucidef_add_switch_vlan "switch0" "2" "0 6t"
+		;;
+
 	ur-336un)
 		ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
 		;;
@@ -193,6 +200,7 @@ ramips_setup_macs()
 		;;
 
 	esr-9753 | \
+	ur-326n4g | \
 	ur-336un)
 		lan_mac=$(mtd_get_mac_binary devdata 16388)
 		wan_mac=$(macaddr_add "$lan_mac" 1)

+ 3 - 0
target/linux/ramips/base-files/lib/ramips.sh

@@ -192,6 +192,9 @@ ramips_board_detect() {
 	*"WR512-3GN-like router")
 		name="wr512-3gn"
 		;;
+	*"UR-326N4G Wireless N router")
+		name="ur-326n4g"
+ 		;;
 	*"UR-336UN Wireless N router")
 		name="ur-336un"
 		;;

+ 1 - 0
target/linux/ramips/base-files/lib/upgrade/platform.sh

@@ -58,6 +58,7 @@ platform_check_image() {
 	wl-351 | \
 	wli-tx4-ag300n | \
 	whr-g300n |\
+	ur-326n4g |\
 	ur-336un |\
 	wr512-3gn)
 		[ "$magic" != "27051956" ] && {