fix alsa compile error (backport from buildroot-ng)
[openwrt.git] / openwrt / package / ulogd / Config.in
index 51b0f56..875a148 100644 (file)
@@ -31,6 +31,13 @@ config BR2_PACKAGE_ULOGD_MOD_PGSQL
        depends BR2_PACKAGE_ULOGD
        select BR2_PACKAGE_LIBPQ
 
+config BR2_PACKAGE_ULOGD_MOD_SQLITE
+       prompt   "ulogd-mod-sqlite................ Output plugin for logging into an SQLite database"
+       tristate
+       default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_ULOGD
+       select BR2_PACKAGE_LIBSQLITE
+
 config BR2_PACKAGE_ULOGD_MOD_EXTRA
        prompt   "ulogd-mod-extra................. All other plugins"
        tristate
This page took 0.022269 seconds and 4 git commands to generate.