1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

fix GCC version selection for Magicbox

SVN-Revision: 10288
This commit is contained in:
Imre Kaloz 2008-01-27 21:21:46 +00:00
parent 2a1011628d
commit 423d63701a

View File

@ -12,7 +12,7 @@ if !TOOLCHAINOPTS
default y if LINUX_2_4
config GCC_VERSION_4_2_0
default y if LINUX_2_6_MAGICBOX
default y if @TARGET_magicbox
endif