From: Felix Fietkau Date: Sun, 7 Oct 2018 08:35:08 +0000 (+0200) Subject: iw: fix filtering linked object files for iw-tiny X-Git-Tag: v19.07.0-rc1~2391 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=7999282f7f1a1ab8a965f4b5efe31a4209bac0a6 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 --- 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