add fastnet (#568)

add fastnet (#568)

Co-authored-by: jannson <jannon.wei@gmail.com>
diff --git a/applications/app-meta-fastnet/Makefile b/applications/app-meta-fastnet/Makefile
new file mode 100644
index 0000000..40c08e0
--- /dev/null
+++ b/applications/app-meta-fastnet/Makefile
@@ -0,0 +1,21 @@
+# This is free software, licensed under the Apache License, Version 2.0 .
+
+include $(TOPDIR)/rules.mk
+
+PKG_VERSION:=0.7.3
+PKG_RELEASE:=2
+META_TITLE:=FastNet 网络测速
+META_TITLE.en:=FastNet
+META_DEPENDS:=+fastnet +luci-app-fastnet +luci-i18n-fastnet-zh-cn
+META_DESCRIPTION:=FastNet 提供网络测速与网络诊断 Web UI,默认端口 3200。
+META_DESCRIPTION.en:=FastNet provides network testing tools and a Web UI (default port 3200).
+META_AUTHOR:=xiaobao
+META_ARCH:=x86_64 aarch64
+META_TAGS:=networking service
+META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/fastnet
+META_WEBSITE:=https://www.koolcenter.com/t/topic/9148
+
+include ../../meta.mk
+
+# call BuildPackage - OpenWrt buildroot signature
+
diff --git a/applications/app-meta-fastnet/config.sh b/applications/app-meta-fastnet/config.sh
new file mode 100644
index 0000000..38fa439
--- /dev/null
+++ b/applications/app-meta-fastnet/config.sh
@@ -0,0 +1,8 @@
+
+uci -q batch <<-EOF >/dev/null || exit 1
+    set fastnet.@fastnet[0].enabled="1"
+    commit fastnet
+EOF
+
+/etc/init.d/fastnet restart
+
diff --git a/applications/app-meta-fastnet/logo.png b/applications/app-meta-fastnet/logo.png
new file mode 100644
index 0000000..fa18675
Binary files /dev/null and b/applications/app-meta-fastnet/logo.png differ

GitHub
sha: c4a16febae74e3cf4fdc31ebdca916330b54616f