backport [Makefile] make include of luci.mk relative
Backport of commit e6ef89307154d496a76c118db7b88aff05b0394b from trunk Signed-off-by: Sven Roederer devel-sven@geroedel.de
This commit is contained in:
parent
6e179419dc
commit
f80351df6f
3 changed files with 3 additions and 3 deletions
|
@ -33,6 +33,6 @@ help
|
|||
$(PKG_MAINTAINER)
|
||||
endef
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -33,6 +33,6 @@ help
|
|||
$(PKG_MAINTAINER)
|
||||
endef
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
|
@ -36,6 +36,6 @@ help
|
|||
$(PKG_MAINTAINER)
|
||||
endef
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
Loading…
Reference in a new issue