mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ar71xx: update qca-usb-quirks patch
Base address for USB0 has changed from 0x18116c94 on AR934X to 0x18116d94 on QCA9558. CP Typo remained for years here... Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
This commit is contained in:
parent
b8249cef9f
commit
fd5aa19480
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
+
|
||||
+ switch (pdev->id) {
|
||||
+ case 0:
|
||||
+ base = 0x18116c94;
|
||||
+ base = 0x18116d94;
|
||||
+ break;
|
||||
+
|
||||
+ case 1:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue