[Buildroot] [git commit branch/next] package/busybox: correctly set BUSYBOX_KCONFIG_SUPPORTS_DEFCONFIG

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Jul 25 13:46:32 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=e5637786be2d9ff6424fb902411750938cb1efd9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Commit e6b3913cfc converted busybox to the generic kconfig help text
infrastructure, but set the wrong variable to flag that it doesn't
support defconfig files. Fix that.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/busybox/busybox.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 68e0b8a72c..4b1fbade1d 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -103,7 +103,7 @@ ifndef BUSYBOX_CONFIG_FILE
 BUSYBOX_CONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_BUSYBOX_CONFIG))
 endif
 
-BUSYBOX_KCONFIG_HAS_DEFCONFIG = NO
+BUSYBOX_KCONFIG_SUPPORTS_DEFCONFIG = NO
 BUSYBOX_KCONFIG_FILE = $(BUSYBOX_CONFIG_FILE)
 BUSYBOX_KCONFIG_FRAGMENT_FILES = $(call qstrip,$(BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES))
 BUSYBOX_KCONFIG_EDITORS = menuconfig xconfig gconfig


More information about the buildroot mailing list