diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-14 18:17:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-14 18:17:09 +0200 |
commit | f1d25900ce56087b43ef6f0f7484d65ef5afdd10 (patch) | |
tree | 805f70be8c59e3abc54877c3807acba7aa83da18 | |
parent | f53d69614e58661877de74131f574e7f56226b45 (diff) | |
download | buildroot-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.in | 1 |
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" |