Commit a7ebf231 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

qt: powerpc config is now called powerpc, not ppc

parent 994bb070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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