summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in.2
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 17:59:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-14 17:59:02 (GMT)
commit59499a2cdadfbb28780eafca206f1b353c0cbd7c (patch)
tree5eb81e2ce29a1d9177378837754b8d7930166479 /config/kernel/linux.in.2
parent47229f15af48b2cefc1a14ae9c22e3cfaf5b7d43 (diff)
kernel/linux: simplify custom tarball handling
Simplify the way the custom tarball is handled: - fake version="custom" - at download, simply link the custom tarball to: "linux-custom.${custom_extension}" - at extract, the above allows to simply extract "linux-${LINUX_VERSION}" where LINUX_VERISON is set to the fake version="custom" Not that much convoluted, in fact... :-/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel/linux.in.2')
-rw-r--r--config/kernel/linux.in.24
1 files changed, 2 insertions, 2 deletions
diff --git a/config/kernel/linux.in.2 b/config/kernel/linux.in.2
index b9eb595..8e93958 100644
--- a/config/kernel/linux.in.2
+++ b/config/kernel/linux.in.2
@@ -1,6 +1,6 @@
# Linux kernel options
-if KERNEL_LINUX_INSTALL
+if ! KERNEL_LINUX_USE_CUSTOM_HEADERS
choice
bool
@@ -41,4 +41,4 @@ config KERNEL_LINUX_INSTALL_CHECK
If you are in doubt that installed headers are buggy, say 'Y'
here to have an extra check passed onto the headers.
-endif # KERNEL_LINUX_INSTALL
+endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS