diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-08-10 13:56:15 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-13 02:12:12 +0200 |
commit | 0c45ad41e15e2255ca5fc6c8d4ce9164aaa1d26e (patch) | |
tree | 80136a9f25a48f8b594854efc963d6be90b959c5 /target/linux/ipq806x/Makefile | |
parent | e5eeb34a8cde8c91e86dc2bdee98d693db4822cf (diff) | |
download | upstream-0c45ad41e15e2255ca5fc6c8d4ce9164aaa1d26e.tar.gz upstream-0c45ad41e15e2255ca5fc6c8d4ce9164aaa1d26e.tar.bz2 upstream-0c45ad41e15e2255ca5fc6c8d4ce9164aaa1d26e.zip |
ipq806x: replace phy dwc3 patch with upstream version
- Replace dwc3 phy patch with upstream version
- Rework the dts to use the upstream bindings
- Update changed config flags
- Rename module to reflect config name
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[fix qcom,tx-deamp_3_5db typo, refresh patches, rename kmod]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Paul Blazejowski <paulb@blazebox.homeip.net> [R7800]
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 98ea35e0a6..14f65474f9 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ata-ahci kmod-ata-ahci-platform \ kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ - kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \ + kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \ kmod-ath10k-ct wpad-basic \ uboot-envtools |