[][openwrt][common][Change package category in menuconfig]

[Description]
Change openssl-fips-ext package category from
MTK Properties/Applications to Utilities/FIPS

[Release-log]

Change-Id: I3484593d8c6db29e5df2e5f98e5c6213f3bc875e
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8288139
diff --git a/feed/openssl-fips-ext/Makefile b/feed/openssl-fips-ext/Makefile
index 87dd9bb..d751c95 100644
--- a/feed/openssl-fips-ext/Makefile
+++ b/feed/openssl-fips-ext/Makefile
@@ -14,9 +14,9 @@
 include $(INCLUDE_DIR)/package.mk
 
 define Package/openssl-fips-ext
-	CATEGORY:=MTK Properties
-	SECTION:=MTK Properties
-	SUBMENU:=Applications
+	CATEGORY:=Utilities
+	SECTION:=Utilities
+	SUBMENU:=FIPS
 	TITLE:=openssl-fips-ext -- simple tool for gcm and ccm based on openssl api
 	DEPENDS:= libopenssl
 endef