From 9993c7f30cb7704b906a5f63e163581f8f7f67f7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2008 21:04:51 +0000 Subject: 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 --- meta/packages/maemo/nokia770-init/fixup-770.sh | 1 + meta/packages/maemo/nokia770-init_1.0.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/maemo') diff --git a/meta/packages/maemo/nokia770-init/fixup-770.sh b/meta/packages/maemo/nokia770-init/fixup-770.sh index b65fb131e3..0f1734d2ab 100644 --- a/meta/packages/maemo/nokia770-init/fixup-770.sh +++ b/meta/packages/maemo/nokia770-init/fixup-770.sh @@ -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) ;; diff --git a/meta/packages/maemo/nokia770-init_1.0.bb b/meta/packages/maemo/nokia770-init_1.0.bb index 22c9c50b91..9075c016a6 100644 --- a/meta/packages/maemo/nokia770-init_1.0.bb +++ b/meta/packages/maemo/nokia770-init_1.0.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r6" +PR = "r7" DEPENDS = "base-passwd" -- cgit v1.2.3-54-g00ecf