Jo-Philipp Wich 5b38fdd704 scripts/config: fix menuconfig segfault in text inputs when format patterns are entered by the user hace 13 años
..
lxdialog 5b38fdd704 scripts/config: fix menuconfig segfault in text inputs when format patterns are entered by the user hace 13 años
.gitignore 11dcad2834 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. hace 14 años
Makefile 1a3c4d1090 add possibility to set default .config values hace 18 años
README 60c1f0f64d finally move buildroot-ng to trunk hace 9 años
conf.c b0f60f8023 scripts/config: add an option for making the conf tool write to a different file hace 15 años
confdata.c fa6b452873 menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a default target hace 17 años
expr.c 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
expr.h 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
kconfig_load.c 60c1f0f64d finally move buildroot-ng to trunk hace 9 años
lex.backup 60c1f0f64d finally move buildroot-ng to trunk hace 9 años
lex.zconf.c_shipped 30992cceeb menuconfig: allow wildcard includes to return no match (#6339) hace 16 años
lkc.h 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
lkc_proto.h 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
mconf.c 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
menu.c de49793bb7 remove a useless warning hace 18 años
symbol.c 50a7ff97ef mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’" hace 14 años
util.c 54fda00db6 don't generate .tmpconfig.h and .kconfig.d hace 19 años
zconf.gperf c48b6508fe add 'deselect' property for menuconfig hace 19 años
zconf.hash.c_shipped c48b6508fe add 'deselect' property for menuconfig hace 19 años
zconf.l 30992cceeb menuconfig: allow wildcard includes to return no match (#6339) hace 16 años
zconf.tab.c_shipped 5e48d47dfe scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) hace 14 años
zconf.y c48b6508fe add 'deselect' property for menuconfig hace 19 años

README

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