mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:41:06 +02:00
[tools]: simplify old squashfs/lzma selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23244 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
808a6ab903
commit
4394096a92
@ -19,12 +19,9 @@ tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
|
||||
tools-y += firmware-utils patch-cmdline quilt yaffs2
|
||||
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
|
||||
tools-$(CONFIG_TARGET_x86) += qemu
|
||||
ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),)
|
||||
ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),)
|
||||
tools-y += squashfs lzma-old
|
||||
else
|
||||
ifneq ($(CONFIG_TARGET_ar71xx),)
|
||||
tools-y += squashfs lzma-old
|
||||
endif
|
||||
tools-y += squashfs4 lzma
|
||||
endif
|
||||
tools-$(CONFIG_CCACHE) += ccache
|
||||
|
Loading…
x
Reference in New Issue
Block a user