mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 22:00:14 +02:00
move ldconfig & ldd to utils section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15228 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a6e38696e8
commit
ad0ca46aad
@ -117,12 +117,16 @@ $(call Package/libc/Default)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ldd
|
define Package/ldd
|
||||||
$(call Package/uclibc/Default)
|
$(call Package/libc/Default)
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
TITLE:=LDD trace utility
|
TITLE:=LDD trace utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ldconfig
|
define Package/ldconfig
|
||||||
$(call Package/libc/Default)
|
$(call Package/libc/Default)
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
TITLE:=Shared library path configuration
|
TITLE:=Shared library path configuration
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user