From 7038fd9c520cc75bacd4972b548f4c5512663031 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 16 Dec 2013 07:16:43 +0000 Subject: ar71xx: add userspace support for WD My Net N750 Signed-off-by: Felix Kaechele [juhosg: remove the image generation part until the ethernet switch issue is resolved] Signed-off-by: Gabor Juhos SVN-Revision: 39078 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 5f300df..ce78367 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -321,6 +321,9 @@ ar71xx_board_detect() { *"My Net N600") name="mynet-n600" ;; + *"My Net N750") + name="mynet-n750" + ;; *"WD My Net Wi-Fi Range Extender") name="mynet-rext" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 3c988ef..a51cbde 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -177,7 +177,8 @@ platform_check_image() { return 1 ;; - mynet-n600) + mynet-n600 | \ + mynet-n750) [ "$magic_long" != "5ea3a417" ] && { echo "Invalid image, bad magic: $magic_long" return 1 -- cgit v1.1