diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-03 00:03:52 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-03 00:03:52 +0000 |
commit | ff21aa6b298802ed85e04a4f36fda2291c4bddbc (patch) | |
tree | e92a08ef2abee61f080aff38b36755b44161b510 /etc/rc.bootup | |
parent | 9c853fb551e0a3b2a18bace16f610714730d3e28 (diff) | |
download | pfsense-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-x | etc/rc.bootup | 3 |
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(); |