[Bug 10296] make allnoconfig enables CONFIG_FEATURE_SEAMLESS_GZ and CONFIG_LONG_OPTS

bugzilla at busybox.net bugzilla at busybox.net
Sat Jan 13 22:41:42 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10296

--- Comment #3 from fedora.dm0 at gmail.com ---
The fix commit seems to break the use case in the initial report for me.

If I run "make allnoconfig KCONFIG_ALLCONFIG=busybox.config" with 1.28.0, none
of the booleans set in busybox.config are applied.  E.g. with the following
contents of busybox.config, the resulting config sets strings like
CONFIG_EXTRA_CFLAGS but not CONFIG_SLEEP, CONFIG_REBOOT, etc.  Reverting
0b1c62934215a08351a80977c7cf8e9346683a1e fixes it again (although it continues
to have the issue in this bug).  Am I doing something incorrectly?

CONFIG_STATIC=y
CONFIG_EXTRA_CFLAGS="-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches"
CONFIG_EXTRA_LDFLAGS="-Wl,-z,relro"
CONFIG_FEATURE_FANCY_ECHO=y
CONFIG_SLEEP=y
CONFIG_LOADKMAP=y
CONFIG_POWEROFF=y
CONFIG_REBOOT=y
CONFIG_FINDFS=y
CONFIG_MOUNT=y
CONFIG_VOLUMEID=y
CONFIG_FEATURE_VOLUMEID_EXT=y
CONFIG_FEATURE_VOLUMEID_FAT=y
CONFIG_IFCONFIG=y
CONFIG_ROUTE=y
CONFIG_UDHCPC=y
CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script"
CONFIG_ASH=y
CONFIG_ASH_BASH_COMPAT=y
CONFIG_ASH_ECHO=y
CONFIG_ASH_TEST=y
CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
CONFIG_FEATURE_SH_MATH=y
CONFIG_SH_IS_NONE=y

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list