summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-pbr/Makefile
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2024-09-22 17:38:01 +0000
committerStan Grishin <stangri@melmac.ca>2024-09-22 17:38:08 +0000
commit9d8f9b7cdf14c0ba936094254f79ed2f64bfd3a4 (patch)
treea5e729e89abff3dde80fb12618f077958a22183b /applications/luci-app-pbr/Makefile
parentc360e3742c79cb6276f39ed769a3a0fc9dda87da (diff)
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 <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/Makefile')
-rw-r--r--applications/luci-app-pbr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile
index 2583760f57..7dda2c2531 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