onecloud.patch 676 B

123456789101112131415161718192021222324
  1. --- a/target/linux/meson/image/Makefile
  2. +++ b/target/linux/meson/image/Makefile
  3. @@ -112,7 +112,8 @@ endif
  4. define Device/thunder-onecloud
  5. DEVICE_DTS := meson8b-onecloud
  6. - DEVICE_TITLE := Thunder OneCloud
  7. + DEVICE_TITLE := OneCloud 玩客云
  8. + DEVICE_PACKAGES += kmod-usb-net-rtl8152
  9. KERNEL_LOADADDR := 0x00208000
  10. endef
  11. ifeq ($(SUBTARGET),meson8b)
  12. --- a/target/linux/meson/files/arch/arm/boot/dts/meson8b-onecloud.dts
  13. +++ b/target/linux/meson/files/arch/arm/boot/dts/meson8b-onecloud.dts
  14. @@ -137,7 +137,7 @@
  15. pinctrl-names = "default";
  16. phy-handle = <&eth_phy>;
  17. - phy-mode = "rgmii-id";
  18. + phy-mode = "rgmii-rxid";
  19. mdio {
  20. compatible = "snps,dwmac-mdio";