17 lines
332 B
Makefile
17 lines
332 B
Makefile
#
|
|
# Copyright (C) 2022 jjm2473 <jjm2473@gmail.com>
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=luci for taskd
|
|
LUCI_DEPENDS:=+luci-lib-taskd
|
|
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|