From 4a75e0942ec32bc11d65d0c5e17253553ffb8c40 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 26 Jun 2021 00:12:24 +0200 Subject: [PATCH] generic: drop BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS These config changes are not necessary anymore, as it's now the default behavior. Ref: https://github.com/freifunk-gluon/gluon/pull/2235#issuecomment-859654947 Signed-off-by: David Bauer --- targets/generic | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/generic b/targets/generic index ef240f33..cd72112f 100644 --- a/targets/generic +++ b/targets/generic @@ -39,9 +39,6 @@ config('ALL_NONSHARED', true) config('PACKAGE_usbip', false) -- fails to build config('PACKAGE_kmod-jool', false) -- fails to build -config('BUSYBOX_CUSTOM', true) -config('BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS', false) - try_config('PACKAGE_ATH_DEBUG', true) try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)