firmware/bsp/octeon.bsp
Fabian Bläse 469f49f795 bsp: move octeon to subtarget structure
OpenWrt 22.03 introduced a generic subtarget for the octeon platform and
moved all targets without a subtarget into it. Adjust our BSP and config
to accomodate this change.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2023-03-30 12:33:22 +02:00

7 lines
114 B
Plaintext

chipset=octeon
subtarget=generic
images=(
"openwrt-${chipset}-${subtarget}-ubnt_edgerouter-4-*"
)