diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:24:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:24:47 +0000 |
commit | 74fb622cd047c798bc19b555948340ccff1d75d4 (patch) | |
tree | bb6d7869c7431428e922c4d3962e9518e1553db3 /meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc | |
parent | 3e37cc16886e41bbe6f919b76a4fbc38f285ba0e (diff) | |
download | poky-74fb622cd047c798bc19b555948340ccff1d75d4.tar.gz |
wpa-supplicant: do not start at boot - it is started on wlan0 if-up
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3643 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc')
-rw-r--r-- | meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc b/meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc index f56f060151..c8578e7c25 100644 --- a/meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc +++ b/meta/packages/wpa-supplicant/wpa-supplicant-0.5.inc | |||
@@ -8,7 +8,6 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
8 | file://wpa_supplicant-0.5.7-always-scan.patch;patch=1 \ | 8 | file://wpa_supplicant-0.5.7-always-scan.patch;patch=1 \ |
9 | file://wpa_supplicant-fix-deprecated-dbus-function.patch;patch=1;pnum=0 \ | 9 | file://wpa_supplicant-fix-deprecated-dbus-function.patch;patch=1;pnum=0 \ |
10 | file://defconfig-gnutls \ | 10 | file://defconfig-gnutls \ |
11 | file://init.sh \ | ||
12 | file://defaults-sane \ | 11 | file://defaults-sane \ |
13 | file://wpa-supplicant.sh \ | 12 | file://wpa-supplicant.sh \ |
14 | file://wpa_supplicant.conf \ | 13 | file://wpa_supplicant.conf \ |
@@ -22,10 +21,6 @@ FILES_wpa-supplicant-cli = "/usr/sbin/wpa_cli" | |||
22 | 21 | ||
23 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" | 22 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" |
24 | 23 | ||
25 | INITSCRIPT_NAME = "wpa" | ||
26 | INITSCRIPT_PARAMS = "defaults 10" | ||
27 | inherit update-rc.d | ||
28 | |||
29 | do_configure () { | 24 | do_configure () { |
30 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config | 25 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config |
31 | } | 26 | } |
@@ -45,9 +40,6 @@ do_install () { | |||
45 | install -d ${D}${docdir}/wpa_supplicant | 40 | install -d ${D}${docdir}/wpa_supplicant |
46 | install -m 644 README ${WORKDIR}/wpa_supplicant.conf ${D}${docdir}/wpa_supplicant | 41 | install -m 644 README ${WORKDIR}/wpa_supplicant.conf ${D}${docdir}/wpa_supplicant |
47 | 42 | ||
48 | install -d ${D}${sysconfdir}/init.d | ||
49 | install -m 700 ${WORKDIR}/init.sh ${D}${sysconfdir}/init.d/wpa | ||
50 | |||
51 | install -d ${D}${sysconfdir}/default | 43 | install -d ${D}${sysconfdir}/default |
52 | install -m 600 ${WORKDIR}/defaults-sane ${D}${sysconfdir}/default/wpa | 44 | install -m 600 ${WORKDIR}/defaults-sane ${D}${sysconfdir}/default/wpa |
53 | install -m 600 ${WORKDIR}/wpa_supplicant.conf-sane ${D}${sysconfdir}/wpa_supplicant.conf | 45 | install -m 600 ${WORKDIR}/wpa_supplicant.conf-sane ${D}${sysconfdir}/wpa_supplicant.conf |
@@ -75,4 +67,4 @@ pkg_postinst_wpa-supplicant () { | |||
75 | if [ "x$DBUSPID" != "x" ]; then | 67 | if [ "x$DBUSPID" != "x" ]; then |
76 | /etc/init.d/dbus-1 reload | 68 | /etc/init.d/dbus-1 reload |
77 | fi | 69 | fi |
78 | } \ No newline at end of file | 70 | } |