diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-16 07:16:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-16 07:16:43 +0000 |
commit | a4492a16356de2e41726f5b6cd9cb7774937ea07 (patch) | |
tree | 58e221ea83d6eb5ea77d36845c375b748c6746c4 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 31d7d99e60fed8212c2379cad7141179e6eff4dc (diff) | |
download | upstream-a4492a16356de2e41726f5b6cd9cb7774937ea07.tar.gz upstream-a4492a16356de2e41726f5b6cd9cb7774937ea07.tar.bz2 upstream-a4492a16356de2e41726f5b6cd9cb7774937ea07.zip |
ar71xx: add userspace support for WD My Net N750
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
[juhosg: remove the image generation part until the ethernet
switch issue is resolved]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 3c988ef937..a51cbded79 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 |