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 | 7038fd9c520cc75bacd4972b548f4c5512663031 (patch) | |
tree | 50e5f20a441148cd003d5c0c9fedbad4bfc50946 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 3dc1cbb167a034403bb16852ca841a25c7540838 (diff) | |
download | mtk-20170518-7038fd9c520cc75bacd4972b548f4c5512663031.zip mtk-20170518-7038fd9c520cc75bacd4972b548f4c5512663031.tar.gz mtk-20170518-7038fd9c520cc75bacd4972b548f4c5512663031.tar.bz2 |
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>
SVN-Revision: 39078
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" ;; |