mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-01 16:27:08 +08:00
17 lines
364 B
Makefile
17 lines
364 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-jd-dailybonus
|
|
PKG_VERSION:=1.0.5
|
|
PKG_RELEASE:=20210316
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/jd-dailybonus
|
|
endef
|
|
|
|
LUCI_TITLE:=Luci for JD dailybonus Script
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+node +wget +lua +libuci-lua
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|