]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/network
Ich hab mal ein bisschen die Arbeit vom Cuebernommen :D
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / network
index 85ac8e90622ff166236bdc492f11ba4a08e29eb2..73ccfc224dfcc68dca55324ae271a72ea340fd4e 100644 (file)
@@ -47,13 +47,6 @@ case "${1}" in
                # Remove possible leftover files
                rm -f CONFIG_ROOT/red/{active,device,dial-on-demand,dns1,dns2,local-ipaddress,remote-ipaddress,resolv.conf}
 
-               # This won't actually do anything unless a PCMCIA controller was
-               # detected at install time, because /etc/pcmcia.conf won't exist.
-               /etc/rc.d/rc.pcmcia start
-               # Now, just in case we found a PCMCIA USB controller, we'll need to reload
-               # the USB here.
-               /usr/local/bin/resetusb
-
                # The 'for' loop force driver loading order
                for NIC in 0 1 2 3; do
                    ETHX="eth${NIC}"
@@ -83,12 +76,6 @@ case "${1}" in
                    fi
                done
 
-               if [ -d /proc/bus/pccard ]; then
-                       boot_mesg "Initializing PCMCIA cardbus modems"
-                       modprobe serial_cb
-                       evaluate_retval
-               fi
-
                boot_mesg "Setting up IPFire firewall rules"
                /etc/rc.d/init.d/firewall start; evaluate_retval