-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to V19.07.4
- Loading branch information
Showing
302 changed files
with
4,230 additions
and
44,489 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,4 +1,4 @@ | ||
src-git packages https://git.openwrt.org/feed/packages.git^99efce0cd27adfcc53384fba93f37e5ee2e517de | ||
src-git luci https://git.openwrt.org/project/luci.git^13dd17fca148965d38f0d4e578b19679a7c4daa2 | ||
src-git routing https://git.openwrt.org/feed/routing.git^efa6e5445adda9c6545f551808829ec927cbade8 | ||
src-git telephony https://git.openwrt.org/feed/telephony.git^6f95d6ab3f359ee2ce81c20522700937424d1591 | ||
src-git packages https://git.openwrt.org/feed/packages.git^2e6bd4cb86682b224803325127d3f777d40b3231 | ||
src-git luci https://git.openwrt.org/project/luci.git^fb2f36306756d0d0782dcab8413a8bb7ec379e54 | ||
src-git routing https://git.openwrt.org/feed/routing.git^3f8571194c2765ed31aa73459e86c2ebf943d27d | ||
src-git telephony https://git.openwrt.org/feed/telephony.git^036cd451c35b82b3d8cac519864986894d9f6958 |
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
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
38 changes: 38 additions & 0 deletions
38
...age/boot/uboot-kirkwood/patches/001-ARM-kirkwood-disable-dcache-for-Kirkwood-boards.patch
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
From 599f7aa541bb5a658cbfd2af73bd9d2f6e828d43 Mon Sep 17 00:00:00 2001 | ||
From: Chris Packham <[email protected]> | ||
Date: Mon, 18 Mar 2019 20:51:58 +1300 | ||
Subject: [PATCH] ARM: kirkwood: disable dcache for Kirkwood boards | ||
|
||
Prior to commit 93b283d49f93 ("ARM: CPU: arm926ejs: Consolidate cache | ||
routines to common file") the kirkwood boards didn't have and dcache | ||
support. The network and usb drivers rely on this. Set | ||
CONFIG_SYS_DCACHE_OFF in the Kirkwood specific config.h. | ||
|
||
Reported-by: Leigh Brown <[email protected]> | ||
Signed-off-by: Chris Packham <[email protected]> | ||
Reviewed-by: Stefan Roese <[email protected]> | ||
Signed-off-by: Stefan Roese <[email protected]> | ||
--- | ||
arch/arm/mach-kirkwood/include/mach/config.h | 6 ++++++ | ||
1 file changed, 6 insertions(+) | ||
|
||
diff --git a/arch/arm/mach-kirkwood/include/mach/config.h b/arch/arm/mach-kirkwood/include/mach/config.h | ||
index fcd903887b..aea60688c2 100644 | ||
--- a/arch/arm/mach-kirkwood/include/mach/config.h | ||
+++ b/arch/arm/mach-kirkwood/include/mach/config.h | ||
@@ -26,6 +26,12 @@ | ||
#define CONFIG_KIRKWOOD_EGIGA_INIT /* Enable GbePort0/1 for kernel */ | ||
#define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ | ||
#define CONFIG_KIRKWOOD_PCIE_INIT /* Enable PCIE Port0 for kernel */ | ||
+/* | ||
+ * Disable the dcache. Currently the network driver (mvgbe.c) and USB | ||
+ * EHCI driver (ehci-marvell.c) and possibly others rely on the data | ||
+ * cache being disabled. | ||
+ */ | ||
+#define CONFIG_SYS_DCACHE_OFF | ||
|
||
/* | ||
* By default kwbimage.cfg from board specific folder is used | ||
-- | ||
2.20.1 | ||
|
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
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
47 changes: 47 additions & 0 deletions
47
...are/wireless-regdb/patches/600-wireless-regdb-Fix-overlapping-ranges-for-Switzerlan.patch
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Martin Willi <[email protected]> | ||
Date: Tue, 2 Jul 2019 16:19:44 +0200 | ||
Subject: [PATCH] wireless-regdb: Fix overlapping ranges for Switzerland and | ||
Liechtenstein | ||
|
||
The commit referenced below changes the 5GHz frequency range 5250-5330 | ||
to 5150-5330, making that range overlapping with the existing range | ||
5170-5250. This imposes DFS limitations and a reduced maximum power | ||
level for the range 5170-5250. | ||
|
||
The change of the frequency range seems not intentional. Instead the | ||
commit should have changed the 5170-5250 range to 5150-5250, and the | ||
5250-5330 range to 5250-5350 (see [1]). | ||
|
||
[1] https://www.ofcomnet.ch/api/rir/1010/05 | ||
|
||
Fixes: 957a7cff72a3 ("wireless-regdb: update regulatory rules for Switzerland (CH), and Liechtenstein (LI) on 5GHz") | ||
Signed-off-by: Martin Willi <[email protected]> | ||
Signed-off-by: Seth Forshee <[email protected]> | ||
|
||
diff --git a/db.txt b/db.txt | ||
index d47ab94c3aa5..37393e6a793e 100644 | ||
--- a/db.txt | ||
+++ b/db.txt | ||
@@ -271,8 +271,8 @@ country CF: DFS-FCC | ||
# transmitter power control is in use: 5250-5330@23db, 5490-5710@30db | ||
country CH: DFS-ETSI | ||
(2402 - 2482 @ 40), (20) | ||
- (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI | ||
- (5150 - 5330 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI | ||
+ (5150 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI | ||
+ (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI | ||
(5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI | ||
# 60 GHz band channels 1-4, ref: Etsi En 302 567 | ||
(57000 - 66000 @ 2160), (40) | ||
@@ -747,8 +747,8 @@ country LC: DFS-ETSI | ||
# transmitter power control is in use: 5250-5330@23db, 5490-5710@30db | ||
country LI: DFS-ETSI | ||
(2402 - 2482 @ 40), (20) | ||
- (5170 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI | ||
- (5150 - 5330 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI | ||
+ (5150 - 5250 @ 80), (23), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI | ||
+ (5250 - 5350 @ 80), (20), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI | ||
(5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI | ||
# 60 GHz band channels 1-4, ref: Etsi En 302 567 | ||
(57000 - 66000 @ 2160), (40) |
Oops, something went wrong.