openwrt/scripts/config
John Crispin fa69553900 branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
2016-03-24 22:40:13 +01:00
..
lxdialog scripts/config: sync with linux upstream 2015-01-08 14:33:53 +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 build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
README build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
conf.c scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
confdata.c scripts/config: fix handling of CONFDEFAULT on oldconfig 2015-11-03 12:00:53 +00:00
expr.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
expr.h scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
list.h scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
lkc.h scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
lkc_proto.h scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
mconf.c branding: add LEDE branding 2016-03-24 22:40:13 +01:00
menu.c scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
symbol.c scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
util.c scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.gperf scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.hash.c_shipped scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.l scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.lex.c_shipped scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.tab.c_shipped scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
zconf.y scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00

README

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