diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-02 16:30:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-02 16:30:28 +0000 |
commit | 89943ccee41170e05aac96e28ae6afb90d888042 (patch) | |
tree | 44dbe48a5228d45075e8ccec7f92e847415a5328 /target | |
parent | 934ed18ec5e29f4565ba7b4a11fb9dfc4eb0998a (diff) | |
download | upstream-89943ccee41170e05aac96e28ae6afb90d888042.tar.gz upstream-89943ccee41170e05aac96e28ae6afb90d888042.tar.bz2 upstream-89943ccee41170e05aac96e28ae6afb90d888042.zip |
AA: generic: fix UBIFS build error if XZ compression is disabled
Backport of r34959.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch b/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch index 3c917c164c..3442d90db7 100644 --- a/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch +++ b/target/linux/generic/patches-3.3/541-ubifs-xz-decompression-support.patch @@ -44,7 +44,7 @@ + .capi_name = "xz", +}; +#else -+static struct ubifs_compressor zlib_compr = { ++static struct ubifs_compressor xz_compr = { + .compr_type = UBIFS_COMPR_XZ, + .name = "xz", +}; |