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 | 599862efa3ccbdef88ba664c287d764efcec8a39 (patch) | |
tree | c46821cbf87ee668a65cea6bbde670f8cbeee0ab /target/linux/ar71xx/base-files/lib | |
parent | 8ffa1ad83f9c4faa25fc67e8dee5c4b9a2032c28 (diff) | |
download | upstream-599862efa3ccbdef88ba664c287d764efcec8a39.tar.gz upstream-599862efa3ccbdef88ba664c287d764efcec8a39.tar.bz2 upstream-599862efa3ccbdef88ba664c287d764efcec8a39.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38687 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 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" ;; |