diff --git a/target/linux/generic/patches-3.13/721-phy_packets.patch b/target/linux/generic/patches-3.13/721-phy_packets.patch
index b6344f431b07f9fdf593dfd16ca551f0dbbc63cd..e781f7654253fb06eba409e8a728ab7281157d07 100644
--- a/target/linux/generic/patches-3.13/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.13/721-phy_packets.patch
@@ -28,7 +28,7 @@
  #define IFF_LIVE_ADDR_CHANGE 0x100000	/* device supports hardware address
  					 * change when it's running */
  #define IFF_MACVLAN 0x200000		/* Macvlan device */
-+#define IFF_NO_IP_ALIGN	0x200000	/* do not ip-align allocated rx pkts */
++#define IFF_NO_IP_ALIGN	0x400000	/* do not ip-align allocated rx pkts */
  
  
  #define IF_GET_IFACE	0x0001		/* for querying only */
diff --git a/target/linux/generic/patches-3.14/721-phy_packets.patch b/target/linux/generic/patches-3.14/721-phy_packets.patch
index 04b5b3af56a916eef88505c38ae52b1ab7a1cb4f..d90462eec1e2cf7791db04b8edf6b92bfb3ab2d7 100644
--- a/target/linux/generic/patches-3.14/721-phy_packets.patch
+++ b/target/linux/generic/patches-3.14/721-phy_packets.patch
@@ -28,7 +28,7 @@
  #define IFF_LIVE_ADDR_CHANGE 0x100000	/* device supports hardware address
  					 * change when it's running */
  #define IFF_MACVLAN 0x200000		/* Macvlan device */
-+#define IFF_NO_IP_ALIGN	0x200000	/* do not ip-align allocated rx pkts */
++#define IFF_NO_IP_ALIGN	0x400000	/* do not ip-align allocated rx pkts */
  
  
  #define IF_GET_IFACE	0x0001		/* for querying only */