Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit ccaf048

Browse files
feat: enable the sqlite-json1 extension
1 parent 3dda8df commit ccaf048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OS/buildroot/config.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ BR2_PACKAGE_SQLITE=y
16661666
# BR2_PACKAGE_SQLITE_STAT3 is not set
16671667
# BR2_PACKAGE_SQLITE_ENABLE_COLUMN_METADATA is not set
16681668
# BR2_PACKAGE_SQLITE_ENABLE_FTS3 is not set
1669-
# BR2_PACKAGE_SQLITE_ENABLE_JSON1 is not set
1669+
BR2_PACKAGE_SQLITE_ENABLE_JSON1=y
16701670
# BR2_PACKAGE_SQLITE_ENABLE_UNLOCK_NOTIFY is not set
16711671
# BR2_PACKAGE_SQLITE_SECURE_DELETE is not set
16721672
# BR2_PACKAGE_SQLITE_NO_SYNC is not set

0 commit comments

Comments
 (0)