Skip to content

Commit

Permalink
bump kconfig-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 1, 2024
1 parent 5e61879 commit d274aa4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Latest changes
* busybox 1.37.0
* cmake 3.30.4
* fakeroot 1.36
* kconfig 6.11
* meson 1.5.2
* openssl 3.0.15
* precompiled host-tools 2024-09-28
Expand Down
8 changes: 4 additions & 4 deletions make/host-tools/kconfig-host/kconfig-host.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$(call TOOLS_INIT, v6.10)
$(call TOOLS_INIT, v6.11)
## patches/100-main_makefile.patch contains also the version
$(PKG)_SOURCE:=kconfig-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=3643a47b3adc7c332de807eda622ca9f69c8168a62229712ddd1eb158bda8b7a
$(PKG)_SITE:=git_archive@git://repo.or.cz/linux.git,scripts/basic,scripts/kconfig,scripts/Kbuild.include,scripts/Makefile.compiler,scripts/Makefile.build,scripts/Makefile.host,scripts/Makefile.lib,Documentation/kbuild/kconfig-language.rst,Documentation/kbuild/kconfig-macro-language.rst,Documentation/kbuild/kconfig.rst
$(PKG)_HASH:=b628d1e54814c61ce0cdfab26c466bf0b35de4ade6cca335ce236e94a9efab86
$(PKG)_SITE:=git_archive@git://repo.or.cz/linux.git,scripts/basic,scripts/include,scripts/kconfig,scripts/Kbuild.include,scripts/Makefile.compiler,scripts/Makefile.build,scripts/Makefile.host,scripts/Makefile.lib,Documentation/kbuild/kconfig-language.rst,Documentation/kbuild/kconfig-macro-language.rst,Documentation/kbuild/kconfig.rst
### MANPAGE:=https://www.kernel.org/doc/html/next/kbuild/kconfig-language.html
### CHANGES:=https://github.com/torvalds/linux/tags
### CVSREPO:=https://github.com/torvalds/linux/tree/master/scripts/kconfig
Expand All @@ -19,7 +19,6 @@ $(PKG)_TARGET_PRG := conf mconf nconf gconf gconf.glade qconf
$(PKG)_TARGET_ARG := config menuconfig nconfig gconfig gconfig xconfig
$(PKG)_TARGET_ALL := $(join $(KCONFIG_HOST_TARGET_ARG),$(patsubst %,--%,$(KCONFIG_HOST_TARGET_PRG)))


$(PKG)_CONDITIONAL_PATCHES+=$(if $(FREETZ_TOOLS_KCONFIG_BUTTONS),buttons)
$(PKG)_REBUILD_SUBOPTS += FREETZ_TOOLS_KCONFIG_BUTTONS

Expand All @@ -34,6 +33,7 @@ $(TOOLS_CONFIGURED_NOP)

$($(PKG)_TARGET_PRG:%=$($(PKG)_DIR)/scripts/kconfig/%): $($(PKG)_DIR)/.unpacked
$(TOOLS_SUBMAKE) -C $(KCONFIG_HOST_DIR) \
HOST_EXTRACFLAGS="-Iscripts/include" \
HOSTPKG_CONFIG="pkgconf" \
$(subst --$(notdir $@),,$(filter %--$(notdir $@),$(KCONFIG_HOST_TARGET_ALL)))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ it that way for Freetz.
+++ Makefile
@@ -0,0 +1,100 @@
+VERSION = 6
+PATCHLEVEL = 10
+PATCHLEVEL = 11
+SUBLEVEL = 0
+EXTRAVERSION =
+NAME = "Linux for Workgroups"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--- scripts/kconfig/confdata.c
+++ scripts/kconfig/confdata.c
@@ -1097,6 +1097,7 @@
@@ -1068,6 +1068,7 @@

int conf_write_autoconf(int overwrite)
{
+#if 0
struct symbol *sym;
const char *autoconf_name = conf_get_autoconfig_name();
int ret;
@@ -1136,6 +1137,7 @@
@@ -1107,6 +1108,7 @@
&comment_style_pound);
if (ret)
return ret;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- scripts/kconfig/mconf.c
+++ scripts/kconfig/mconf.c
@@ -559,7 +559,7 @@
@@ -545,7 +545,7 @@
if (sym_is_changeable(sym))
item_make("[%c]", val == no ? ' ' : '*');
else
Expand All @@ -9,7 +9,7 @@
item_set_tag('t');
item_set_data(menu);
break;
@@ -575,7 +575,7 @@
@@ -561,7 +561,7 @@
else
item_make("<%c>", ch);
} else
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- scripts/kconfig/symbol.c
+++ scripts/kconfig/symbol.c
@@ -337,7 +337,7 @@
@@ -360,7 +360,7 @@
struct gstr gs = str_new();

str_printf(&gs,
Expand All @@ -9,7 +9,7 @@
sym->name);
str_printf(&gs,
" Depends on [%c]: ",
@@ -352,6 +352,7 @@
@@ -375,6 +375,7 @@

fputs(str_get(&gs), stderr);
sym_warnings++;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- scripts/kconfig/mconf.c
+++ scripts/kconfig/mconf.c
@@ -639,9 +639,9 @@
@@ -625,9 +625,9 @@
dialog_clear();
res = dialog_checklist(prompt ? prompt : "Main Menu",
radiolist_instructions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- scripts/kconfig/mconf.c
+++ scripts/kconfig/mconf.c
@@ -894,7 +894,7 @@
@@ -880,7 +880,7 @@
if (conf_get_changed())
res = dialog_yesno(NULL,
"Do you wish to save your new configuration?\n"
Expand Down

1 comment on commit d274aa4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about kconfig-host and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/host-tools/kconfig-host

Please sign in to comment.