summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 18:17:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 18:17:09 +0200
commitf1d25900ce56087b43ef6f0f7484d65ef5afdd10 (patch)
tree805f70be8c59e3abc54877c3807acba7aa83da18
parentf53d69614e58661877de74131f574e7f56226b45 (diff)
downloadbuildroot-f1d25900ce56087b43ef6f0f7484d65ef5afdd10.tar.gz
buildroot-f1d25900ce56087b43ef6f0f7484d65ef5afdd10.zip
package: include package/skeleton/Config.in
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>
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 0288cb076b..5beb45016f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1,5 +1,6 @@
menu "Target packages"
+ source "package/skeleton/Config.in"
source "package/busybox/Config.in"
menu "Audio and video applications"
OpenPOWER on IntegriCloud