aboutsummaryrefslogtreecommitdiff
path: root/libs/fftw3
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-09-27 03:39:12 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2018-09-28 12:03:20 +0800
commite38c1006123f54039294348dda51febaa72a3e49 (patch)
treef29c756c70e336b4d51394c203b90f496de864f2 /libs/fftw3
parent099d045c7cfc35303a0e40b33a73bf0d122fcffb (diff)
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>
Diffstat (limited to 'libs/fftw3')
-rw-r--r--libs/fftw3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile
index a05e2d278..6e23625fd 100644
--- a/libs/fftw3/Makefile
+++ b/libs/fftw3/Makefile
@@ -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/