From: Gabor Juhos Date: Sat, 27 Mar 2010 17:38:40 +0000 (+0000) Subject: ar71xx: add uci defaults to fix trx header on the WRT160NL boards X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=05f3bb99df154273ffda1bbf90228b136edf7094;p=15.05%2Fopenwrt.git 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 --- diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl b/target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl new file mode 100644 index 0000000000..dce28dde94 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/wrt160nl @@ -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