1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/airoha/an7581/target.mk
Ziyang Huang a19ccd9d15
airoha: an7581: enable NPU by default
There is no reason not to do this.

Use the following commands to enable hardware offloading:
    uci set firewall.@defaults[0].flow_offloading='1'
    uci set firewall.@defaults[0].flow_offloading_hw='1'
    uci commit

Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20484
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 23:05:36 +01:00

14 lines
282 B
Makefile

ARCH:=aarch64
SUBTARGET:=an7581
BOARDNAME:=AN7581 / AN7566 / AN7551
CPU_TYPE:=cortex-a53
KERNELNAME:=Image dtbs
FEATURES+=pwm source-only
DEFAULT_PACKAGES += \
airoha-en7581-npu-firmware
define Target/Description
Build firmware images for Airoha an7581 ARM based boards.
endef