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 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.
Signed-off-by: Denton Gentry <denny@geekhold.com>

SVN-Revision: 27244
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 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 finally move buildroot-ng to trunk 8 years ago
expr.h add 'deselect' property for menuconfig 17 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 finally move buildroot-ng to trunk 8 years ago
lkc_proto.h add possibility to set default .config values 17 years ago
mconf.c add 'deselect' property for menuconfig 17 years ago
menu.c remove a useless warning 17 years ago
symbol.c fix menuconfig 'deselect' statement 17 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 add 'deselect' property for menuconfig 17 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.