luci-base: add APK as detectable feature

Add APK as detectable feature so that generic luci-app-pkg can detect
OPKG or APK package manager.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-10-23 22:33:05 +02:00 committed by Paul Donald
parent 3a8e9baf32
commit 591911d172
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ const methods = {
dropbear: access('/usr/sbin/dropbear') == true,
cabundle: access('/etc/ssl/certs/ca-certificates.crt') == true,
relayd: access('/usr/sbin/relayd') == true,
apk: access('/usr/bin/apk') == true,
};
const wifi_features = [ 'eap', '11ac', '11ax', '11be', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps', 'ocv' ];