diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-19 22:36:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-19 22:36:41 +0000 |
commit | 58f915e71b7b3185ea31adc0e10edd996d32b226 (patch) | |
tree | 9b9d046f3a79013656ff094b1d6d3538a647b3ab /target/linux/ar71xx/base-files/lib | |
parent | 32be40cd91304ea0ec5c1c72e7a60e3df43654d1 (diff) |
ar71xx: add user-space support for the WD My Net N600 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 f977a6db6a..68be1e237d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -303,6 +303,9 @@ ar71xx_board_detect() { *MR600) name="mr600" ;; + *"My Net N600") + name="mynet-n600" + ;; *MZK-W04NU) name="mzk-w04nu" ;; |