qt: powerpc config is now called powerpc, not ppc
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 07:38:41 +0000 (09:38 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 07:38:41 +0000 (09:38 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in

index 4bc4eaa41051fea8cf41d512f8f5989918957b9e..b09d6429c7f013c74f411265998ca6274c237781 100644 (file)
@@ -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