mirror of
https://git.openwrt.org/project/luci.git
synced 2025-01-19 07:55:46 +00:00
5b59ef08c7
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
18 lines
440 B
Makefile
18 lines
440 B
Makefile
#
|
|
# Copyright (C) 2020 TDT AG <development@tdt.de>
|
|
#
|
|
# This is free software, licensed under the Apache License Version 2.0.
|
|
# See https://www.apache.org/licenses/LICENSE-2.0 for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de>
|
|
|
|
LUCI_TITLE:=LuCI Support for xinetd
|
|
LUCI_DEPENDS:=+luci-base +xinetd
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|