Skip to content
Snippets Groups Projects
Commit 4a75e094 authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent 6ba58c9b
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,6 @@ config('ALL_NONSHARED', true) ...@@ -39,9 +39,6 @@ config('ALL_NONSHARED', true)
config('PACKAGE_usbip', false) -- fails to build config('PACKAGE_usbip', false) -- fails to build
config('PACKAGE_kmod-jool', 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('PACKAGE_ATH_DEBUG', true)
try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256) try_config('TARGET_SQUASHFS_BLOCK_SIZE', 256)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment