[source] ar71xx: add missing LZO support select for routerboard devices
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 4 14:10:26 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=61751155418ffc0453f510398c53b1c00fc1bc8e
commit 61751155418ffc0453f510398c53b1c00fc1bc8e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Aug 4 22:55:51 2016 +0200
ar71xx: add missing LZO support select for routerboard devices
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/ar71xx/patches-4.4/602-MIPS-ath79-add-openwrt-stuff.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 d0ba608..9959a39 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
More information about the lede-commits
mailing list