浏览代码

qt: powerpc config is now called powerpc, not ppc

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父节点
当前提交
a7ebf231b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qt/Config.in

+ 1 - 1
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