diff options
Diffstat (limited to 'target/linux/ar71xx/base-files')
4 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index e5892ac485..bf7c4dcd3c 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -466,6 +466,10 @@ ar71xx_setup_interfaces() ucidef_add_switch "switch0" \ "5:lan" "1:wan" "6@eth0" ;; + wpj563) + ucidef_add_switch "switch0" \ + "0@eth0" "2:lan" "3:wan" + ;; wrt160nl) ucidef_set_interfaces_lan_wan "eth0.1" "eth1" ucidef_add_switch "switch0" \ diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index fed51a17d7..3cde175664 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -469,6 +469,9 @@ get_status_led() { wpj558) status_led="$board:green:sig3" ;; + wpj563) + status_led="$board:green:sig1" + ;; wrt400n|\ wrt160nl) status_led="$board:blue:wps" diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index eedcb7829c..25f6b01c18 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -1240,6 +1240,9 @@ ar71xx_board_detect() { *"WPJ558") name="wpj558" ;; + *"WPJ563") + name="wpj563" + ;; *"WPN824N") name="wpn824n" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 2f0228b823..fb582091ce 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -283,6 +283,7 @@ platform_check_image() { wpj342|\ wpj344|\ wpj531|\ + wpj563|\ wrt400n|\ wrtnode2q|\ wzr-450hp2|\ |