op-packages/luci-app-timewol/Makefile
github-actions[bot] f28e441b8e 🐶 Sync 2026-03-30 14:49:16
2026-03-30 14:49:17 +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:=2
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