kumquat-buildroot/linux
Ivo Slanina d9d575e0b2 linux/linux.mk: fixed downloading kernel patches
Patches located at ftp or http(s) URLs were downloaded using DOWNLOAD
macro. For example, if linux source was located at external git
repository, DOWNLOAD macro uses git scheme as well and buildroot
tried to downlod a path using DOWNLOAD_GIT macro. As a result, nothing
was downloaded and build siletly passes.

Patches located at mentioned URLs is now downloaded directly with
DOWNLOAD_WGET macro.

Signed-off-by: Ivo Slanina <ivo.slanina@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-14 16:48:56 +01:00
..
Config.ext.in linux: add fbtft kernel extension 2015-01-10 15:25:31 +01:00
Config.in
linux-ext-fbtft.mk linux: add fbtft kernel extension 2015-01-10 15:25:31 +01:00
linux-ext-rtai.mk
linux-ext-xenomai.mk
linux.mk linux/linux.mk: fixed downloading kernel patches 2015-01-14 16:48:56 +01:00