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
John Crispin fa69553900 branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
8 years ago
..
lxdialog scripts/config: sync with linux upstream 9 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 build: add new menuconfig code based on linux 3.9 11 years ago
README build: add new menuconfig code based on linux 3.9 11 years ago
conf.c scripts/config: sync with linux upstream 9 years ago
confdata.c scripts/config: fix handling of CONFDEFAULT on oldconfig 9 years ago
expr.c build: add new menuconfig code based on linux 3.9 11 years ago
expr.h scripts/config: sync with linux upstream 9 years ago
list.h scripts/config: sync with linux upstream 9 years ago
lkc.h scripts/config: sync with linux upstream 9 years ago
lkc_proto.h scripts/config: sync with linux upstream 9 years ago
mconf.c branding: add LEDE branding 8 years ago
menu.c scripts/config: sync with linux upstream 9 years ago
symbol.c scripts/config: sync with linux upstream 9 years ago
util.c scripts/config: sync with linux upstream 9 years ago
zconf.gperf scripts/config: sync with linux upstream 9 years ago
zconf.hash.c_shipped scripts/config: sync with linux upstream 9 years ago
zconf.l scripts/config: sync with linux upstream 9 years ago
zconf.lex.c_shipped scripts/config: sync with linux upstream 9 years ago
zconf.tab.c_shipped scripts/config: sync with linux upstream 9 years ago
zconf.y scripts/config: sync with linux upstream 9 years ago

README

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