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:
parent
c7d6692bd8
commit
a19ccd9d15
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -832,7 +832,6 @@
|
|||
<&npu_txbufid>;
|
||||
memory-region-names = "binary", "pkt", "tx-pkt",
|
||||
"tx-bufid";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
eth: ethernet@1fb50000 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue