op-packages/luci-app-timewol/Makefile
2026-04-23 03:02:20 +08:00

23 lines
456 B
Makefile

# Copyright (C) 2016 Openwrt.org
# Copyright (C) 2025 LWB1978
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Timewol
PKG_VERSION:=20260422
PKG_RELEASE:=5
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