15 lines
291 B
Makefile
15 lines
291 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_MAINTAINER:=xiaobao <xiaobao@linkease.com>
|
|
|
|
LUCI_TITLE:=LuCI library for json form
|
|
LUCI_DESCRIPTION:=Json form library
|
|
|
|
LUCI_DEPENDS:= +luci-lib-jsonc
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|