luci-app-pbr: bugfix: update luci.mk link in Makefile 7290/head
authorStan Grishin <stangri@melmac.ca>
Sun, 22 Sep 2024 17:38:01 +0000 (17:38 +0000)
committerStan Grishin <stangri@melmac.ca>
Sun, 22 Sep 2024 17:38:08 +0000 (17:38 +0000)
* 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>
applications/luci-app-pbr/Makefile

index 2583760f57e7af8361e42a8ee2600bedb6918e62..7dda2c253150ef4800d25a545eb2c82a80b8b501 100644 (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