From 0c240b2a3b74f22d4ec4e2f41a4109e15712cac0 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 7 Apr 2015 20:03:35 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45297 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch') 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 -- cgit v1.2.3