diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-07 22:31:53 +0000 |
commit | ddcce63c78539decab77d6b1176fd1c013e3e5ee (patch) | |
tree | c5be7a2e9fb3e292b1eb48b2c011a7bac9b46bb0 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | ece1323ed43aa8549d38ba123ca0ad88b95fa7f0 (diff) | |
download | upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.tar.gz upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.tar.bz2 upstream-ddcce63c78539decab77d6b1176fd1c013e3e5ee.zip |
ar71xx: add user-space support for the WD My Net Wi-Fi Range Extender
Patchwork: http://patchwork.openwrt.org/patch/4281/
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38687
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 cd03168857..e1cedf6f06 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -306,6 +306,9 @@ ar71xx_board_detect() { *"My Net N600") name="mynet-n600" ;; + *"WD My Net Wi-Fi Range Extender") + name="mynet-rext" + ;; *MZK-W04NU) name="mzk-w04nu" ;; |