diff options
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc index dd850578af..e5f7881a26 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | |||
@@ -84,9 +84,5 @@ pkg_postinst_wpa-supplicant () { | |||
84 | exit 0 | 84 | exit 0 |
85 | fi | 85 | fi |
86 | 86 | ||
87 | DBUSPID=`pidof dbus-daemon` | 87 | killall -q -HUP dbus-daemon || true |
88 | |||
89 | if [ "x$DBUSPID" != "x" ]; then | ||
90 | /etc/init.d/dbus-1 reload || true | ||
91 | fi | ||
92 | } | 88 | } |