diff options
| author | Tomislav Požega | 2019-07-19 04:04:54 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2019-07-28 21:25:03 +0000 |
| commit | 3c654331868ac9ee113cc16a903cc31bfbc112ae (patch) | |
| tree | 654707515f7afbeac618ef14c1c00b24d7ff1d35 | |
| parent | 8efccf76f8bdb0d0d902f71b0430abec265fb6e9 (diff) | |
| download | openwrt-3c654331868ac9ee113cc16a903cc31bfbc112ae.tar.gz | |
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>
(cherry picked from commit fd5aa19480b92045db224a2d2450680e9fe66385)
| -rw-r--r-- | target/linux/ar71xx/patches-4.14/525-MIPS-ath79-enable-qca-usb-quirks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.14/525-MIPS-ath79-enable-qca-usb-quirks.patch b/target/linux/ar71xx/patches-4.14/525-MIPS-ath79-enable-qca-usb-quirks.patch index 0e33674adf..3cafbe290c 100644 --- a/target/linux/ar71xx/patches-4.14/525-MIPS-ath79-enable-qca-usb-quirks.patch +++ b/target/linux/ar71xx/patches-4.14/525-MIPS-ath79-enable-qca-usb-quirks.patch @@ -77,7 +77,7 @@ + + switch (pdev->id) { + case 0: -+ base = 0x18116c94; ++ base = 0x18116d94; + break; + + case 1: |