Commit graph

15 commits

Author SHA1 Message Date
Felix Fietkau
419718e99f libnl-tiny: export unl_genl_multicast_id()
SVN-Revision: 29743
2012-01-14 13:50:21 +00:00
Felix Fietkau
39195e3a25 libnl-tiny: fix a potential memleak in an error path
SVN-Revision: 29720
2012-01-12 10:15:18 +00:00
Felix Fietkau
0a0bb9bb4a libnl-tiny: remove some more functions to reduce binary size
SVN-Revision: 25527
2011-02-13 17:05:34 +00:00
Felix Fietkau
f89919a7ee libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
2011-02-13 16:46:28 +00:00
Felix Fietkau
be8e23827a libnl-tiny: fix compile error with eglibc (#8782)
SVN-Revision: 25281
2011-02-01 16:21:52 +00:00
Felix Fietkau
ca354290eb libnl-tiny: add unl a convenience wrapper around the libnl api
SVN-Revision: 25263
2011-01-31 19:57:28 +00:00
Felix Fietkau
9a37eaeacf libnl-tiny: Fix for c++ compatibility
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
2011-01-26 11:33:38 +00:00
Felix Fietkau
d84a69e187 libnl-tiny: fix a compiler warning that shows up with -pedantic
SVN-Revision: 23431
2010-10-14 00:14:43 +00:00
Felix Fietkau
ce55253763 libnl-tiny: fix potential redefinition of offsetof
SVN-Revision: 16030
2009-05-24 16:48:18 +00:00
Jo-Philipp Wich
f0eecf38aa libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4
SVN-Revision: 15756
2009-05-10 16:50:56 +00:00
Felix Fietkau
d7c2fc499d libnl-tiny: add -fpic
SVN-Revision: 15594
2009-05-04 16:38:06 +00:00
Felix Fietkau
0f6846a4f0 fix libnl-tiny compile with eglibc
SVN-Revision: 15591
2009-05-04 16:07:06 +00:00
Felix Fietkau
f981976ed1 libnl-tiny: install a pkg-config file
SVN-Revision: 15515
2009-04-30 14:52:57 +00:00
Felix Fietkau
b736ff1fdf libnl-tiny: sync genetlink.h with the kernel header
SVN-Revision: 15513
2009-04-30 14:38:25 +00:00
Felix Fietkau
938553bd69 add libnl-tiny as a small replacement for libnl with only genl support included
SVN-Revision: 15507
2009-04-30 13:57:29 +00:00