mirror of https://github.com/hak5/openwrt.git
parent
b409973545
commit
12df76d065
|
@ -25,6 +25,10 @@ tools-y += lzma-old squashfs
|
||||||
endif
|
endif
|
||||||
tools-y += lzma squashfs4
|
tools-y += lzma squashfs4
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_PACKAGE_firmwarehotplug),)
|
||||||
|
tools-y += sdcc
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_GCC_USE_GRAPHITE
|
ifdef CONFIG_GCC_USE_GRAPHITE
|
||||||
ifeq ($(CONFIG_GCC_USE_SYSTEM_PPL_CLOOG),)
|
ifeq ($(CONFIG_GCC_USE_SYSTEM_PPL_CLOOG),)
|
||||||
tools-y += ppl cloog
|
tools-y += ppl cloog
|
||||||
|
|
Loading…
Reference in New Issue