From 302b33eaa62e42250da033bb99c8984256776209 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 27 Jan 2016 11:14:16 +0000 Subject: [PATCH] libs: file: fix typo in default call Corrects the display and help text for file and libmagic in menuconfig. Signed-off-by: Karl Palsson --- libs/file/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/file/Makefile b/libs/file/Makefile index 90ab6f4cc6..a0117b57b0 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -31,7 +31,7 @@ define Package/file/Default endef define Package/file -$(call package/file/Default) +$(call Package/file/Default) SECTION:=utils CATEGORY:=Utilities TITLE+= utility @@ -39,7 +39,7 @@ $(call package/file/Default) endef define Package/libmagic -$(call package/file/Default) +$(call Package/file/Default) SECTION:=libs CATEGORY:=Libraries TITLE+= library