diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:39:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:39:49 -0300 |
commit | f74e25d0120dfd079832a3224fa46dec4105b3ad (patch) | |
tree | 99318258dd3a89fc161d84b19ea6ac45af64b747 /v4l/scripts | |
parent | bc8e54076f8ea66c087fbf2e293d9fd3439f358c (diff) | |
download | mediapointer-dvb-s2-f74e25d0120dfd079832a3224fa46dec4105b3ad.tar.gz mediapointer-dvb-s2-f74e25d0120dfd079832a3224fa46dec4105b3ad.tar.bz2 |
make_kconfig.pl: properly initialize DVB_MAX_ADAPTERS
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index cfe53a636..4690f6ab4 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -592,6 +592,7 @@ disable_config('DVB_AV7110_FIRMWARE'); disable_config('DVB_CINERGYT2_TUNING'); disable_config('VIDEO_HELPER_CHIPS_AUTO'); disable_config('VIDEO_FIXED_MINOR_RANGES'); +$intopt { "DVB_MAX_ADAPTERS" } = 8; # Check dependencies my %newconfig = checkdeps(); |