openwrt/scripts/config
Michael Büsch 50a7ff97ef mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’"
SVN-Revision: 29190
2011-11-16 17:27:36 +00:00
..
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. 2011-06-20 10:41:02 +00:00
.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. 2011-06-20 10:41:02 +00:00
Makefile add possibility to set default .config values 2007-10-14 02:15:37 +00:00
README finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00
conf.c scripts/config: add an option for making the conf tool write to a different file 2011-01-29 02:22:40 +00:00
confdata.c menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig specifies a default target 2008-10-18 20:16:59 +00:00
expr.c scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
expr.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
kconfig_load.c finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00
lex.backup finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00
lex.zconf.c_shipped menuconfig: allow wildcard includes to return no match (#6339) 2009-12-11 04:41:56 +00:00
lkc.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
lkc_proto.h scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
mconf.c scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
menu.c remove a useless warning 2007-06-12 13:23:43 +00:00
symbol.c mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’" 2011-11-16 17:27:36 +00:00
util.c don't generate .tmpconfig.h and .kconfig.d 2006-10-14 00:48:54 +00:00
zconf.gperf add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
zconf.hash.c_shipped add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00
zconf.l menuconfig: allow wildcard includes to return no match (#6339) 2009-12-11 04:41:56 +00:00
zconf.tab.c_shipped scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) 2011-10-28 14:09:12 +00:00
zconf.y add 'deselect' property for menuconfig 2007-03-23 14:03:35 +00:00

README

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