diff --git a/apps/shadowsocks/config/shadowsocks.uci b/apps/shadowsocks/config/shadowsocks.uci index 75e95d8..7349b43 100644 --- a/apps/shadowsocks/config/shadowsocks.uci +++ b/apps/shadowsocks/config/shadowsocks.uci @@ -1,7 +1,7 @@ service=ShadowSocks appname="shadowsocks" needver="0.0.1" -supports="linux_arm,linux_mips,linux_x86_64" +supports="linux_aarch64,linux_arm,linux_mips,linux_x86_64" openport="1" backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf" appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏" diff --git a/apps/webshell/bin/webshell_linux_aarch64 b/apps/webshell/bin/webshell_linux_aarch64 new file mode 100755 index 0000000..81f69ff Binary files /dev/null and b/apps/webshell/bin/webshell_linux_aarch64 differ diff --git a/apps/webshell/config/webshell.uci b/apps/webshell/config/webshell.uci index 533b6d6..316d482 100644 --- a/apps/webshell/config/webshell.uci +++ b/apps/webshell/config/webshell.uci @@ -1,7 +1,7 @@ service="WebShell" appname="webshell" needver="0.0.1" -supports="linux_arm,linux_mips,linux_x86_64" +supports="linux_aarch64,linux_arm,linux_mips,linux_x86_64" appinfo="网页ssh工具,可在网页上管理路由器" newinfo="" version="0.0.2"