mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
14 lines
270 B
Makefile
Executable File
14 lines
270 B
Makefile
Executable File
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for UniShare
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+unishare
|
|
PKG_VERSION:=1.0.2-r1
|
|
PKG_RELEASE:=
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|