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/toolchain
Alexandru Ardelean ca7e8627db kernel-headers: adjust PKG_ variables when using git clone method
When using an external git clone for the kernel repo,
the build would fail because the build won't download
[via git] the kernel tarball.

This is because the `toolchain/kernel-headers` assumes
that the kernel would get downloaded via normal HTTP.
The reason for this is the `HostBuild` rule, which
calls the `Download/default` rule.

To use the `Download/default` we just need to conditionally
adjust some PKG_ vars.

We can safely use `LINUX_VERSION` as it was already adjusted
in the `kernel-version.mk` to avoid collisions with other tarballs.

Fixes:
 https://bugs.openwrt.org/index.php?do=details&task_id=503

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years ago
..
binutils toolchain/arc: update to the most recent release arc-2017.09 6 years ago
fortify-headers toolchain/fortify-headers: Update to 0.9 7 years ago
gcc toolchain/arc: update to the most recent release arc-2017.09 6 years ago
gdb toolchain/arc: update to the most recent release arc-2017.09 6 years ago
glibc toolchain/glibc: Update to 2.26 7 years ago
kernel-headers kernel-headers: adjust PKG_ variables when using git clone method 6 years ago
musl musl: move BUILD_DIR_TOOLCHAIN/musl symlink to configure step 6 years ago
uClibc uClibc-ng: update to 1.0.28 6 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
yasm treewide: clean up download hashes 8 years ago
Config.in toolchain: use glibc for powerpc64 builds 7 years ago
Makefile toolchain/insight: Remove from tree 7 years ago
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 15 years ago