projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07b3dd
)
iw: fix filtering linked object files for iw-tiny
author
Felix Fietkau
<nbd@nbd.name>
Sun, 7 Oct 2018 08:35:08 +0000
(10:35 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 7 Oct 2018 10:45:41 +0000
(12:45 +0200)
It was broken by the recent commit that added iw-full
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/utils/iw/patches/200-reduce_size.patch
patch
|
blob
|
history
diff --git
a/package/network/utils/iw/patches/200-reduce_size.patch
b/package/network/utils/iw/patches/200-reduce_size.patch
index 3663c1e0a570e1c573d8675b93153bba2763ba22..bf5d038609c3547598d5876fc47b312bc1b5a81c 100644
(file)
--- 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