diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-31 14:29:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-31 14:29:38 +0000 |
commit | 0c522bdc1ef234407a41854177a4904a8606cbef (patch) | |
tree | 70925f118f5d1b87822e225a36fd99885ae684db /package | |
parent | 0a88002e643aacf2f6822d8944659c0a028d5eb8 (diff) | |
download | buildroot-novena-0c522bdc1ef234407a41854177a4904a8606cbef.tar.gz buildroot-novena-0c522bdc1ef234407a41854177a4904a8606cbef.zip |
qtopia4: default to the ppc config for powerpc builds
Diffstat (limited to 'package')
-rw-r--r-- | package/qtopia4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index 50d46ae1f..2a34da617 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -244,12 +244,12 @@ config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM default "x86_64" if BR2_x86_64 default "mips" if BR2_mips default "mips" if BR2_mipsel + default "ppc" if BR2_powerpc # Not that I really believe these will work.. default "generic" if BR2_alpha default "generic" if BR2_chris default "generic" if BR2_m68k default "generic" if BR2_nios2 - default "generic" if BR2_powerpc default "generic" if BR2_sh default "generic" if BR2_sh64 default "generic" if BR2_sparc |