Explorar o código

libvorbis: fix av32 typo in tremor default

Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
15c2bc40ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/libvorbis/Config.in

+ 1 - 1
package/libvorbis/Config.in

@@ -25,7 +25,7 @@ config BR2_PACKAGE_LIBVORBIS_HEADERS
 
 config BR2_PACKAGE_LIBVORBIS_TREMOR
 	bool "libvorbis integer implementation"
-	default y if BR2_arm || BR2_av32
+	default y if BR2_arm || BR2_avr32
 	default n
 	depends on BR2_PACKAGE_LIBVORBIS
 	help