mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-12 01:29:27 +00:00
ar71xx: add missing LZO support select for routerboard devices
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
002b453687
commit
6175115541
@ -32,7 +32,7 @@
|
|||||||
config ATH79_DEV_SPI
|
config ATH79_DEV_SPI
|
||||||
def_bool n
|
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)
|
depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
|
||||||
def_bool n
|
def_bool n
|
||||||
|
|
||||||
@ -43,6 +43,7 @@
|
|||||||
+ def_bool n
|
+ def_bool n
|
||||||
+
|
+
|
||||||
+config ATH79_ROUTERBOOT
|
+config ATH79_ROUTERBOOT
|
||||||
|
+ select LZO_DECOMPRESS
|
||||||
+ def_bool n
|
+ def_bool n
|
||||||
+
|
+
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user