wifipineapple-openwrt/scripts/config
Jo-Philipp Wich aa3bc1d684 [PATCH] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-20 10:41:02 +00:00
..
lxdialog [PATCH] scripts/config/.gitignore omits source files 2011-06-20 10:41:02 +00:00
.gitignore [PATCH] scripts/config/.gitignore omits source files 2011-06-20 10:41:02 +00:00
Makefile
README
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
expr.c
expr.h
kconfig_load.c
lex.backup
lex.zconf.c_shipped
lkc.h
lkc_proto.h
mconf.c
menu.c
symbol.c
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l
zconf.tab.c_shipped
zconf.y

README

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