mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
move ldconfig & ldd to utils section
SVN-Revision: 15228
This commit is contained in:
parent
b8e09787fa
commit
a245766507
@ -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
Block a user