Explorar o código

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

Fixes: #5134
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich %!s(int64=3) %!d(string=hai) anos
pai
achega
2f0ffd9d82

+ 1 - 1
applications/luci-app-ksmbd/Makefile

@@ -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

+ 1 - 1
applications/luci-app-omcproxy/Makefile

@@ -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