luco-app-ksmbd, luci-app-omcproxy: use relative luci.mk include path
authorJo-Philipp Wich <jo@mein.io>
Fri, 18 Jun 2021 12:28:26 +0000 (14:28 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 18 Jun 2021 12:28:26 +0000 (14:28 +0200)
Fixes: #5134
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-ksmbd/Makefile
applications/luci-app-omcproxy/Makefile

index 403d6c415b80fc00af41f8125a9f3db3f68c4051..08f476a2774c98e59a4879eed2628d37206d4a87 100644 (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
index 7091f66df9820cdfea134e9f4af384070a043923..622ce069504dba3e91f6ca7ab97b0c5e0788149b 100644 (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