mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=MergerFS
|
|
LUCI_DEPENDS:=+luci-base +mergerfs
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=1.0.3-r1
|
|
PKG_RELEASE:=1
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|