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

move ldconfig & ldd to utils section

SVN-Revision: 15228
This commit is contained in:
Nicolas Thill 2009-04-14 16:28:18 +00:00
parent b8e09787fa
commit a245766507

View File

@ -117,12 +117,16 @@ $(call Package/libc/Default)
endef
define Package/ldd
$(call Package/uclibc/Default)
$(call Package/libc/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=LDD trace utility
endef
define Package/ldconfig
$(call Package/libc/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Shared library path configuration
endef