summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.18
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2015-04-07 20:03:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2015-04-07 20:03:35 +0000
commit76b5a9aa7d9ca0dcd7369e302f943d7a128621da (patch)
tree896b47c256f062b82b318e7028472282a6711330 /target/linux/ar71xx/patches-3.18
parentf0cbd004ee3992c6c8cbee0466fa5a53bbf50e80 (diff)
downloadmaster-31e0f0ae-76b5a9aa7d9ca0dcd7369e302f943d7a128621da.tar.gz
master-31e0f0ae-76b5a9aa7d9ca0dcd7369e302f943d7a128621da.tar.bz2
master-31e0f0ae-76b5a9aa7d9ca0dcd7369e302f943d7a128621da.zip
ar71xx: routerboot: add support for extended radio data
On newer Mikrotik boards, the radio calibration data is stored differently and uses LZO compression instead of RLE. Update the RouterBOOT helper code to support the new format. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45297
Diffstat (limited to 'target/linux/ar71xx/patches-3.18')
-rw-r--r--target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
index 3555de3a44..2aca064eee 100644
--- a/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
+++ b/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
@@ -1379,11 +1379,12 @@
def_bool n
config ATH79_DEV_GPIO_BUTTONS
-@@ -154,6 +1226,10 @@ config ATH79_PCI_ATH9K_FIXUP
+@@ -154,6 +1226,11 @@ config ATH79_PCI_ATH9K_FIXUP
def_bool n
config ATH79_ROUTERBOOT
+ select RLE_DECOMPRESS
++ select LZO_DECOMPRESS
+ def_bool n
+
+config PCI_AR724X