mirror of
https://github.com/openwrt/luci.git
synced 2025-07-30 09:10:22 +00:00
18 lines
325 B
Makefile
18 lines
325 B
Makefile
#
|
|
# Copyright (C) 2025 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under Apache-2.0.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for chrony
|
|
LUCI_DEPENDS:=+luci-base +chrony
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|