diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-26 09:38:41 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-26 09:38:41 +0200 |
commit | a7ebf231b4141d1746870f79e994099a999b5f14 (patch) | |
tree | e77306cefba91dcded9a0ee73d16cd9f1fc724a5 /package | |
parent | 994bb070c9a254de9faeabecda99fdfcdd9310ac (diff) |
qt: powerpc config is now called powerpc, not ppc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 4bc4eaa41..b09d6429c 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 |