diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-16 18:17:39 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-16 18:17:39 +0000 |
commit | 0a9af49e0b41dc66ce0bb0d583b0241a882f2700 (patch) | |
tree | bf52255998d07b980f0ef7aea862eaf456dbb3fc /toolchain/kernel-headers/Config.in | |
parent | ceef40146f64415e3e046f724029b3e13544ecaf (diff) | |
download | buildroot-novena-0a9af49e0b41dc66ce0bb0d583b0241a882f2700.tar.gz buildroot-novena-0a9af49e0b41dc66ce0bb0d583b0241a882f2700.zip |
Ensure lzma is built *before* linux, allow system installation in /usr/local/bin
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r-- | toolchain/kernel-headers/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |