14 lines
289 B
Makefile
Executable File
14 lines
289 B
Makefile
Executable File
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for OTA upgrade
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+fw_download_tool +jsonfilter
|
|
PKG_VERSION:=1.2
|
|
PKG_RELEASE:=1
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|