From d788ab376f859164df84e2054cbbbb0921943c5b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 14 May 2024 12:36:59 +0200 Subject: build: add APK package build capabilities A new option called `USE_APK` is added which generated APK packages (.apk) instead of OPKG packages (.ipk). Some features like fstools `snapshot` command are not yet ported Signed-off-by: Paul Spooren --- config/Config-build.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/Config-build.in b/config/Config-build.in index 9768878572..292899df6b 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -68,6 +68,9 @@ menu "Global build settings" bool "Enable TLS certificate verification during package download" default y + config USE_APK + bool "Use APK instead of OPKG to build distribution (EXPERIMENTAL)" + comment "General build options" config TESTING_KERNEL -- cgit v1.2.3