Explorar el Código

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>
Thomas Petazzoni hace 10 años
padre
commit
f1d25900ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/Config.in

+ 1 - 0
package/Config.in

@@ -1,5 +1,6 @@
 menu "Target packages"
 menu "Target packages"
 
 
+	source "package/skeleton/Config.in"
 	source "package/busybox/Config.in"
 	source "package/busybox/Config.in"
 
 
 menu "Audio and video applications"
 menu "Audio and video applications"