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 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. 13 years ago
..
lxdialog 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
.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
conf.c scripts/config: add an option for making the conf tool write to a different file 14 years ago
confdata.c menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a default target 16 years ago
expr.c
expr.h add 'deselect' property for menuconfig 18 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
lkc_proto.h add possibility to set default .config values 17 years ago
mconf.c add 'deselect' property for menuconfig 18 years ago
menu.c remove a useless warning 18 years ago
symbol.c fix menuconfig 'deselect' statement 18 years ago
util.c
zconf.gperf add 'deselect' property for menuconfig 18 years ago
zconf.hash.c_shipped add 'deselect' property for menuconfig 18 years ago
zconf.l menuconfig: allow wildcard includes to return no match (#6339) 15 years ago
zconf.tab.c_shipped add 'deselect' property for menuconfig 18 years ago
zconf.y add 'deselect' property for menuconfig 18 years ago

README

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