mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 18:13:21 +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
|
||||
|
||||
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