diff options
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/autoconf.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 4990b931a..baffc7647 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -41,6 +41,8 @@ sub pcmcia { PCIC_OPTS => "", CORE_OPTS => "", }); + require services; + services::set_status("pcmcia", $pcic); } sub bluetooth { |