diff options
| author | Felix Fietkau | 2018-10-07 08:35:08 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2018-10-07 10:45:41 +0000 |
| commit | 7999282f7f1a1ab8a965f4b5efe31a4209bac0a6 (patch) | |
| tree | 0e2c5ecee5a06583ac59ff4d19dec1008856dc80 | |
| parent | b07b3ddaad233291e47da1f61b018e0d7314952f (diff) | |
| download | openwrt-7999282f7f1a1ab8a965f4b5efe31a4209bac0a6.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>
| -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 |