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>
This commit is contained in:
Stan Grishin 2024-09-22 17:38:01 +00:00
parent c360e3742c
commit 9d8f9b7cdf
1 changed files with 1 additions and 1 deletions

View File

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