move ldconfig & ldd to utils section
SVN-Revision: 15228
This commit is contained in:
parent
b8e09787fa
commit
a245766507
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue