summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* enable useful compiler warnings via -WallAndre Heider2022-12-151-1/+1
| | | | | | There's no reason not to. Signed-off-by: Andre Heider <a.heider@gmail.com>
* ops: make support for wireless extensions optionalFelix Fietkau2022-09-221-1/+6
| | | | | | It is usually not needed anymore and only wastes space Signed-off-by: Felix Fietkau <nbd@nbd.name>
* build: add ability to specify shared object versionJo-Philipp Wich2021-01-061-3/+12
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Revert "build: compile with -ffunction-sections, -fdata-sections and LTO"Jo-Philipp Wich2018-07-311-2/+2
| | | | | | | | | This reverts commit a51413988caaff7001f47c8a62bff11a72ca48bc. It causes assertion failures in ld and requires changes to linked libraries, so drop this for now. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* build: compile with -ffunction-sections, -fdata-sections and LTOJo-Philipp Wich2018-07-261-2/+2
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* utils: add simple ubus query supportJo-Philipp Wich2018-07-241-1/+1
| | | | | | | Some wireless runtime parameters are not available via nl80211, e.g. the effective Mesh ID so we need to fetch those from ubus state info. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Makefile: drop link against libblobmsg_json and libjson-cFelix Fietkau2016-07-291-1/+1
| | | | | | They are not necessary Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Makefile: explictly link with all shared librariesFlorian Fainelli2016-07-231-1/+1
| | | | | | | | linking with libuci means we need to link with libblobmsg_json, libjson-c and libubox. Sinc e we do not use pkg-config or something equivalent, we need to specify all dependencies. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* iwinfo: fix handling of accessing nl80211 interfaces via radio*nbd2014-10-271-3/+4
| | | | | | | | look up device path via uci instead of assuming a direct phy index Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn+ssh://svn.openwrt.org/openwrt/trunk@42759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Initial commitJo-Philipp Wich2014-10-051-0/+44
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>