Add lan wake 1.1.0 (#637)
- add: emmc-health@1.1.0
Add Makefile for eMMC health monitoring application.
-
Add logo
-
Create Makefile for app-meta-lan-wake
Added Makefile for LAN Wake-on-LAN application with metadata.
-
add-lan-wake-logo
-
add logo
-
add logo
diff --git a/applications/app-meta-lan-wake/Makefile b/applications/app-meta-lan-wake/Makefile
new file mode 100644
index 0000000..fda0d8e
--- /dev/null
+++ b/applications/app-meta-lan-wake/Makefile
@@ -0,0 +1,23 @@
+# SPDX-License-Identifier: GPL-3.0-only
+#
+# Copyright (C) 2026 陈雨
+#
+# This is free software, licensed under the GNU General Public License v3.0.
+
+include $(TOPDIR)/rules.mk
+
+PKG_VERSION:=1.1.0
+PKG_RELEASE:=1
+
+META_TITLE:=局域网设备唤醒
+META_TITLE.en:=Wake-on-LAN
+META_DEPENDS:=+luci-app-lan-wake +luci-js-deps
+META_DESCRIPTION:=用于图形化管理局域网Wake-on-LAN设备,支持设备卡片、在线检测、状态展示、远程唤醒和拖动排序。
+META_DESCRIPTION.en:=A LuCI app for managing LAN Wake-on-LAN devices with device cards, online detection, status display, wake actions and drag-and-drop sorting.
+META_AUTHOR:=陈雨
+META_TAGS:=net tool
+META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/lan-wake
+META_WEBSITE:=https://github.com/adminchenyu/LAN-Wake
+
+include ../../meta.mk
+# call BuildPackage - OpenWrt buildroot signature
diff --git a/applications/app-meta-lan-wake/logo.png b/applications/app-meta-lan-wake/logo.png
new file mode 100644
index 0000000..ff8eb1a
Binary files /dev/null and b/applications/app-meta-lan-wake/logo.png differ
GitHub
sha: 1de3e74c77c10a6e1abac4da8b18d28bafd119a7