mirror of https://github.com/hak5/openwrt.git
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