luco-app-ksmbd, luci-app-omcproxy: use relative luci.mk include path

Fixes: #5134
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2021-06-18 14:28:26 +02:00
parent a100ce1e01
commit 2f0ffd9d82
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Network Shares - Ksmbd the SMB kernel fileserver
LUCI_DEPENDS:=+ksmbd-server
include $(TOPDIR)/feeds/luci/luci.mk
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature

View file

@ -17,6 +17,6 @@ LUCI_TITLE:=LuCI support for omcproxy
LUCI_DEPENDS:=+omcproxy
LUCI_PKGARCH:=all
include $(TOPDIR)/feeds/luci/luci.mk
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature