mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-09 04:18:08 +08:00
12 lines
266 B
Makefile
Executable File
12 lines
266 B
Makefile
Executable File
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for AutoBuild Firmware/AutoUpdate.sh
|
|
LUCI_DEPENDS:=+curl +wget +bash
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=20210221
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|