mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-10 18:34:09 +08:00
16 lines
328 B
Makefile
16 lines
328 B
Makefile
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for linkease file
|
|
LUCI_DEPENDS:=+linkease-common-bin
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=2.1.70-r3
|
|
# PKG_RELEASE MUST be empty for luci.mk
|
|
PKG_RELEASE:=
|
|
LUCI_MINIFY_CSS:=0
|
|
LUCI_MINIFY_JS:=0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|