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

README

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