1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

nokia770-init: Attempt to ifconfig up the wifi

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3687 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-02-06 21:04:51 +00:00
parent fa015a3d8c
commit 9993c7f30c
2 changed files with 2 additions and 1 deletions
@@ -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)
;;
+1 -1
View File
@@ -1,5 +1,5 @@
LICENSE = "GPL"
PR = "r6"
PR = "r7"
DEPENDS = "base-passwd"