tar: move package to 'system tools'
authorFrancesco Nwokeka <francesco.nwokeka@gmail.com>
Tue, 1 Sep 2015 16:05:21 +0000 (18:05 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Sep 2015 20:28:49 +0000 (22:28 +0200)
Package was previously in the 'Development' section

Signed-off-by: Francesco Nwokeka <francesco.nwokeka@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in

index 6ba21a1aace8074e858137888c9b1d09b173785a..58b7380c6b74d1776ae110e9914c56aeec089404 100644 (file)
@@ -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