diff options
author | Abner Silva <abner.silva@openbossa.org> | 2008-09-03 18:15:18 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 18:05:30 -0300 |
commit | 5727c4118e89541e8ade10c3d9b55174d2d34815 (patch) | |
tree | 2c4421577572d2c00b5d0324503be386f4b95cfc /packages/mamona | |
parent | 94829646c42210d252a64c5133b39d3656f32ee9 (diff) |
cx3110x-{chinooke,770he}: It's no longer needed to bring up the wireless interface, because it is now up to networkmanager.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
Diffstat (limited to 'packages/mamona')
-rwxr-xr-x | packages/mamona/cx3110x-770he-0.8.1/cx3110x | 3 | ||||
-rwxr-xr-x | packages/mamona/cx3110x-chinooke-2.0.15/cx3110x | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/packages/mamona/cx3110x-770he-0.8.1/cx3110x b/packages/mamona/cx3110x-770he-0.8.1/cx3110x index 592c7032ca..ce2ecdfbe8 100755 --- a/packages/mamona/cx3110x-770he-0.8.1/cx3110x +++ b/packages/mamona/cx3110x-770he-0.8.1/cx3110x @@ -12,8 +12,6 @@ swap_module () { if [ -x /mnt/initfs/usr/bin/wlan-cal ]; then chroot /mnt/initfs /usr/bin/wlan-cal fi - # Getting up the interface to make the firmware being loaded (stupid, i know) - ifconfig wlan0 up else echo "OOPS: $MODULE not found, the switch is not possible" 1>&2 fi @@ -24,7 +22,6 @@ case "$1" in swap_module ;; stop) - ifconfig $IFACE down rmmod cx3110x ;; force-reload | restart) diff --git a/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x b/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x index 592c7032ca..ce2ecdfbe8 100755 --- a/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x +++ b/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x @@ -12,8 +12,6 @@ swap_module () { if [ -x /mnt/initfs/usr/bin/wlan-cal ]; then chroot /mnt/initfs /usr/bin/wlan-cal fi - # Getting up the interface to make the firmware being loaded (stupid, i know) - ifconfig wlan0 up else echo "OOPS: $MODULE not found, the switch is not possible" 1>&2 fi @@ -24,7 +22,6 @@ case "$1" in swap_module ;; stop) - ifconfig $IFACE down rmmod cx3110x ;; force-reload | restart) |