diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:03:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-04-07 20:03:24 +0000 |
commit | f0cbd004ee3992c6c8cbee0466fa5a53bbf50e80 (patch) | |
tree | 6cae0cce2f14fc725abf09842109f7f0f184a7c6 /target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch | |
parent | 298a46c0b302b070994c340e3d321ebccfeb4c2a (diff) | |
download | upstream-f0cbd004ee3992c6c8cbee0466fa5a53bbf50e80.tar.gz upstream-f0cbd004ee3992c6c8cbee0466fa5a53bbf50e80.tar.bz2 upstream-f0cbd004ee3992c6c8cbee0466fa5a53bbf50e80.zip |
ar71xx: select RLE_DECOMPRESS directly by the RouterBOOT helper code
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 45296
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch | 19 |
1 files changed, 9 insertions, 10 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 fa4074eb87..3555de3a44 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 @@ -264,7 +264,7 @@ config ATH79_MACH_AP121 bool "Atheros AP121 reference board" select SOC_AR933X -@@ -11,62 +75,980 @@ config ATH79_MACH_AP121 +@@ -11,62 +75,976 @@ config ATH79_MACH_AP121 select ATH79_DEV_M25P80 select ATH79_DEV_USB select ATH79_DEV_WMAC @@ -735,7 +735,6 @@ + select ATH79_DEV_ETH + select ATH79_DEV_USB + select ATH79_ROUTERBOOT -+ select RLE_DECOMPRESS + +config ATH79_MACH_RB91X + bool "MikroTik RouterBOARD 91X support" @@ -745,7 +744,6 @@ + select ATH79_DEV_WMAC + select ATH79_DEV_USB + select ATH79_ROUTERBOOT -+ select RLE_DECOMPRESS + +config ATH79_MACH_RB95X + bool "MikroTik RouterBOARD 95X support" @@ -755,7 +753,6 @@ + select ATH79_DEV_WMAC + select ATH79_DEV_USB + select ATH79_ROUTERBOOT -+ select RLE_DECOMPRESS + +config ATH79_MACH_RB2011 + bool "MikroTik RouterBOARD 2011 support" @@ -766,7 +763,6 @@ + select ATH79_DEV_USB + select ATH79_DEV_WMAC + select ATH79_ROUTERBOOT -+ select RLE_DECOMPRESS + +config ATH79_MACH_RBSXTLITE + bool "MikroTik RouterBOARD SXT Lite" @@ -1273,7 +1269,7 @@ config ATH79_MACH_UBNT_XM bool "Ubiquiti Networks XM/UniFi boards" -@@ -83,6 +1065,97 @@ config ATH79_MACH_UBNT_XM +@@ -83,6 +1061,97 @@ config ATH79_MACH_UBNT_XM Say 'Y' here if you want your kernel to support the Ubiquiti Networks XM (rev 1.0) board. @@ -1371,7 +1367,7 @@ endmenu config SOC_AR71XX -@@ -124,7 +1197,10 @@ config ATH79_DEV_DSA +@@ -124,7 +1193,10 @@ config ATH79_DEV_DSA config ATH79_DEV_ETH def_bool n @@ -1383,13 +1379,16 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -156,4 +1232,7 @@ config ATH79_PCI_ATH9K_FIXUP - config ATH79_ROUTERBOOT +@@ -154,6 +1226,10 @@ config ATH79_PCI_ATH9K_FIXUP def_bool n -+config PCI_AR724X + config ATH79_ROUTERBOOT ++ select RLE_DECOMPRESS + def_bool n + ++config PCI_AR724X + def_bool n + endif --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile |