Browse Source

ar71xx: add user-space support for the EnGenius EAP300 v2 board

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 41659
Gabor Juhos 11 years ago
parent
commit
54206fb0ce

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

@@ -62,6 +62,9 @@ get_status_led() {
 	dir-835-a1)
 		status_led="d-link:amber:power"
 		;;
+	eap300v2)
+		status_led="engenius:blue:power"
+		;;
 	eap7660d)
 		status_led="eap7660d:green:ds4"
 		;;

+ 5 - 0
target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

@@ -62,6 +62,11 @@ db120)
 	ucidef_set_led_usbdev "usb" "USB" "db120:green:usb" "1-1"
 	;;
 
+eap300v2)
+	ucidef_set_led_netdev "lan" "LAN" "engenius:blue:lan" "eth0"
+	ucidef_set_led_wlan "wlan" "WLAN" "engenius:blue:wlan" "phy0tpt"
+	;;
+
 rb-750)
 	ucidef_set_led_default "act" "act" "rb750:green:act" "1"
 	ucidef_set_led_netdev "port1" "port1" "rb750:green:port1" "eth1"

+ 1 - 0
target/linux/ar71xx/base-files/etc/uci-defaults/02_network

@@ -280,6 +280,7 @@ all0305 |\
 aw-nr580 |\
 bullet-m |\
 cap4200ag |\
+eap300v2 |\
 eap7660d |\
 mr600 |\
 mr600v2 |\

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

@@ -313,6 +313,9 @@ ar71xx_board_detect() {
 	*"Dragino v2")
 		name="dragino2"
 		;;
+	*"EAP300 v2")
+		name="eap300v2"
+		;;
 	*EAP7660D)
 		name="eap7660d"
 		;;

+ 2 - 0
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

@@ -353,6 +353,7 @@ platform_check_image() {
 	pb42 | \
 	pb44 | \
 	all0305 | \
+	eap300v2 | \
 	eap7660d | \
 	ja76pf | \
 	ja76pf2 | \
@@ -407,6 +408,7 @@ platform_do_upgrade() {
 	all0315n )
 		platform_do_upgrade_allnet "0x9f080000" "$ARGV"
 		;;
+	eap300v2 |\
 	cap4200ag)
 		platform_do_upgrade_allnet "0xbf0a0000" "$ARGV"
 		;;