aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-23 09:08:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-23 09:08:23 +0000
commit7962a35f6233f8fc6a20c61ca0a99b6342c2c03a (patch)
treeadcb54d563054deb25511233c2d77b11b13b658d /target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
parentef79a9a8f3090a48ae694b72a9585fdcd6ba44f8 (diff)
downloadupstream-7962a35f6233f8fc6a20c61ca0a99b6342c2c03a.tar.gz
upstream-7962a35f6233f8fc6a20c61ca0a99b6342c2c03a.tar.bz2
upstream-7962a35f6233f8fc6a20c61ca0a99b6342c2c03a.zip
u-boot: add LZMA decompression support
SVN-Revision: 11248
Diffstat (limited to 'target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch')
-rw-r--r--target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch b/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
new file mode 100644
index 0000000000..5ff91b8f6f
--- /dev/null
+++ b/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
@@ -0,0 +1,12 @@
+Index: u-boot-1.3.3/include/configs/atngw100.h
+===================================================================
+--- u-boot-1.3.3.orig/include/configs/atngw100.h
++++ u-boot-1.3.3/include/configs/atngw100.h
+@@ -60,6 +60,7 @@
+
+ /* User serviceable stuff */
+ #define CONFIG_DOS_PARTITION 1
++#define CONFIG_LZMA 1
+
+ #define CONFIG_CMDLINE_TAG 1
+ #define CONFIG_SETUP_MEMORY_TAGS 1