op-packages/luci-app-timewol/Makefile
github-actions[bot] 47de432ff4 🐶 Sync 2026-03-30 15:23:56
2026-03-30 15:23:56 +08:00

22 lines
427 B
Makefile

# Copyright (C) 2025 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Timewol
PKG_VERSION:=20250407
PKG_RELEASE:=4
LUCI_DEPENDS:=+luci-base +etherwake
LUCI_PKGARCH:=all
define Package/luci-app-timewol/conffiles
/etc/config/timewol
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature