All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv3] tar: move package to 'system tools'
@ 2015-09-01 16:05 Francesco Nwokeka
  2015-09-01 16:08 ` Vicente Olivert Riera
  2015-09-01 20:29 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Francesco Nwokeka @ 2015-09-01 16:05 UTC (permalink / raw)
  To: buildroot

Package was previously in the 'Development' section
---
 package/Config.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 6ba21a1..58b7380 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -140,9 +140,6 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 endif
 	source "package/sstrip/Config.in"
 	source "package/subversion/Config.in"
-if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-	source "package/tar/Config.in"
-endif
 	source "package/tree/Config.in"
 	source "package/yasm/Config.in"
 endmenu
@@ -1508,6 +1505,7 @@ endif
 	source "package/systemd/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 	source "package/sysvinit/Config.in"
+	source "package/tar/Config.in"
 endif
 	source "package/util-linux/Config.in"
 endmenu
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-01 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 16:05 [Buildroot] [PATCHv3] tar: move package to 'system tools' Francesco Nwokeka
2015-09-01 16:08 ` Vicente Olivert Riera
2015-09-01 16:15   ` Francesco Nwokeka
2015-09-01 20:29 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.