buildrootschalter/package/config
Peter Korsgaard 937367785a config: fix crash with too long paths
Closes #2737

Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98
(kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-07 19:52:13 +01:00
..
lxdialog Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
patches config: fix crash with too long paths 2010-11-07 19:52:13 +01:00
.gitignore package/config: .gitignore cleanup 2010-11-05 10:22:33 +01:00
check.sh package/config: add gettext helper 2008-06-19 19:06:08 +00:00
conf.c Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
confdata.c config: fix crash with too long paths 2010-11-07 19:52:13 +01:00
expr.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
expr.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
foo.h - no features with Apple Inc. (Heikki Lindholm) 2007-07-24 18:20:46 +00:00
gconf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
gconf.glade Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
images.c - pull kconfig from linux-2.6.21.5 2007-06-28 10:46:19 +00:00
kconfig_load.c - pull kconfig from linux-2.6.21.5 2007-06-28 10:46:19 +00:00
kxgettext.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lex.zconf.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lkc_proto.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lkc.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
Makefile Add support for the new nconf configuration tool 2010-09-01 12:26:56 +02:00
Makefile.br Clean up our patches against kconfig 2010-09-01 12:26:41 +02:00
mconf.c kconfig: remove CONFIG_ references in search/help 2010-09-05 22:51:09 +02:00
menu.c kconfig: remove CONFIG_ references in search/help 2010-09-05 22:51:09 +02:00
nconf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
nconf.gui.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
nconf.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
POTFILES.in config: Update package/config to Kconfig 2.6.30 2009-07-27 16:06:50 +02:00
qconf.cc Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
qconf.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
README.buildroot2 Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
streamline_config.pl Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
symbol.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
util.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.gperf Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.hash.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.l Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.tab.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.y Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00

This is a copy of the kconfig code in the kernel (currently 2.6.36-rc1) tweaked
to suit Buildroot.

To update:
	cp -r /usr/src/linux/scripts/kconfig package/config.new
	cd package/config.new
	cp -a ../config/patches ../config/README.buildroot2 .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf config
	mv config.new config

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	xconfig
	gconfig
	oldconfig