diff options
Diffstat (limited to 'target/linux/ar71xx/base-files')
5 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index 84cfb1e616..57925c5aae 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -282,6 +282,7 @@ gl-mifi) esac ;; gl-domino|\ +sc300m|\ wrt160nl) ucidef_set_led_wlan "wlan" "WLAN" "$board:blue:wlan" "phy0tpt" ;; 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 c916462fc6..987a8e4f12 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -94,6 +94,7 @@ ar71xx_setup_interfaces() rb-sxt5n|\ re450|\ rocket-m-xw|\ + sc300m |\ tl-mr10u|\ tl-mr11u|\ tl-mr12u|\ diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 75c6c9acba..551088b060 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -295,7 +295,8 @@ get_status_led() { rb-sxt5n) status_led="rb:green:power" ;; - re450) + re450|\ + sc300m) status_led="$board:blue:power" ;; routerstation|\ diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 7f27f45635..fb8997fe89 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -884,6 +884,9 @@ ar71xx_board_detect() { *RW2458N) name="rw2458n" ;; + *SC300M) + name="sc300m" + ;; *"SMART-300") name="smart-300" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 80da9131c7..d98f2733f5 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -254,6 +254,7 @@ platform_check_image() { rocket-m-xw|\ rocket-m|\ rw2458n|\ + sc300m|\ sr3200|\ tew-632brp|\ tew-712br|\ |