diff options
Diffstat (limited to 'package/base-files')
| -rw-r--r-- | package/base-files/Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 4326c972e..093bf5b98 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -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  | 
