CC: ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000.
[15.05/openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / 09_fix-trx-header
1 #!/bin/sh
2 #
3 # Copyright (C) 2010 OpenWrt.org
4 #
5
6 . /lib/ar71xx.sh
7
8 board=$(ar71xx_board_name)
9
10 fixtrx() {
11         mtd -o 32 fixtrx firmware
12 }
13
14 case "$board" in
15 mynet-rext |\
16 wrt160nl)
17         fixtrx
18         ;;
19 esac