summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-04 22:55:51 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-04 23:02:50 +0200
commit61751155418ffc0453f510398c53b1c00fc1bc8e (patch)
tree38a119945f996ba089d9dc5af5e4f01b70505136 /target/linux/ar71xx
parent002b45368792a04e480db3ca3f23a4aefb787670 (diff)
downloadmaster-31e0f0ae-61751155418ffc0453f510398c53b1c00fc1bc8e.tar.gz
master-31e0f0ae-61751155418ffc0453f510398c53b1c00fc1bc8e.tar.bz2
master-31e0f0ae-61751155418ffc0453f510398c53b1c00fc1bc8e.zip
ar71xx: add missing LZO support select for routerboard devices
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch b/target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch
index d0ba6084c8..9959a39651 100644
--- a/target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch
+++ b/target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch
@@ -32,7 +32,7 @@
config ATH79_DEV_SPI
def_bool n
-@@ -129,4 +147,13 @@ config ATH79_DEV_WMAC
+@@ -129,4 +147,14 @@ config ATH79_DEV_WMAC
depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
def_bool n
@@ -43,6 +43,7 @@
+ def_bool n
+
+config ATH79_ROUTERBOOT
++ select LZO_DECOMPRESS
+ def_bool n
+
endif