package: include package/skeleton/Config.in
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 16:17:09 +0000 (18:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 16:17:09 +0000 (18:17 +0200)
This was missing from the patch introducing the skeleton package. It
was working fine, except that the skeleton package was not in the
global variable PACKAGES.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index 0288cb076ba86f87df9af4cd8b928797ea2d2f57..5beb45016f85072bd8b87de4626bad4f65ff6d9f 100644 (file)
@@ -1,5 +1,6 @@
 menu "Target packages"
 
+       source "package/skeleton/Config.in"
        source "package/busybox/Config.in"
 
 menu "Audio and video applications"