aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-26 08:15:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-26 08:15:11 +0000
commitf70db0dfefd29c6a4d44a9ca937649b5da1eca79 (patch)
tree92e9500c5159db8bc9bb1e106338931491aa8d86 /package
parentac2fe9424fefd9a1ff0c3cac58a291d8af5372c6 (diff)
downloadupstream-f70db0dfefd29c6a4d44a9ca937649b5da1eca79.tar.gz
upstream-f70db0dfefd29c6a4d44a9ca937649b5da1eca79.tar.bz2
upstream-f70db0dfefd29c6a4d44a9ca937649b5da1eca79.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
0 files changed, 0 insertions, 0 deletions