mirror of https://git.openwrt.org/project/luci.git
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:
parent
c360e3742c
commit
9d8f9b7cdf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue