11-openfi-5pro.patch 844 B

1234567891011121314151617181920212223242526272829
  1. --- a/target/linux/ramips/image/mt7621.mk
  2. +++ b/target/linux/ramips/image/mt7621.mk
  3. @@ -1401,6 +1401,15 @@ define Device/netis_wf2881
  4. endef
  5. TARGET_DEVICES += netis_wf2881
  6. +define Device/openfi_5pro
  7. + $(Device/dsa-migration)
  8. + IMAGE_SIZE := 63448k
  9. + DEVICE_VENDOR := OpenFi
  10. + DEVICE_MODEL := 5Pro
  11. + DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e kmod-mt7663-firmware-ap kmod-usb3
  12. +endef
  13. +TARGET_DEVICES += openfi_5pro
  14. +
  15. define Device/oraybox_x3a
  16. $(Device/dsa-migration)
  17. $(Device/uimage-lzma-loader)
  18. --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
  19. +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
  20. @@ -61,6 +61,7 @@ ramips_setup_interfaces()
  21. ;;
  22. asiarf,ap7621-001|\
  23. humax,e10|\
  24. + openfi,5pro|\
  25. wavlink,ws-wn572hp3-4g|\
  26. winstars,ws-wn583a6)
  27. ucidef_set_interfaces_lan_wan "lan" "wan"