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
commit7e158d630724ce783163480880a27adee5854c9e (patch)
treee265cc1adf1fd181343cf85e07d0271cec54b0d5 /target/linux/avr32/image/u-boot/patches/100-ngw100_enable_lzma_support.patch
parent8128acd3856de2985c34f6f31a6c86e7687c49e4 (diff)
downloadupstream-7e158d630724ce783163480880a27adee5854c9e.tar.gz
upstream-7e158d630724ce783163480880a27adee5854c9e.tar.bz2
upstream-7e158d630724ce783163480880a27adee5854c9e.zip
[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 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