aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-10-07 10:35:08 +0200
committerFelix Fietkau <nbd@nbd.name>2018-10-07 12:45:41 +0200
commit7999282f7f1a1ab8a965f4b5efe31a4209bac0a6 (patch)
tree0e2c5ecee5a06583ac59ff4d19dec1008856dc80 /package/network/utils/iw
parentb07b3ddaad233291e47da1f61b018e0d7314952f (diff)
downloadupstream-7999282f7f1a1ab8a965f4b5efe31a4209bac0a6.tar.gz
upstream-7999282f7f1a1ab8a965f4b5efe31a4209bac0a6.tar.bz2
upstream-7999282f7f1a1ab8a965f4b5efe31a4209bac0a6.zip
iw: fix filtering linked object files for iw-tiny
It was broken by the recent commit that added iw-full Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/utils/iw')
-rw-r--r--package/network/utils/iw/patches/200-reduce_size.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iw/patches/200-reduce_size.patch b/package/network/utils/iw/patches/200-reduce_size.patch
index 3663c1e0a5..bf5d038609 100644
--- a/package/network/utils/iw/patches/200-reduce_size.patch
+++ b/package/network/utils/iw/patches/200-reduce_size.patch
@@ -274,7 +274,7 @@
+ifdef IW_FULL
+ CFLAGS += -DIW_FULL
+else
-+ OBJS:=$(filter-out $(patsubst %,%.o,$(OBJS_DISABLED)),$(OBJS))
++ OBJS:=$(filter-out $(patsubst %,%.o,$(OBJS_FULL)),$(OBJS))
+endif
ALL = iw