forked from robimarko/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All patches automatically rebased. Build system: x86_64 Build-tested: ipq806x/R7800, x86/64 Signed-off-by: John Audia <[email protected]>
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.10 = .119 | ||
LINUX_KERNEL_HASH-5.10.119 = 3e353e55a2b7074c905c7c517c6dae83eae440f98a12ffd471dc4df1d5172511 | ||
LINUX_VERSION-5.10 = .120 | ||
LINUX_KERNEL_HASH-5.10.120 = 5b7a756004158ece2f5e41795ba523ec201743a736e34ce41cbe09177f7d0e8b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]> | |
nft_trans_table_update(trans) = true; | ||
list_add_tail(&trans->list, &ctx->net->nft.commit_list); | ||
return 0; | ||
@@ -7908,11 +7912,10 @@ static int nf_tables_commit(struct net * | ||
@@ -7918,11 +7922,10 @@ static int nf_tables_commit(struct net * | ||
switch (trans->msg_type) { | ||
case NFT_MSG_NEWTABLE: | ||
if (nft_trans_table_update(trans)) { | ||
|
@@ -86,7 +86,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]> | |
} else { | ||
nft_clear(net, trans->ctx.table); | ||
} | ||
@@ -8125,11 +8128,9 @@ static int __nf_tables_abort(struct net | ||
@@ -8135,11 +8138,9 @@ static int __nf_tables_abort(struct net | ||
switch (trans->msg_type) { | ||
case NFT_MSG_NEWTABLE: | ||
if (nft_trans_table_update(trans)) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ Signed-off-by: John Crispin <[email protected]> | |
bool | ||
--- a/lib/Kconfig | ||
+++ b/lib/Kconfig | ||
@@ -418,16 +418,16 @@ config BCH_CONST_T | ||
@@ -420,16 +420,16 @@ config BCH_CONST_T | ||
# Textsearch support is select'ed if needed | ||
# | ||
config TEXTSEARCH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1087,7 +1087,7 @@ Signed-off-by: Alexandros C. Couloumbis <[email protected]> | |
#define JFFS2_NODE_ACCURATE 0x2000 | ||
--- a/lib/Kconfig | ||
+++ b/lib/Kconfig | ||
@@ -315,6 +315,12 @@ config ZSTD_DECOMPRESS | ||
@@ -317,6 +317,12 @@ config ZSTD_DECOMPRESS | ||
|
||
source "lib/xz/Kconfig" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ Signed-off-by: Robert Marko <[email protected]> | |
help | ||
--- a/drivers/net/phy/Makefile | ||
+++ b/drivers/net/phy/Makefile | ||
@@ -86,6 +86,7 @@ obj-$(CONFIG_MICROSEMI_PHY) += mscc/ | ||
@@ -88,6 +88,7 @@ obj-$(CONFIG_MICROSEMI_PHY) += mscc/ | ||
obj-$(CONFIG_NATIONAL_PHY) += national.o | ||
obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o | ||
obj-$(CONFIG_QSEMI_PHY) += qsemi.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters