1234567891011121314151617181920212223242526272829 |
- --- a/target/linux/ramips/image/mt7621.mk
- +++ b/target/linux/ramips/image/mt7621.mk
- @@ -1401,6 +1401,15 @@ define Device/netis_wf2881
- endef
- TARGET_DEVICES += netis_wf2881
-
- +define Device/openfi_5pro
- + $(Device/dsa-migration)
- + IMAGE_SIZE := 63448k
- + DEVICE_VENDOR := OpenFi
- + DEVICE_MODEL := 5Pro
- + DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e kmod-mt7663-firmware-ap kmod-usb3
- +endef
- +TARGET_DEVICES += openfi_5pro
- +
- define Device/oraybox_x3a
- $(Device/dsa-migration)
- $(Device/uimage-lzma-loader)
- --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
- +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
- @@ -61,6 +61,7 @@ ramips_setup_interfaces()
- ;;
- asiarf,ap7621-001|\
- humax,e10|\
- + openfi,5pro|\
- wavlink,ws-wn572hp3-4g|\
- winstars,ws-wn583a6)
- ucidef_set_interfaces_lan_wan "lan" "wan"
|