diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-06 21:04:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-06 21:04:51 +0000 |
commit | 9993c7f30cb7704b906a5f63e163581f8f7f67f7 (patch) | |
tree | 4210abe90fcf34fb76af60c545677236f8c9e8a4 /meta/packages/maemo | |
parent | fa015a3d8c07e9d45517662db6e44fe575f71817 (diff) | |
download | poky-9993c7f30cb7704b906a5f63e163581f8f7f67f7.tar.gz |
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
Diffstat (limited to 'meta/packages/maemo')
-rw-r--r-- | meta/packages/maemo/nokia770-init/fixup-770.sh | 1 | ||||
-rw-r--r-- | meta/packages/maemo/nokia770-init_1.0.bb | 2 |
2 files changed, 2 insertions, 1 deletions
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 | |||
12 | ln -s /dev/vc/5 /dev/tty5 | 12 | ln -s /dev/vc/5 /dev/tty5 |
13 | ln -s /dev/vc/6 /dev/tty6 | 13 | ln -s /dev/vc/6 /dev/tty6 |
14 | ln -s /dev/vc/7 /dev/tty7 | 14 | ln -s /dev/vc/7 /dev/tty7 |
15 | /sbin/ifconfig wlan0 up | ||
15 | ;; | 16 | ;; |
16 | stop) | 17 | stop) |
17 | ;; | 18 | ;; |
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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | PR = "r6" | 2 | PR = "r7" |
3 | 3 | ||
4 | DEPENDS = "base-passwd" | 4 | DEPENDS = "base-passwd" |
5 | 5 | ||