aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a ↵Jo-Philipp Wich2012-04-011-2/+2
| | | | | | from libnl, fixes error on hostapd interface initialization SVN-Revision: 31155
* libnl-tiny: Fix for c++ compatibilityFelix Fietkau2011-01-261-1/+1
| | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25101
* libnl-tiny: add -fpicFelix Fietkau2009-05-041-0/+2
| | | | SVN-Revision: 15594
* libnl-tiny: install a pkg-config fileFelix Fietkau2009-04-301-1/+2
| | | | SVN-Revision: 15515
* add libnl-tiny as a small replacement for libnl with only genl support includedFelix Fietkau2009-04-301-0/+49
SVN-Revision: 15507