Add glibc support(default)
Change-Id: I7675edcf14df8707ecd424a962e4cc464a4c6ae4
diff --git a/config b/config
index 57c7d78..f4b451f 100755
--- a/config
+++ b/config
@@ -1,3 +1,12 @@
+# DEFAULT / L508 / L509 / L508_X6 / T108 / T108-2 / T108
+CONFIG_PROJECT=DEFAULT
+
+# Libc glibc / musl
+CONFIG_MBTK_LIBC=glibc
+
+# MBTK gnss mode (gnss_all / gnss_5311 / gnss_6228 / gnss_8122)
+CONFIG_MBTK_GNSS_MODE=gnss_all
+
# Custom AF support?
CONFIG_AF_SUPPORT=n
@@ -10,9 +19,6 @@
#set all apn cid support?
CONFIG_MBTK_ALL_CID_SUPPORT=n
-# MBTK gnss mode (gnss_5311 / gnss_6228 / gnss_8122)
-CONFIG_MBTK_GNSS_MODE=gnss_5311
-
# MBTK dump support?
-CONFIG_MBTK_DUMP_SUPPORT=n
+CONFIG_MBTK_DUMP_SUPPORT=y