18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
|
|
menuconfig BR2_PACKAGE_LIBRKDB
|
||
|
|
bool "rockchip librkdb"
|
||
|
|
select BR2_PACKAGE_LIBGLIB2
|
||
|
|
select BR2_PACKAGE_SQLITE
|
||
|
|
select BR2_PACKAGE_JSON_C
|
||
|
|
help
|
||
|
|
rockchip database library
|
||
|
|
|
||
|
|
if BR2_PACKAGE_LIBRKDB
|
||
|
|
|
||
|
|
config BR2_PACKAGE_LIBRKDB_FORCE_INSTALL_TO_ROOTFS
|
||
|
|
bool "rockchip librkdb install to rootfs"
|
||
|
|
default n
|
||
|
|
help
|
||
|
|
rockchip database library install to rootfs.
|
||
|
|
|
||
|
|
endif
|