[oe-commits] Abner Silva : cx3110x-{chinooke, 770he}: It' s no longer needed to bring up the wireless interface, because it is now up to networkmanager.

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5727c4118e89541e8ade10c3d9b55174d2d34815
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5727c4118e89541e8ade10c3d9b55174d2d34815

Author: Abner Silva <abner.silva at openbossa.org>
Date:   Wed Sep  3 18:15:18 2008 -0300

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 at openbossa.org>

---

 packages/mamona/cx3110x-770he-0.8.1/cx3110x     |    3 ---
 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 592c703..ce2ecdf 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 592c703..ce2ecdf 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)





More information about the Openembedded-commits mailing list