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:
@@ -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
|
||||
Reference in New Issue
Block a user