Merge pull request #608 from sairon/relative-luci-mk-paths
Use relative paths to luci.mk
This commit is contained in:
commit
f168692590
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