Permalink
Browse files

Set default DVB_MAX_ADAPTERS 32.

  • Loading branch information...
1 parent a65b596 commit 0e42dc6b0c4daf60fbf978b584985a4618bfc839 @tbsiptv tbsiptv committed on GitHub Jul 8, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 v4l/scripts/make_kconfig.pl
@@ -615,7 +615,7 @@ ($$)
disable_config('STAGING') if (!$enable_staging);
disable_config('STAGING_BROKEN');
$config{'COMPILE_TEST'} = 0;
-$intopt { "DVB_MAX_ADAPTERS" } = 8;
+$intopt { "DVB_MAX_ADAPTERS" } = 48;
# Check dependencies
my %newconfig = checkdeps();

0 comments on commit 0e42dc6

Please sign in to comment.