projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2879c
)
busybox: BR2_PACKAGE_BUSYBOX_SHOW_OTHER: remove conditional check
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 27 Jul 2011 19:08:21 +0000
(21:08 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 27 Jul 2011 19:10:13 +0000
(21:10 +0200)
It is already within an 'if BR2_PACKAGE_BUSYBOX' section.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/busybox/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/Config.in
b/package/busybox/Config.in
index 283e59f56954e3c6dd4f09fea2cfc9b4bf061e69..488b12483f41a17940000f41132013edb7dedcaa 100644
(file)
--- a/
package/busybox/Config.in
+++ b/
package/busybox/Config.in
@@
-56,7
+56,7
@@
config BR2_PACKAGE_BUSYBOX_CONFIG
Most people will just use the default BusyBox configuration file.
config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
- bool "Show packages that are also provided by busybox"
if BR2_PACKAGE_BUSYBOX
+ bool "Show packages that are also provided by busybox"
help
Show packages in menuconfig that are potentially also provided
by busybox.