diff options
Diffstat (limited to 'toolchain/kernel-headers')
-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 |