mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01: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:
parent
83f6177dbf
commit
1684c28cfe
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ MESON_HOST_ARGS += \
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
$(MESON_COMMON_ARGS) \
|
$(MESON_COMMON_ARGS) \
|
||||||
-Dcrypto_backend=$(BUILD_VARIANT)
|
-Dcrypto_backend=$(BUILD_VARIANT) \
|
||||||
|
-Dminimal=true
|
||||||
|
|
||||||
define Package/apk/conffiles
|
define Package/apk/conffiles
|
||||||
/etc/apk/repositories.d/customfeeds.list
|
/etc/apk/repositories.d/customfeeds.list
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue