mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02: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:
@@ -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,5 +1,5 @@
|
||||
LICENSE = "GPL"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
DEPENDS = "base-passwd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user