Skip to content

Commit

Permalink
Merge pull request #4 from openwrt/main
Browse files Browse the repository at this point in the history
Sync with upstream
  • Loading branch information
N-Storm authored Sep 27, 2024
2 parents 3ccc2d4 + 9c41339 commit 0730724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ SVN-Revision: 35130
iph->daddr == iph2->daddr && iph->saddr == iph2->saddr)
return segs;

@@ -258,7 +258,7 @@ struct sk_buff *tcp_gro_lookup(struct li
@@ -264,7 +264,7 @@ struct sk_buff *tcp_gro_lookup(struct li
continue;

th2 = tcp_hdr(p);
Expand All @@ -876,7 +876,7 @@ SVN-Revision: 35130
NAPI_GRO_CB(p)->same_flow = 0;
continue;
}
@@ -324,8 +324,8 @@ struct sk_buff *tcp_gro_receive(struct l
@@ -330,8 +330,8 @@ struct sk_buff *tcp_gro_receive(struct l
~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH));
flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
for (i = sizeof(*th); i < thlen; i += 4)
Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
BOARDNAME:=MediaTek ARM
SUBTARGETS:=mt7622 mt7623 mt7629 filogic
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb

Expand Down

0 comments on commit 0730724

Please sign in to comment.