mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: add uci defaults to fix trx header on the WRT160NL boards
* patch by Otto Solares SVN-Revision: 20526owl
parent
905f2d62f9
commit
8701291f0f
|
@ -0,0 +1,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
|
Loading…
Reference in New Issue