diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:03:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:03:35 +0000 |
commit | 0c240b2a3b74f22d4ec4e2f41a4109e15712cac0 (patch) | |
tree | 68b71b7c99601d982445f7c0a27b3991272c6607 /target/linux/ar71xx/mikrotik | |
parent | 3fa90854cf48c32690ae5196b2e0a69d668e33e9 (diff) | |
download | upstream-0c240b2a3b74f22d4ec4e2f41a4109e15712cac0.tar.gz upstream-0c240b2a3b74f22d4ec4e2f41a4109e15712cac0.tar.bz2 upstream-0c240b2a3b74f22d4ec4e2f41a4109e15712cac0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/mikrotik')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index c939a95644..58cc344a80 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -124,6 +124,7 @@ CONFIG_GPIO_74X164=y CONFIG_GPIO_LATCH=y # CONFIG_JFFS2_FS is not set CONFIG_LEDS_RB750=y +CONFIG_LZO_DECOMPRESS=y CONFIG_MDIO_BITBANG=y CONFIG_MDIO_GPIO=y # CONFIG_MTD_CFI is not set |