mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
simplify old squashfs/lzma selection
SVN-Revision: 23244
This commit is contained in:
parent
69355ee10e
commit
968a0c1ddb
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue