diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-26 08:15:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-26 08:15:11 +0000 |
commit | 5a9c7fda3e918b4513be2ed53586fe2eec9c5d01 (patch) | |
tree | 9e1fcacb1e30d848621e3126a3fdd31b47dbf786 /package/ltq-dsl/src/ifx_atm.h | |
parent | 27aa659f3722ece4a227f103a7b1cd0eeb13a19a (diff) | |
download | upstream-5a9c7fda3e918b4513be2ed53586fe2eec9c5d01.tar.gz upstream-5a9c7fda3e918b4513be2ed53586fe2eec9c5d01.tar.bz2 upstream-5a9c7fda3e918b4513be2ed53586fe2eec9c5d01.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>
SVN-Revision: 33274
Diffstat (limited to 'package/ltq-dsl/src/ifx_atm.h')
0 files changed, 0 insertions, 0 deletions