From 0a9af49e0b41dc66ce0bb0d583b0241a882f2700 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 16 Aug 2007 18:17:39 +0000 Subject: Ensure lzma is built *before* linux, allow system installation in /usr/local/bin --- toolchain/kernel-headers/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'toolchain/kernel-headers') diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index bb24d15dc..9244f088e 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -66,6 +66,17 @@ config BR2_KERNEL_HEADERS_LZMA initramfs filesystems. This requires the lzma program in your development environment. +config BR2_KERNEL_HEADERS_LZMA_INSTALL + bool "Install lzma in /usr/local/bin (Requires system password) for sudo" + default n + help + Install the lzma package in the /usr/local/bin directory + so it is available for future builds. This requires sudo. + If you do not know the system password you should not set + this option. If you do not have lzma installed the only way + to complete the linux build, ifl you apply the lzma patches + is to have '$(STAGING_DIR)/usr/bin' in your path. + config BR2_DEFAULT_KERNEL_HEADERS string default "2.4.25" if BR2_KERNEL_HEADERS_2_4_25 -- cgit v1.2.3