projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b23f3
)
uboot-tools: enable fw_printenv by default
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 19 Jul 2011 10:26:27 +0000
(12:26 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 19 Jul 2011 10:26:27 +0000
(12:26 +0200)
Normally people want to atleast use fw_printenv if they are using u-boot
tools, so default to 'y'.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/uboot-tools/Config.in
patch
|
blob
|
history
diff --git
a/package/uboot-tools/Config.in
b/package/uboot-tools/Config.in
index f19739150c72fcff51345ab814b68017a71c38fb..9cc837c93a73bff8de37eeacdb35b336417c50ef 100644
(file)
--- a/
package/uboot-tools/Config.in
+++ b/
package/uboot-tools/Config.in
@@
-15,6
+15,7
@@
config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
bool "fw_printenv"
+ default y
help
The fw_printenv / fw_setenv tools from Das U-Boot
bootloader, which allows access to the U-Boot environment