Browse Source

bump kernel to 3.17.4

Waldemar Brodkorb 10 years ago
parent
commit
a594f0396e
34 changed files with 8 additions and 363 deletions
  1. 2 2
      mk/kernel-ver.mk
  2. 0 0
      target/arm/raspberry-pi/patches/3.17.4/raspberry-pi.patch
  3. 0 0
      target/arm/solidrun-imx6/patches/3.17.4/rmk.patch
  4. 4 4
      target/config/Config.in.kernelversion.choice
  5. 2 2
      target/config/Config.in.kernelversion.default
  6. 0 160
      target/linux/patches/3.16.6/disable-netfilter.patch
  7. 0 50
      target/linux/patches/3.16.6/sparc-memset.patch
  8. 0 0
      target/linux/patches/3.17.4/bsd-compatibility.patch
  9. 0 0
      target/linux/patches/3.17.4/cleankernel.patch
  10. 0 0
      target/linux/patches/3.17.4/cris-header.patch
  11. 0 0
      target/linux/patches/3.17.4/defaults.patch
  12. 0 0
      target/linux/patches/3.17.4/export-symbol-for-exmap.patch
  13. 0 0
      target/linux/patches/3.17.4/gemalto.patch
  14. 0 0
      target/linux/patches/3.17.4/initramfs-nosizelimit.patch
  15. 0 0
      target/linux/patches/3.17.4/lemote-rfkill.patch
  16. 0 0
      target/linux/patches/3.17.4/microblaze-axi.patch
  17. 0 0
      target/linux/patches/3.17.4/microblaze-ethernet.patch
  18. 0 0
      target/linux/patches/3.17.4/mkpiggy.patch
  19. 0 0
      target/linux/patches/3.17.4/mtd-rootfs.patch
  20. 0 0
      target/linux/patches/3.17.4/nfsv3-tcp.patch
  21. 0 0
      target/linux/patches/3.17.4/non-static.patch
  22. 0 0
      target/linux/patches/3.17.4/patch-fblogo
  23. 0 0
      target/linux/patches/3.17.4/patch-yaffs2
  24. 0 0
      target/linux/patches/3.17.4/ppc64-missing-zlib.patch
  25. 0 0
      target/linux/patches/3.17.4/regmap-boolean.patch
  26. 0 0
      target/linux/patches/3.17.4/relocs.patch
  27. 0 0
      target/linux/patches/3.17.4/sgidefs.patch
  28. 0 0
      target/linux/patches/3.17.4/sortext.patch
  29. 0 0
      target/linux/patches/3.17.4/startup.patch
  30. 0 0
      target/linux/patches/3.17.4/wlan-cf.patch
  31. 0 0
      target/linux/patches/3.17.4/xargs.patch
  32. 0 145
      target/m68k/qemu-m68k/patches/3.16.6/m68k-coldfire-fec.patch
  33. 0 0
      target/m68k/qemu-m68k/patches/3.17.4/qemu-coldfire.patch
  34. 0 0
      target/mips64/lemote-yeelong/patches/3.17.4/sm7xx-fb.patch

+ 2 - 2
mk/kernel-ver.mk

@@ -1,5 +1,5 @@
-ifeq ($(ADK_KERNEL_VERSION_3_16_6),y)
-KERNEL_VERSION:=	3.16.6
+ifeq ($(ADK_KERNEL_VERSION_3_17_4),y)
+KERNEL_VERSION:=	3.17.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		2edc96a1272b04d58245707eb12b4902

+ 0 - 0
target/arm/raspberry-pi/patches/3.16.6/raspberry-pi.patch → target/arm/raspberry-pi/patches/3.17.4/raspberry-pi.patch


+ 0 - 0
target/arm/solidrun-imx6/patches/3.16.6/rmk.patch → target/arm/solidrun-imx6/patches/3.17.4/rmk.patch


+ 4 - 4
target/config/Config.in.kernelversion.choice

@@ -5,13 +5,13 @@ choice
 prompt "Kernel Version"
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
 default ADK_KERNEL_VERSION_3_14_22 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_KERNEL_VERSION_3_16_6
+default ADK_KERNEL_VERSION_3_17.4
 
-config ADK_KERNEL_VERSION_3_16_6
-	prompt "3.16.6"
+config ADK_KERNEL_VERSION_3_17_4
+	prompt "3.17.4"
 	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
 	boolean
-	select ADK_KERNEL_VERSION_3_16
+	select ADK_KERNEL_VERSION_3_17
 
 config ADK_KERNEL_VERSION_3_14_22
 	prompt "3.14.22"

+ 2 - 2
target/config/Config.in.kernelversion.default

@@ -1,7 +1,7 @@
 # This file is part of the OpenADK project. OpenADK is copyrighted
 # material, please see the LICENCE file in the top-level directory.
 
-config ADK_KERNEL_VERSION_3_16
+config ADK_KERNEL_VERSION_3_17
 	boolean
 
 config ADK_KERNEL_VERSION_3_14
@@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4
 
 config ADK_KERNEL_VERSION
 	string
-	default "3.16.6" if ADK_KERNEL_VERSION_3_16_6
+	default "3.17.4" if ADK_KERNEL_VERSION_3_17_4
 	default "3.14.22" if ADK_KERNEL_VERSION_3_14_22
 	default "3.12.33" if ADK_KERNEL_VERSION_3_12_33
 	default "3.10.53" if ADK_KERNEL_VERSION_3_10_53

+ 0 - 160
target/linux/patches/3.16.6/disable-netfilter.patch

@@ -1,160 +0,0 @@
-diff -Nur linux-3.7.3.orig/net/Kconfig linux-3.7.3/net/Kconfig
---- linux-3.7.3.orig/net/Kconfig	2013-01-17 17:47:40.000000000 +0100
-+++ linux-3.7.3/net/Kconfig	2013-01-19 18:19:55.000000000 +0100
-@@ -163,7 +163,7 @@
- config NETFILTER_ADVANCED
- 	bool "Advanced netfilter configuration"
- 	depends on NETFILTER
--	default y
-+	default n
- 	help
- 	  If you say Y here you can select between all the netfilter modules.
- 	  If you say N the more unusual ones will not be shown and the
-@@ -175,7 +175,7 @@
- 	bool "Bridged IP/ARP packets filtering"
- 	depends on BRIDGE && NETFILTER && INET
- 	depends on NETFILTER_ADVANCED
--	default y
-+	default n
- 	---help---
- 	  Enabling this option will let arptables resp. iptables see bridged
- 	  ARP resp. IP traffic. If you want a bridging firewall, you probably
-diff -Nur linux-3.7.3.orig/net/netfilter/Kconfig linux-3.7.3/net/netfilter/Kconfig
---- linux-3.7.3.orig/net/netfilter/Kconfig	2013-01-17 17:47:40.000000000 +0100
-+++ linux-3.7.3/net/netfilter/Kconfig	2013-01-19 18:21:41.000000000 +0100
-@@ -22,7 +22,6 @@
- 	  
- config NETFILTER_NETLINK_LOG
- 	tristate "Netfilter LOG over NFNETLINK interface"
--	default m if NETFILTER_ADVANCED=n
- 	select NETFILTER_NETLINK
- 	help
- 	  If this option is enabled, the kernel will include support
-@@ -34,7 +33,6 @@
- 
- config NF_CONNTRACK
- 	tristate "Netfilter connection tracking support"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  Connection tracking keeps a record of what packets have passed
- 	  through your machine, in order to figure out how they are related
-@@ -60,7 +58,6 @@
- config NF_CONNTRACK_SECMARK
- 	bool  'Connection tracking security mark support'
- 	depends on NETWORK_SECMARK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  This option enables security markings to be applied to
- 	  connections.  Typically they are copied to connections from
-@@ -177,7 +174,6 @@
- 
- config NF_CONNTRACK_FTP
- 	tristate "FTP protocol support"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  Tracking FTP connections is problematic: special helpers are
- 	  required for tracking them, and doing masquerading and other forms
-@@ -211,7 +207,6 @@
- 
- config NF_CONNTRACK_IRC
- 	tristate "IRC protocol support"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  There is a commonly-used extension to IRC called
- 	  Direct Client-to-Client Protocol (DCC).  This enables users to send
-@@ -296,7 +291,6 @@
- 
- config NF_CONNTRACK_SIP
- 	tristate "SIP protocol support"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  SIP is an application-layer control protocol that can establish,
- 	  modify, and terminate multimedia sessions (conferences) such as
-@@ -320,7 +314,6 @@
- config NF_CT_NETLINK
- 	tristate 'Connection tracking netlink interface'
- 	select NETFILTER_NETLINK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  This option enables support for a netlink-based userspace interface
- 
-@@ -424,7 +417,6 @@
- 
- config NETFILTER_XTABLES
- 	tristate "Netfilter Xtables support (required for ip_tables)"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  This is required if you intend to use any of ip_tables,
- 	  ip6_tables or arp_tables.
-@@ -435,7 +427,6 @@
- 
- config NETFILTER_XT_MARK
- 	tristate 'nfmark target and match support'
--	default m if NETFILTER_ADVANCED=n
- 	---help---
- 	This option adds the "MARK" target and "mark" match.
- 
-@@ -527,7 +518,6 @@
- config NETFILTER_XT_TARGET_CONNSECMARK
- 	tristate '"CONNSECMARK" target support'
- 	depends on NF_CONNTRACK && NF_CONNTRACK_SECMARK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  The CONNSECMARK target copies security markings from packets
- 	  to connections, and restores security markings from connections
-@@ -632,7 +622,6 @@
- 
- config NETFILTER_XT_TARGET_LOG
- 	tristate "LOG target support"
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  This option adds a `LOG' target, which allows you to create rules in
- 	  any iptables table which records the packet header to the syslog.
-@@ -660,7 +649,6 @@
- 
- config NETFILTER_XT_TARGET_NFLOG
- 	tristate '"NFLOG" target support'
--	default m if NETFILTER_ADVANCED=n
- 	select NETFILTER_NETLINK_LOG
- 	help
- 	  This option enables the NFLOG target, which allows to LOG
-@@ -741,7 +729,6 @@
- config NETFILTER_XT_TARGET_SECMARK
- 	tristate '"SECMARK" target support'
- 	depends on NETWORK_SECMARK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  The SECMARK target allows security marking of network
- 	  packets, for use with security subsystems.
-@@ -751,7 +738,6 @@
- config NETFILTER_XT_TARGET_TCPMSS
- 	tristate '"TCPMSS" target support'
- 	depends on (IPV6 || IPV6=n)
--	default m if NETFILTER_ADVANCED=n
- 	---help---
- 	  This option adds a `TCPMSS' target, which allows you to alter the
- 	  MSS value of TCP SYN packets, to control the maximum size for that
-@@ -856,7 +842,6 @@
- config NETFILTER_XT_MATCH_CONNTRACK
- 	tristate '"conntrack" connection tracking match support'
- 	depends on NF_CONNTRACK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  This is a general conntrack match module, a superset of the state match.
- 
-@@ -1063,7 +1048,6 @@
- config NETFILTER_XT_MATCH_POLICY
- 	tristate 'IPsec "policy" match support'
- 	depends on XFRM
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  Policy matching allows you to match packets based on the
- 	  IPsec policy that was used during decapsulation/will
-@@ -1170,7 +1154,6 @@
- config NETFILTER_XT_MATCH_STATE
- 	tristate '"state" match support'
- 	depends on NF_CONNTRACK
--	default m if NETFILTER_ADVANCED=n
- 	help
- 	  Connection state matching allows you to match packets based on their
- 	  relationship to a tracked connection (ie. previous packets).  This

+ 0 - 50
target/linux/patches/3.16.6/sparc-memset.patch

@@ -1,50 +0,0 @@
-This makes memset follow the standard (instead of returning 0 on success). This
-is needed when certain versions of gcc optimizes around memset calls and assume
-that the address argument is preserved in %o0.
-
-Signed-off-by: Andreas Larsson <andreas@gaisler.com>
-
-diff -Nur linux-3.16.2.orig/arch/sparc/lib/memset.S linux-3.16.2/arch/sparc/lib/memset.S
---- linux-3.16.2.orig/arch/sparc/lib/memset.S	2014-09-06 01:37:11.000000000 +0200
-+++ linux-3.16.2/arch/sparc/lib/memset.S	2014-09-18 09:53:49.563047773 +0200
-@@ -65,6 +65,8 @@
- 	.globl	__memset_start, __memset_end
- __memset_start:
- memset:
-+	mov	%o0, %g1
-+	mov	1, %g4
- 	and	%o1, 0xff, %g3
- 	sll	%g3, 8, %g2
- 	or	%g3, %g2, %g3
-@@ -89,6 +91,7 @@
- 	 sub	%o0, %o2, %o0
- 
- __bzero:
-+	clr	%g4
- 	mov	%g0, %g3
- 1:
- 	cmp	%o1, 7
-@@ -151,8 +154,8 @@
- 	bne,a	8f
- 	 EX(stb	%g3, [%o0], and %o1, 1)
- 8:
--	retl
--	 clr	%o0
-+	b	0f
-+	 nop
- 7:
- 	be	13b
- 	 orcc	%o1, 0, %g0
-@@ -164,6 +167,12 @@
- 	bne	8b
- 	 EX(stb	%g3, [%o0 - 1], add %o1, 1)
- 0:
-+	andcc	%g4, 1, %g0
-+	be	5f
-+	 nop
-+	retl
-+	 mov	%g1, %o0
-+5:
- 	retl
- 	 clr	%o0
- __memset_end:

+ 0 - 0
target/linux/patches/3.16.6/bsd-compatibility.patch → target/linux/patches/3.17.4/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.16.6/cleankernel.patch → target/linux/patches/3.17.4/cleankernel.patch


+ 0 - 0
target/linux/patches/3.16.6/cris-header.patch → target/linux/patches/3.17.4/cris-header.patch


+ 0 - 0
target/linux/patches/3.16.6/defaults.patch → target/linux/patches/3.17.4/defaults.patch


+ 0 - 0
target/linux/patches/3.16.6/export-symbol-for-exmap.patch → target/linux/patches/3.17.4/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.16.6/gemalto.patch → target/linux/patches/3.17.4/gemalto.patch


+ 0 - 0
target/linux/patches/3.16.6/initramfs-nosizelimit.patch → target/linux/patches/3.17.4/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.16.6/lemote-rfkill.patch → target/linux/patches/3.17.4/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.16.6/microblaze-axi.patch → target/linux/patches/3.17.4/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.16.6/microblaze-ethernet.patch → target/linux/patches/3.17.4/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.16.6/mkpiggy.patch → target/linux/patches/3.17.4/mkpiggy.patch


+ 0 - 0
target/linux/patches/3.16.6/mtd-rootfs.patch → target/linux/patches/3.17.4/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.16.6/nfsv3-tcp.patch → target/linux/patches/3.17.4/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.16.6/non-static.patch → target/linux/patches/3.17.4/non-static.patch


+ 0 - 0
target/linux/patches/3.16.6/patch-fblogo → target/linux/patches/3.17.4/patch-fblogo


+ 0 - 0
target/linux/patches/3.16.6/patch-yaffs2 → target/linux/patches/3.17.4/patch-yaffs2


+ 0 - 0
target/linux/patches/3.16.6/ppc64-missing-zlib.patch → target/linux/patches/3.17.4/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.16.6/regmap-boolean.patch → target/linux/patches/3.17.4/regmap-boolean.patch


+ 0 - 0
target/linux/patches/3.16.6/relocs.patch → target/linux/patches/3.17.4/relocs.patch


+ 0 - 0
target/linux/patches/3.16.6/sgidefs.patch → target/linux/patches/3.17.4/sgidefs.patch


+ 0 - 0
target/linux/patches/3.16.6/sortext.patch → target/linux/patches/3.17.4/sortext.patch


+ 0 - 0
target/linux/patches/3.16.6/startup.patch → target/linux/patches/3.17.4/startup.patch


+ 0 - 0
target/linux/patches/3.16.6/wlan-cf.patch → target/linux/patches/3.17.4/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.16.6/xargs.patch → target/linux/patches/3.17.4/xargs.patch


+ 0 - 145
target/m68k/qemu-m68k/patches/3.16.6/m68k-coldfire-fec.patch

@@ -1,145 +0,0 @@
-diff -Nur linux-3.16.1.orig/drivers/net/ethernet/freescale/fec_main.c linux-3.16.1/drivers/net/ethernet/freescale/fec_main.c
---- linux-3.16.1.orig/drivers/net/ethernet/freescale/fec_main.c	2014-08-14 04:36:35.000000000 +0200
-+++ linux-3.16.1/drivers/net/ethernet/freescale/fec_main.c	2014-08-28 14:14:15.573666435 +0200
-@@ -154,7 +154,7 @@
- module_param_array(macaddr, byte, NULL, 0);
- MODULE_PARM_DESC(macaddr, "FEC Ethernet MAC address");
- 
--#if defined(CONFIG_M5272)
-+#if defined(CONFIG_COLDFIRE)
- /*
-  * Some hardware gets it MAC address out of local flash memory.
-  * if this is non-zero then assume it is the address to get MAC from.
-@@ -165,14 +165,14 @@
- #define	FEC_FLASHMAC	0xf0006000
- #elif defined(CONFIG_CANCam)
- #define	FEC_FLASHMAC	0xf0020000
--#elif defined (CONFIG_M5272C3)
-+#elif defined (CONFIG_COLDFIREC3)
- #define	FEC_FLASHMAC	(0xffe04000 + 4)
- #elif defined(CONFIG_MOD5272)
- #define FEC_FLASHMAC	0xffc0406b
- #else
- #define	FEC_FLASHMAC	0
- #endif
--#endif /* CONFIG_M5272 */
-+#endif /* CONFIG_COLDFIRE */
- 
- /* Interrupt events/masks. */
- #define FEC_ENET_HBERR	((uint)0x80000000)	/* Heartbeat error */
-@@ -826,7 +826,9 @@
- 	const struct platform_device_id *id_entry =
- 				platform_get_device_id(fep->pdev);
- 	int i;
-+#if !defined(CONFIG_COLDFIRE)
- 	u32 val;
-+#endif
- 	u32 temp_mac[2];
- 	u32 rcntl = OPT_FRAME_SIZE | 0x04;
- 	u32 ecntl = 0x2; /* ETHEREN */
-@@ -892,7 +894,7 @@
- 	/* Set MII speed */
- 	writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
- 
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 	/* set RX checksum */
- 	val = readl(fep->hwp + FEC_RACC);
- 	if (fep->csum_flags & FLAG_RX_CSUM_ENABLED)
-@@ -953,7 +955,7 @@
- #endif
- 	}
- 
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 	/* enable pause frame*/
- 	if ((fep->pause_flag & FEC_PAUSE_FLAG_ENABLE) ||
- 	    ((fep->pause_flag & FEC_PAUSE_FLAG_AUTONEG) &&
-@@ -971,13 +973,13 @@
- 	} else {
- 		rcntl &= ~FEC_ENET_FCE;
- 	}
--#endif /* !defined(CONFIG_M5272) */
-+#endif /* !defined(CONFIG_COLDFIRE) */
- 
- 	writel(rcntl, fep->hwp + FEC_R_CNTRL);
- 
- 	/* Setup multicast filter. */
- 	set_multicast_list(ndev);
--#ifndef CONFIG_M5272
-+#ifndef CONFIG_COLDFIRE
- 	writel(0, fep->hwp + FEC_HASH_TABLE_HIGH);
- 	writel(0, fep->hwp + FEC_HASH_TABLE_LOW);
- #endif
-@@ -992,7 +994,7 @@
- 	if (fep->bufdesc_ex)
- 		ecntl |= (1 << 4);
- 
--#ifndef CONFIG_M5272
-+#ifndef CONFIG_COLDFIRE
- 	/* Enable the MIB statistic event counters */
- 	writel(0 << 31, fep->hwp + FEC_MIB_CTRLSTAT);
- #endif
-@@ -1442,7 +1444,7 @@
- 	 * 3) from flash or fuse (via platform data)
- 	 */
- 	if (!is_valid_ether_addr(iap)) {
--#ifdef CONFIG_M5272
-+#ifdef CONFIG_COLDFIRE
- 		if (FEC_FLASHMAC)
- 			iap = (unsigned char *)FEC_FLASHMAC;
- #else
-@@ -1667,7 +1669,7 @@
- 	/* mask with MAC supported features */
- 	if (id_entry->driver_data & FEC_QUIRK_HAS_GBIT) {
- 		phy_dev->supported &= PHY_GBIT_FEATURES;
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 		phy_dev->supported |= SUPPORTED_Pause;
- #endif
- 	}
-@@ -1853,7 +1855,7 @@
- 	}
- }
- 
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 
- static void fec_enet_get_pauseparam(struct net_device *ndev,
- 				    struct ethtool_pauseparam *pause)
-@@ -1999,7 +2001,7 @@
- 		return -EOPNOTSUPP;
- 	}
- }
--#endif /* !defined(CONFIG_M5272) */
-+#endif /* !defined(CONFIG_COLDFIRE) */
- 
- static int fec_enet_nway_reset(struct net_device *dev)
- {
-@@ -2013,7 +2015,7 @@
- }
- 
- static const struct ethtool_ops fec_enet_ethtool_ops = {
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 	.get_pauseparam		= fec_enet_get_pauseparam,
- 	.set_pauseparam		= fec_enet_set_pauseparam,
- #endif
-@@ -2023,7 +2025,7 @@
- 	.get_link		= ethtool_op_get_link,
- 	.get_ts_info		= fec_enet_get_ts_info,
- 	.nway_reset		= fec_enet_nway_reset,
--#ifndef CONFIG_M5272
-+#ifndef CONFIG_COLDFIRE
- 	.get_ethtool_stats	= fec_enet_get_ethtool_stats,
- 	.get_strings		= fec_enet_get_strings,
- 	.get_sset_count		= fec_enet_get_sset_count,
-@@ -2500,7 +2502,7 @@
- 	/* setup board info structure */
- 	fep = netdev_priv(ndev);
- 
--#if !defined(CONFIG_M5272)
-+#if !defined(CONFIG_COLDFIRE)
- 	/* default enable pause frame auto negotiation */
- 	if (pdev->id_entry &&
- 	    (pdev->id_entry->driver_data & FEC_QUIRK_HAS_GBIT))

+ 0 - 0
target/m68k/qemu-m68k/patches/3.16.6/qemu-coldfire.patch → target/m68k/qemu-m68k/patches/3.17.4/qemu-coldfire.patch


+ 0 - 0
target/mips64/lemote-yeelong/patches/3.16.6/sm7xx-fb.patch → target/mips64/lemote-yeelong/patches/3.17.4/sm7xx-fb.patch