Openwrt/target/linux
Gabor Juhos 5a9c7fda3e 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
2012-08-26 08:15:11 +00:00
..
adm5120
adm8668
amazon
ar7
ar71xx ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543N 2012-08-26 08:15:11 +00:00
at91
atheros
au1000
avr32
brcm47xx update profiles 2012-08-22 21:54:06 +00:00
brcm63xx
brcm2708 tools/firmware-utils/ptgen option to use MB rounding 2012-08-22 09:22:38 +00:00
cns3xxx
cns21xx
cobalt
coldfire
ep93xx
etrax
gemini
generic
goldfish
imx21
iop32x
ixp4xx
kirkwood Enable eSATA sheevaplug 2012-08-24 06:15:06 +00:00
lantiq
leon
malta
mcs814x
mpc52xx
mpc83xx
mpc85xx
octeon
omap4
omap24xx
omap35xx
orion
ppc40x
ppc44x
ps3
pxa
pxcab
ramips ramips: fix board parameter for the NBG-419N (#12061) 2012-08-22 17:55:12 +00:00
rb532
rdc
realview
s3c24xx
sibyte
sparc
ubicom32
uml
x86
xburst
Makefile