diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-05 23:40:21 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-05 23:53:07 +0100 |
commit | a0b827b916ed51317eddf41cdca35ab73ec4cbdb (patch) | |
tree | c73e0bacacfaf2ff520882b621b175d427a0ced5 /target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch | |
parent | 986685f4f09936bad22e6406d217c927d584bc13 (diff) | |
download | upstream-a0b827b916ed51317eddf41cdca35ab73ec4cbdb.tar.gz upstream-a0b827b916ed51317eddf41cdca35ab73ec4cbdb.tar.bz2 upstream-a0b827b916ed51317eddf41cdca35ab73ec4cbdb.zip |
kirkwood: import patch to fix build and refresh patches
kirkwood build broke due to missing include needed for ETH_ALEN.
Add patch (sent upstream as well) to address that.
Refresh patches for 5.4 and 5.10.
Fixes: 91a52f22a1 ("treewide: backport support for nvmem on non platform devices")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch')
-rw-r--r-- | target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch b/target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch index 89e0df4606..88109ac8b0 100644 --- a/target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch +++ b/target/linux/generic/hack-5.4/773-bgmac-add-srab-switch.patch @@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/net/ethernet/broadcom/bgmac-bcma.c +++ b/drivers/net/ethernet/broadcom/bgmac-bcma.c -@@ -268,6 +268,7 @@ static int bgmac_probe(struct bcma_devic +@@ -266,6 +266,7 @@ static int bgmac_probe(struct bcma_devic bgmac->feature_flags |= BGMAC_FEAT_CLKCTLST; bgmac->feature_flags |= BGMAC_FEAT_NO_RESET; bgmac->feature_flags |= BGMAC_FEAT_FORCE_SPEED_2500; |