Author: juhosg
Date: 2015-04-07 22:03:24 +0200 (Tue, 07 Apr 2015)
New Revision: 45296

Modified:
   trunk/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
   
trunk/target/linux/ar71xx/patches-3.18/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch
   
trunk/target/linux/ar71xx/patches-3.18/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch
   
trunk/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch
Log:
ar71xx: select RLE_DECOMPRESS directly by the RouterBOOT helper code

Signed-off-by: Gabor Juhos <[email protected]>

Modified: 
trunk/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
===================================================================
--- 
trunk/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch    
    2015-04-07 20:03:15 UTC (rev 45295)
+++ 
trunk/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch    
    2015-04-07 20:03:24 UTC (rev 45296)
@@ -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

Modified: 
trunk/target/linux/ar71xx/patches-3.18/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch
===================================================================
--- 
trunk/target/linux/ar71xx/patches-3.18/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch
     2015-04-07 20:03:15 UTC (rev 45295)
+++ 
trunk/target/linux/ar71xx/patches-3.18/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch
     2015-04-07 20:03:24 UTC (rev 45296)
@@ -22,7 +22,7 @@
 
 --- a/arch/mips/ath79/Kconfig
 +++ b/arch/mips/ath79/Kconfig
-@@ -1178,6 +1178,10 @@ config SOC_AR934X
+@@ -1174,6 +1174,10 @@ config SOC_AR934X
        select PCI_AR724X if PCI
        def_bool n
  
@@ -33,7 +33,7 @@
  config SOC_QCA955X
        select HW_HAS_PCI
        select PCI_AR724X if PCI
-@@ -1220,7 +1224,7 @@ config ATH79_DEV_USB
+@@ -1216,7 +1220,7 @@ config ATH79_DEV_USB
        def_bool n
  
  config ATH79_DEV_WMAC

Modified: 
trunk/target/linux/ar71xx/patches-3.18/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch
===================================================================
--- 
trunk/target/linux/ar71xx/patches-3.18/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch
     2015-04-07 20:03:15 UTC (rev 45295)
+++ 
trunk/target/linux/ar71xx/patches-3.18/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch
     2015-04-07 20:03:24 UTC (rev 45296)
@@ -445,7 +445,7 @@
  }
 --- a/arch/mips/ath79/Kconfig
 +++ b/arch/mips/ath79/Kconfig
-@@ -1187,6 +1187,12 @@ config SOC_QCA955X
+@@ -1183,6 +1183,12 @@ config SOC_QCA955X
        select PCI_AR724X if PCI
        def_bool n
  
@@ -458,7 +458,7 @@
  config ATH79_DEV_M25P80
        select ATH79_DEV_SPI
        def_bool n
-@@ -1224,7 +1230,7 @@ config ATH79_DEV_USB
+@@ -1220,7 +1226,7 @@ config ATH79_DEV_USB
        def_bool n
  
  config ATH79_DEV_WMAC

Modified: 
trunk/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch
===================================================================
--- 
trunk/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch 
    2015-04-07 20:03:15 UTC (rev 45295)
+++ 
trunk/target/linux/ar71xx/patches-3.18/737-MIPS-ath79-add-om5p-an-support.patch 
    2015-04-07 20:03:24 UTC (rev 45296)
@@ -10,7 +10,7 @@
        ATH79_MACH_PB92,                /* Atheros PB92 */
 --- a/arch/mips/ath79/Kconfig
 +++ b/arch/mips/ath79/Kconfig
-@@ -671,6 +671,7 @@ config ATH79_MACH_OM2P
+@@ -677,6 +677,7 @@ config ATH79_MACH_OM2P
  config ATH79_MACH_OM5P
        bool "OpenMesh OM5P board support"
        select SOC_AR934X
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to