]> code.ossystems Code Review - openembedded-core.git/commitdiff
nokia770-init: Attempt to ifconfig up the wifi
authorRichard Purdie <richard@openedhand.com>
Wed, 6 Feb 2008 21:04:51 +0000 (21:04 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 6 Feb 2008 21:04:51 +0000 (21:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3687 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/maemo/nokia770-init/fixup-770.sh
meta/packages/maemo/nokia770-init_1.0.bb

index b65fb131e3f6988d23bd15c2d06d4afd169a67dc..0f1734d2ab9fd6ce521225a6a45ada136b2510d1 100644 (file)
@@ -12,6 +12,7 @@ case "$1" in
         ln -s /dev/vc/5 /dev/tty5
         ln -s /dev/vc/6 /dev/tty6
         ln -s /dev/vc/7 /dev/tty7
+        /sbin/ifconfig wlan0 up
         ;;
   stop)
         ;;
index 22c9c50b9122975ac99e578c979aafe307cba38e..9075c016a66aa867fcfd894f34cb0a0f6338edc8 100644 (file)
@@ -1,5 +1,5 @@
 LICENSE    = "GPL"
-PR         = "r6"
+PR         = "r7"
 
 DEPENDS    = "base-passwd"