From 9d8f9b7cdf14c0ba936094254f79ed2f64bfd3a4 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sun, 22 Sep 2024 17:38:01 +0000 Subject: [PATCH] luci-app-pbr: bugfix: update luci.mk link in Makefile * fixes the build issue reported by @krant in comments to https://github.com/openwrt/luci/pull/7267 Signed-off-by: Stan Grishin --- applications/luci-app-pbr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 2583760f57e7..7dda2c253150 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -24,6 +24,6 @@ help Version: $(PKG_VERSION)-$(PKG_RELEASE) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature