diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-24 23:32:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-24 23:32:46 +0200 |
commit | cdd4a7a06184ec1a322ac43f633b5f15f991de54 (patch) | |
tree | cf59ccbda283ac8dcef0d96ecc6f463f25ba8c2a /CHANGES | |
parent | f3de6d578bc3f522ed066bd829cddafb6e31f22c (diff) |
u-boot: fix target build of fw_printenv
Closes #3571
The current approach for building fw_printenv for the target fails on
some configurations, so use the upstream make target (which works)
instead.
At the same time get rid of the unneeded stripping.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #3475: Calling sync on large filesystems when not always necessary #3511: make busybox-menuconfig does not download busybox package #3541: Quotes in the top Makefile:217 break buildroot/kernel config... + #3571: u-boot: fw_printenv does not build #3643: popt source url is not responding 2011.02, Released February 28th, 2011: |