mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
[tools] Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24513 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ac0f793ae9
commit
4ff1e696bd
@ -21,9 +21,9 @@ tools-y += xorg-macros xz
|
||||
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
|
||||
tools-$(CONFIG_TARGET_x86) += qemu
|
||||
ifneq ($(CONFIG_TARGET_ar71xx),)
|
||||
tools-y += squashfs lzma-old
|
||||
tools-y += lzma-old squashfs
|
||||
endif
|
||||
tools-y += squashfs4 lzma
|
||||
tools-y += lzma squashfs4
|
||||
tools-$(CONFIG_CCACHE) += ccache
|
||||
|
||||
ifdef CONFIG_GCC_USE_GRAPHITE
|
||||
|
Loading…
Reference in New Issue
Block a user