mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Disable coreutils
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM fedora:41
|
||||
FROM fedora:42
|
||||
|
||||
RUN yum update -y && dnf -y group install development-tools
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
# CONFIG_PACKAGE_fping=y
|
||||
CONFIG_PACKAGE_coreutils=y
|
||||
# CONFIG_PACKAGE_coreutils=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
|
||||
@@ -31,7 +31,7 @@ CONFIG_PACKAGE_ethtool-full=y
|
||||
# CONFIG_PACKAGE_pciutils=y
|
||||
CONFIG_PACKAGE_tc-full=y
|
||||
# CONFIG_PACKAGE_fping=y
|
||||
CONFIG_PACKAGE_coreutils=y
|
||||
# CONFIG_PACKAGE_coreutils=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
|
||||
@@ -25,7 +25,7 @@ CONFIG_PACKAGE_curl=y
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
# CONFIG_PACKAGE_fping=y
|
||||
CONFIG_PACKAGE_coreutils=y
|
||||
# CONFIG_PACKAGE_coreutils=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
|
||||
@@ -23,7 +23,7 @@ CONFIG_PACKAGE_htop=y
|
||||
# CONFIG_HTOP_LMSENSORS is not set
|
||||
CONFIG_PACKAGE_curl=y
|
||||
# CONFIG_PACKAGE_fping=y
|
||||
CONFIG_PACKAGE_coreutils=y
|
||||
# CONFIG_PACKAGE_coreutils=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
|
||||
@@ -45,7 +45,7 @@ if [ -n "$CRYPTO_LIB" ]; then
|
||||
if [[ "$CRYPTO_LIB" =~ ^(Wolfssl|wolfssl)$ ]]; then
|
||||
FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -libustream-mbedtls libustream-wolfssl wpad-wolfssl libwolfssl"
|
||||
elif [[ "$CRYPTO_LIB" =~ ^(Openssl|openssl)$ ]]; then
|
||||
FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -apk-mbedtls -libustream-mbedtls -libmbedtls libustream-openssl wpad-openssl apk-openssl"
|
||||
FS_FULL_WPAD_PACKAGES="$FS_FULL_WPAD_PACKAGES -libustream-mbedtls libustream-openssl wpad-openssl apk-openssl"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user