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 <de...@geekhold.com> Index: scripts/config/.gitignore =================================================================== --- scripts/config/.gitignore (revision 26878) +++ scripts/config/.gitignore (working copy) @@ -1,6 +1,9 @@ *.o -lxdialog conf* +!conf*.c +!conf*.h mconf* +!mconf*.c +!mconf*.h mconf_check *.*.c Index: scripts/config/lxdialog/.gitignore =================================================================== --- scripts/config/lxdialog/.gitignore (revision 0) +++ scripts/config/lxdialog/.gitignore (revision 0) @@ -0,0 +1,2 @@ +lxdialog +*.o _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel