add system feature flag for flow_offloading_hw
This commit is contained in:
parent
d08db68df2
commit
7922aec3a0
@ -209,6 +209,7 @@ const methods = {
|
||||
dropbear: access('/usr/sbin/dropbear') == true,
|
||||
cabundle: access('/etc/ssl/certs/ca-certificates.crt') == true,
|
||||
relayd: access('/usr/sbin/relayd') == true,
|
||||
offload_hw: system((`[[ $(. /etc/openwrt_release ; echo $DISTRIB_TARGET) == "mediatek"* || $(. /etc/openwrt_release ; echo $DISTRIB_TARGET) == *"bcm"* ]]`)) == 0,
|
||||
};
|
||||
|
||||
const wifi_features = [ 'eap', '11ac', '11ax', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps', 'ocv' ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user