1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

libbsd: do not build when using uclibc

SVN-Revision: 27194
This commit is contained in:
Florian Fainelli 2011-06-16 14:34:47 +00:00
parent 540b838998
commit 4b113046a4

View File

@ -15,6 +15,7 @@ PKG_INSTALL:=1
define Package/libbsd
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@!USE_UCLIBC
TITLE:=common BSD library
endef