projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
madwifi: improve beacon miss handling to increase the reliability of STA mode links
[openwrt.git]
/
package
/
libnl
/
Makefile
diff --git
a/package/libnl/Makefile
b/package/libnl/Makefile
index
a6dec00
..
88776a0
100644
(file)
--- a/
package/libnl/Makefile
+++ b/
package/libnl/Makefile
@@
-29,6
+29,8
@@
define Package/libnl/description
This package contains a library for applications dealing with netlink sockets
endef
+TARGET_CFLAGS += -ffunction-sections
+
define Build/Compile
$(call Build/Compile/Default)
make -C $(PKG_BUILD_DIR) \
This page took
0.025287 seconds
and
4
git commands to generate.