Merge pull request #615 from SvenRoederer/for-15.05_openwrt
[Makefile] make include of luci.mk relative
This commit is contained in:
commit
956be55671
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