mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
ar71xx: add uci defaults to fix trx header on the WRT160NL boards
* patch by Otto Solares git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8299299524
commit
d4cb79ec5f
16
target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl
Normal file
16
target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl
Normal file
@ -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
Block a user