0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-18 12:32:08 +00:00
Sergey Ponomarev 3e7fe9f07b applications: add missing dependency to luci-base
It's better to explicitly define it

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24 11:11:42 +03:00

18 lines
434 B
Makefile

#
# Copyright (C) 2016 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the GNU General Public License v3.
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for DynaPoint
LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-ipkg +dynapoint
PKG_LICENSE:=GPL-3.0+
PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature