Skip to content

Commit 0836726

Browse files
committed
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 <[email protected]>
1 parent 13c30c2 commit 0836726

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

target/linux/airoha/an7581/target.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CPU_TYPE:=cortex-a53
55
KERNELNAME:=Image dtbs
66
FEATURES+=pwm source-only
77

8+
DEFAULT_PACKAGES += \
9+
airoha-en7581-npu-firmware
10+
811
define Target/Description
912
Build firmware images for Airoha an7581 ARM based boards.
1013
endef

target/linux/airoha/dts/an7581.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@
740740
<&npu_txbufid>;
741741
memory-region-names = "binary", "pkt", "tx-pkt",
742742
"tx-bufid";
743-
status = "disabled";
744743
};
745744

746745
eth: ethernet@1fb50000 {

0 commit comments

Comments
 (0)