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/include
John Crispin 45e3540a3f config: Remove KERNEL_GIT_LOCAL_REPOSITORY option
The GIT_LOCAL_REPOSITORY option adds the --reference argument to the
git clone kernel command line, if KERNEL_GIT_CLONE_URI is set.

This option is intended to speed-up the repo creation by using local
objets rather than downloading it. However, a local repo can be cloned
much faster by setting GIT_LOCAL_REPOSITORY directly to the local tree.

In that case, git clone will bypass the normal "git aware" transport
mechanism and clone the repository by copying and hardlinking objects
rather than downloading it, resulting in a significant speed increase.

That makes the GIT_LOCAL_REPOSITORY option pretty useless so we'll just
remove it and recommand the usage of KERNEL_GIT_CLONE_URI directly.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>

SVN-Revision: 40944
10 years ago
..
site add preliminary support for musl 12 years ago
autotools.mk autotools.mk: add a gettext-version PKG_FIXUP (#11236) 12 years ago
cmake.mk include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errors 10 years ago
debug.mk build: undefine debug helper templates used by subdir.mk if the DEBUG variable is empty, speeds up "make prereq" by 25% when lots of packages are installed 13 years ago
depends.mk change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems (#8231) 14 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk build: add support for packing version control downloads with xz 10 years ago
host-build.mk build: BSD compile fixes 11 years ago
host.mk build: move the XARGS variable out of the host checks, since a working xargs is built in tools/ 11 years ago
image.mk image: ext4: rename config options as these are only used for ext4 image creation 10 years ago
kernel-build.mk include: fix kernel download failure with git & local trees 10 years ago
kernel-defaults.mk config: Remove KERNEL_GIT_LOCAL_REPOSITORY option 10 years ago
kernel-version.mk kernel: update 3.14 to 3.14.5 10 years ago
kernel.mk kernel: remove debug code from module insert script 11 years ago
ltqtapi.mk fix tapi dependency 12 years ago
netfilter.mk iptables/netfilter: add connlimit to conntrack-extra 10 years ago
nls.mk nls.mk: fix build dependency on gettext (#11829) 12 years ago
package-bin.mk include/package-bin: print warnings/errors to stderr 11 years ago
package-defaults.mk build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk 10 years ago
package-dumpinfo.mk build: add a dependency on libc to all non-kernel packages 12 years ago
package-ipkg.mk build: allow packages to declare ABI versions to detect necessary package rebuilds 10 years ago
package.mk build: reimplement package build directory override 10 years ago
prereq-build.mk build: clarify the file prereq check message 10 years ago
prereq.mk some minor fixes, cleanups, package build abstraction 17 years ago
quilt.mk quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure 12 years ago
scan.mk build: SCAN_DEPS handling (fixes package/kernel/linux metadata change detection) 11 years ago
scons.mk fix up scons vs ccache 12 years ago
shell.sh clean up md5s() shell function 16 years ago
subdir.mk tools: fix stampfile dependency handling when the list of build dirs changes (#15186) 10 years ago
target.mk buildroot: add Cortex A15 specific CFLAGS 10 years ago
toolchain-build.mk toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol 12 years ago
toplevel.mk target/sdk: use .config instead of unconditionally enabling all build dirs 10 years ago
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
unpack.mk partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk" 10 years ago
verbose.mk build: make the color of the 'configuration out of sync' warning red to make it harder for users to overlook 11 years ago
version.mk version.mk: add initial infrastructure for recording specific build taint conditions like modified busybox or disabled ipv6 support 10 years ago