[Buildroot] [git commit branch/next] package: include package/skeleton/Config.in

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 8 10:57:46 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=f1d25900ce56087b43ef6f0f7484d65ef5afdd10
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 at free-electrons.com>
---
 package/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 0288cb0..5beb450 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"


More information about the buildroot mailing list