summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-03 00:03:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-03 00:03:52 +0000
commitff21aa6b298802ed85e04a4f36fda2291c4bddbc (patch)
treee92a08ef2abee61f080aff38b36755b44161b510 /etc/rc.bootup
parent9c853fb551e0a3b2a18bace16f610714730d3e28 (diff)
downloadpfsense-ff21aa6b298802ed85e04a4f36fda2291c4bddbc.zip
pfsense-ff21aa6b298802ed85e04a4f36fda2291c4bddbc.tar.gz
Start pccard with any platform. It will fail gracefully if its not supported.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6cda52b..6be3374 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -112,8 +112,7 @@
system_resolvconf_generate();
/* start pccardd */
- if (!in_array($g['platform'], $g['nopccard_platforms']))
- system_pccard_start();
+ system_pccard_start();
/* configure loopback interface */
interfaces_loopback_configure();
OpenPOWER on IntegriCloud