mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 17:01:53 +08:00
13 lines
248 B
Makefile
13 lines
248 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=iStoreNext
|
|
LUCI_DESCRIPTION:=LuCI module for iStoreNext
|
|
PKG_VERSION:=0.0.4
|
|
PKG_RELEASE:=1
|
|
LUCI_DEPENDS:=+luci-nginxer
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|