mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
The CLI tools hostapd_cli and wpa_cli are compiled with `TARGET_LDFLAGS_C` rather than the standard `TARGET_LDFLAGS`. This variable is empty, leading to global linker options not being applied. Set this variable equal to `TARGET_LDFLAGS` right after the package.mk include to make sure global linker options are applied, but local options such as linking to crypto libraries are not. Signed-off-by: Matthias Van Parys <matthias.vanparys@softathome.com> Link: https://github.com/openwrt/openwrt/pull/20345 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| bridger | ||
| dnsmasq | ||
| dropbear | ||
| ead | ||
| hostapd | ||
| ipset-dns | ||
| lldpd | ||
| odhcpd | ||
| omcproxy | ||
| ppp | ||
| relayd | ||
| uhttpd | ||
| umdns | ||
| unetd | ||
| unetmsg | ||
| ustp | ||