2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Gabor Juhos
2013-11-07 22:31:53 +00:00
parent ece1323ed4
commit ddcce63c78
5 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/sh
#
# Copyright (C) 2010 OpenWrt.org
#
. /lib/ar71xx.sh
board=$(ar71xx_board_name)
fixtrx() {
mtd -o 32 fixtrx firmware
}
case "$board" in
mynet-rext |\
wrt160nl)
fixtrx
;;
esac