aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackages/mamona/cx3110x-770he-0.8.1/cx3110x3
-rwxr-xr-xpackages/mamona/cx3110x-chinooke-2.0.15/cx3110x3
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)