ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543N
authorGabor Juhos <juhosg@openwrt.org>
Sun, 26 Aug 2012 08:15:11 +0000 (08:15 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 26 Aug 2012 08:15:11 +0000 (08:15 +0000)
commit8d14c6d06e1c9477fee5019b8c63213bf6787592
tree92e9500c5159db8bc9bb1e106338931491aa8d86
parent635bd01d1d581c42bb128915f051f0c085c86bcd
ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543N

Commit 48788063266ad99bdab03b53cbe7e1a564c2d9b3 (r33251) introduced a
regression with board= kernel command line parameter incorrectly
initialised.

The faulty builds propogated to the snapshots download area. This makes
the device unbootable and TP-Link users have to attach the serial to
recover.

Here is the q&d way i used to identify MIPS boards that didn't have a
corresponding entry in the image/Makefile:

for i in `find ../files/arch/mips/ath79/ -type f -exec cat {} \; \
| sed -n '/MIPS_MACHINE/ { s/^[^"]*"\([^"]*\)".*$/\1/; p; }'`; do
grep -q ,$i, Makefile || echo $i;
done > missing-boards.new

Reported-by: Casper on IRC
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 33274
target/linux/ar71xx/image/Makefile