diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-26 20:36:18 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-26 21:38:49 +0100 |
commit | 89dadc81ecf737eba5f438da529c2f81712ec15a (patch) | |
tree | 51e67eca75bc1bd3a7abffde49c319e1108123be /configs/v100sc2_defconfig | |
parent | 5ebc5683545678736b1940243968394ae892b258 (diff) | |
download | buildroot-novena-89dadc81ecf737eba5f438da529c2f81712ec15a.tar.gz buildroot-novena-89dadc81ecf737eba5f438da529c2f81712ec15a.zip |
lzma: remove 'target' from lzma package name
We normally don't do this, and it makes using Makefile.autotools.in harder.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/v100sc2_defconfig')
-rw-r--r-- | configs/v100sc2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/v100sc2_defconfig b/configs/v100sc2_defconfig index 61e4c8ad8..e19835335 100644 --- a/configs/v100sc2_defconfig +++ b/configs/v100sc2_defconfig @@ -653,7 +653,7 @@ BR2_PACKAGE_LIBGLIB2=y BR2_COMPRESSOR_SUPPORT=y # BR2_PACKAGE_GZIP is not set BR2_PACKAGE_LZO=y -# BR2_PACKAGE_LZMA_TARGET is not set +# BR2_PACKAGE_LZMA is not set # BR2_PACKAGE_LZMA_HOST is not set BR2_PACKAGE_ZLIB=y # BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set |