openwrtv3/target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl
Gabor Juhos 8701291f0f ar71xx: add uci defaults to fix trx header on the WRT160NL boards
* patch by Otto Solares

SVN-Revision: 20526
2010-03-27 17:38:40 +00:00

16 lines
202 B
Bash

#!/bin/sh
#
# Copyright (C) 2010 OpenWrt.org
#
. /lib/ar71xx.sh
board=$(ar71xx_board_name)
wrt160nl_fixtrx() {
mtd -o 32 fixtrx firmware
}
if [ "${board}" == "wrt160nl" ]; then
wrt160nl_fixtrx
fi