mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
16 lines
317 B
Makefile
16 lines
317 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-daed
|
|
PKG_VERSION:=1.4
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI Support for DAED
|
|
LUCI_DEPENDS:=+daed +zoneinfo-asia +luci-compat
|
|
LUCI_PKGARCH:=all
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
# call BuildPackage - OpenWrt buildroot signature
|