You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jo-Philipp Wich 5b38fdd704 scripts/config: fix menuconfig segfault in text inputs when format patterns are entered by the user 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
README
conf.c scripts/config: add an option for making the conf tool write to a different file 14 years ago
confdata.c
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
lex.backup
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
symbol.c mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’" 13 years ago
util.c
zconf.gperf
zconf.hash.c_shipped
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

README

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