diff options
| author | Felix Fietkau | 2018-10-07 08:35:08 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2018-12-18 16:22:05 +0000 |
| commit | ab1b46870153e7cdf8acab189d6d04d97a056a6c (patch) | |
| tree | 2409c82a3488279585d2961ffcf4d628f5625a99 | |
| parent | 0609ea0bf0de21a2a3f1d9c423c60c717b496954 (diff) | |
| download | openwrt-ab1b46870153e7cdf8acab189d6d04d97a056a6c.tar.gz | |
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>
(backported from 7999282f7f1a1ab8a965f4b5efe31a4209bac0a6)
| -rw-r--r-- | package/network/utils/iw/patches/200-reduce_size.patch | 2 |
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 |