You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/scripts/config
Jo-Philipp Wich 5b38fdd704 scripts/config: fix menuconfig segfault in text inputs when format patterns are entered by the user
SVN-Revision: 33773
12 years ago
..
lxdialog scripts/config: fix menuconfig segfault in text inputs when format patterns are entered by the user 12 years ago
.gitignore scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. 13 years ago
Makefile add possibility to set default .config values 17 years ago
README finally move buildroot-ng to trunk 8 years ago
conf.c scripts/config: add an option for making the conf tool write to a different file 13 years ago
confdata.c menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a default target 16 years ago
expr.c scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
expr.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
kconfig_load.c finally move buildroot-ng to trunk 8 years ago
lex.backup finally move buildroot-ng to trunk 8 years ago
lex.zconf.c_shipped menuconfig: allow wildcard includes to return no match (#6339) 15 years ago
lkc.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
lkc_proto.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
mconf.c scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
menu.c remove a useless warning 17 years ago
symbol.c mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’" 13 years ago
util.c don't generate .tmpconfig.h and .kconfig.d 18 years ago
zconf.gperf add 'deselect' property for menuconfig 17 years ago
zconf.hash.c_shipped add 'deselect' property for menuconfig 17 years ago
zconf.l menuconfig: allow wildcard includes to return no match (#6339) 15 years ago
zconf.tab.c_shipped scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 13 years ago
zconf.y add 'deselect' property for menuconfig 17 years ago

README

These files were taken from the Linux 2.6.16.7 Kernel
Configuration System and modified for the OpenWrt Buildroot.