Commit Graph

2 Commits

Author SHA1 Message Date
Igor Belwon
3657d228bc check-lxdialog: Fix lxdialog check on new compilers
This causes menuconfig to not work, as without the function
return type, gcc will produce a warning.

Fixes:
$ make menuconfig
  HOSTCC  scripts/kconfig/conf.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 ***
 *** Install ncurses (ncurses-devel) and try again.
 ***
make[1]: *** [/home/igor/phones/z3s/uniLoader/scripts/kconfig/Makefile:219: scripts/kconfig/dochecklxdialog] Error 1

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
2025-01-15 21:04:44 +01:00
ivoszbg
fd8ed2d1b8 uniLoader: Migrate to kconfig based configurations
Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
2022-06-14 18:02:47 +03:00