include: Clean-up kernel git command options management
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:45:19 +0000 (12:45 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:45:19 +0000 (12:45 +0000)
commit2be28a64e274c5ff3b36cb29ccf03173e9be9926
tree64e1fc97cf1e3c670d668a9e3b23f50924004b14
parent15f1178eedb10fa86b4088b39fc4e4bacec67827
include: Clean-up kernel git command options management

The way git options are managed in kernel-defaults.mk makes additions

difficult. If requires different code path for each option; it's
ok so far as we handle only one option, but if we want to make the git
clone mechanism more flexible, more option will be required, which
will become tedious.

So; we'll move the GIT options into a variable, that may or may not be
set depending on the configuration, and we'll pass this variable to the
git command.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 40945
include/kernel-defaults.mk