move ldconfig & ldd to utils section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15228 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c589671d12
commit
f25cd709d4
|
@ -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 New Issue