openwrtv3/scripts/config
Jo-Philipp Wich 2f39014a48 scripts/config: support includes relative to the currently processed file
When the initial glob() attempt on a path specified with "source" statement
yields no result, then retry the globbing on the same path with the directory
part of the currently processed file prepended.

This allows us to reference Config.in files relative to their parent instead
of relative to the top dir.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43652
2014-12-12 12:29:58 +00:00
..
lxdialog build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +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
conf.c scripts/config: fix an option processing error that caused duplication in diffconfig.sh output (#13384) 2013-05-02 14:06:10 +00:00
confdata.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
expr.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
expr.h build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
list.h build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
lkc.h build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
lkc_proto.h build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
Makefile build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
mconf.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
menu.c 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
symbol.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
util.c build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
zconf.gperf build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
zconf.hash.c_shipped build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
zconf.l scripts/config: support includes relative to the currently processed file 2014-12-12 12:29:58 +00:00
zconf.lex.c_shipped scripts/config: support includes relative to the currently processed file 2014-12-12 12:29:58 +00:00
zconf.tab.c_shipped scripts/config: warn on deprected "depends" syntax instead of throwing a syntax error 2013-04-22 12:53:32 +00:00
zconf.y scripts/config: warn on deprected "depends" syntax instead of throwing a syntax error 2013-04-22 12:53:32 +00:00

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