1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 09:33:20 +03:00
openwrt-xburst/target/linux/ar71xx
juhosg dbf3c1bc27 ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543N
Commit 4878806326 (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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33274 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 [ar71xx] defconfig: remove network config installed by base-files so defconfig can work 2009-02-26 05:54:46 +00:00
config-3.3 ar71xx: add support for the TRENDnet TEW-712BR board 2012-08-22 20:09:13 +00:00
Makefile [kernel] bump to 3.3.8 2012-06-05 06:57:51 +00:00
modules.mk [ar71xx] fix typo in modules.mk 2012-07-25 19:52:30 +00:00