forked from mirror/openwrt
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>
14 lines
282 B
Makefile
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
|
|
|