openwrtv4/target/linux/ar71xx
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
..
base-files ar71xx: TEW-712BR user space support 2012-08-22 20:12:24 +00:00
files ar71xx: add support for the TRENDnet TEW-712BR board 2012-08-22 20:09:13 +00:00
generic ar71xx: add profile and build image for the TEW-712BR 2012-08-22 20:18:44 +00:00
image ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543N 2012-08-26 08:15:11 +00:00
nand ar71xx: disable unused file system drivers in the nand subtarget 2012-03-19 15:57:07 +00:00
patches-3.3 ar71xx: add support for the TRENDnet TEW-712BR board 2012-08-22 20:09:13 +00:00
base-files.mk
config-3.3 ar71xx: add support for the TRENDnet TEW-712BR board 2012-08-22 20:09:13 +00:00
Makefile bump to 3.3.8 2012-06-05 06:57:51 +00:00
modules.mk fix typo in modules.mk 2012-07-25 19:52:30 +00:00