From: Peter Korsgaard Date: Wed, 26 May 2010 07:38:41 +0000 (+0200) Subject: qt: powerpc config is now called powerpc, not ppc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7ebf231b4141d1746870f79e994099a999b5f14;p=buildroot.git qt: powerpc config is now called powerpc, not ppc Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/Config.in b/package/qt/Config.in index 4bc4eaa410..b09d6429c7 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -243,7 +243,7 @@ config BR2_PACKAGE_QT_EMB_PLATFORM default "x86_64" if BR2_x86_64 default "mips" if BR2_mips default "mips" if BR2_mipsel - default "ppc" if BR2_powerpc + default "powerpc" if BR2_powerpc # Not that I really believe these will work.. default "generic" if BR2_alpha default "generic" if BR2_chris