diff --git a/applications/luci-app-ksmbd/Makefile b/applications/luci-app-ksmbd/Makefile index 403d6c415b..08f476a277 100644 --- a/applications/luci-app-ksmbd/Makefile +++ b/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 diff --git a/applications/luci-app-omcproxy/Makefile b/applications/luci-app-omcproxy/Makefile index 7091f66df9..622ce06950 100644 --- a/applications/luci-app-omcproxy/Makefile +++ b/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