mirror of https://git.openwrt.org/project/luci.git
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:
parent
3a8e9baf32
commit
591911d172
|
@ -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' ];
|
||||
|
|
Loading…
Reference in New Issue