aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl
blob: dce28dde94e4f95439ec59e01f8c02909450c44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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