1
0
Fork 0
forked from mirror/openwrt

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>
This commit is contained in:
Ziyang Huang 2025-10-19 20:26:32 +08:00 committed by Christian Marangi
parent c7d6692bd8
commit a19ccd9d15
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,9 @@ 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

View file

@ -832,7 +832,6 @@
<&npu_txbufid>;
memory-region-names = "binary", "pkt", "tx-pkt",
"tx-bufid";
status = "disabled";
};
eth: ethernet@1fb50000 {