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/at91rm9200df_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/at91rm9200df_defconfig')
-rw-r--r-- | configs/at91rm9200df_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig index 81ebc8ebd..aba4d0d06 100644 --- a/configs/at91rm9200df_defconfig +++ b/configs/at91rm9200df_defconfig @@ -788,7 +788,7 @@ BR2_PACKAGE_LIBGLIB2=y # Compressors / decompressors # 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 |