summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-23 09:08:23 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-23 09:08:23 +0000
commiteede21520f2babf57e842169840f8dce07032820 (patch)
treee265cc1adf1fd181343cf85e07d0271cec54b0d5 /target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
parentdcb392448ba2c6660a0e0c85ff6f1389e9b382d4 (diff)
[avr32] u-boot: add LZMA decompression support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11248 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..5ff91b8f6
--- /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