[package] 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)
commit877522621ea595841f32adc367322b4305465966
tree8f6647b0370488b195d59507f9c20902d02429f6
parent86b69cccdc3da00f96b6ff6bb296e198089cb76a
[package] 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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27169 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/libbsd/Makefile [new file with mode: 0644]