Changeset 0ca640d in clfs-embedded for bootscripts
- Timestamp:
- Sep 8, 2009, 4:22:53 PM (15 years ago)
- Branches:
- master
- Children:
- 1f35837
- Parents:
- 719faf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/init.d/bridge
r719faf6 r0ca640d 28 28 echo -n "Adding ${n} to bridge: " 29 29 brctl addif br0 ${n} 30 # Bring up the interface unless its wireless 31 # Wireless has to be configured before you can put it up 32 if [ $? = 0 ] && [ ${n} != wlan0 ]; then ifconfig ${n} up; fi 30 33 check_status 31 34 done
Note:
See TracChangeset
for help on using the changeset viewer.