add library 'libbsd'
authorMirko Vogt <mirko@openwrt.org>
Mon, 13 Jun 2011 13:16:08 +0000 (13:16 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 13 Jun 2011 13:16:08 +0000 (13:16 +0000)
commit779bc3011982b1e1a4acd9927082d3925e971a41
treecddbf75eaafced3a97b5fdd1565119cf4e7bfeec
parent7a96525a6fa88d6c5804176e5754bf03d0412040
add library 'libbsd'

This library contains core functionality usually (but obviously not always)
provided by libc implementations which isneeded by OpenWrt core packages.
For instance the functions 'strlcat', 'strlcpy' are not implemented in
eglibc but needed by hotplug2 (udevtrigger)

SVN-Revision: 27169
package/libbsd/Makefile [new file with mode: 0644]