treewide: remove obsolete references to avr32

This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou
2018-09-27 03:39:12 +00:00
parent 099d045c7c
commit e38c100612
6 changed files with 4 additions and 33 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/fftw3
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@!avr32 +libpthread
DEPENDS:=+libpthread
VARIANT:=double
TITLE:=Fast Fourier transform library
URL:=http://www.fftw.org/