mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
apk: define minimal variant for install
Choose the minimal release build which excludes a number of unused applets, not used on user devices. Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21093 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
83f6177dbf
commit
1684c28cfe
@@ -70,7 +70,8 @@ MESON_HOST_ARGS += \
|
||||
|
||||
MESON_ARGS += \
|
||||
$(MESON_COMMON_ARGS) \
|
||||
-Dcrypto_backend=$(BUILD_VARIANT)
|
||||
-Dcrypto_backend=$(BUILD_VARIANT) \
|
||||
-Dminimal=true
|
||||
|
||||
define Package/apk/conffiles
|
||||
/etc/apk/repositories.d/customfeeds.list
|
||||
|
||||
Reference in New Issue
Block a user