mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
#
|
|
# Copyright (C) 2008-2022 The LuCI Team
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0.
|
|
#
|
|
# Converted by ximitech
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=20221214
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI support for Multi Stream Daemon Lite
|
|
LUCI_DEPENDS:=+msd_lite +luci-compat
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|