diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-25 15:14:17 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-25 15:14:17 +0000 |
commit | 5409e91c775520d5b805149e662b13caec8d2194 (patch) | |
tree | e4fae390d3c8aecf3e5983e0b36ca7cc8fcfcea0 /meta/packages/wpa-supplicant/files | |
parent | 4d76e104d623f85e2f984f3936cb9a526c01797a (diff) | |
download | openembedded-core-5409e91c775520d5b805149e662b13caec8d2194.tar.gz openembedded-core-5409e91c775520d5b805149e662b13caec8d2194.tar.bz2 openembedded-core-5409e91c775520d5b805149e662b13caec8d2194.tar.xz openembedded-core-5409e91c775520d5b805149e662b13caec8d2194.zip |
wpa-supplicant: enable the DBus control interface (for NM)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2788 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/wpa-supplicant/files')
-rw-r--r-- | meta/packages/wpa-supplicant/files/defconfig-gnutls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/wpa-supplicant/files/defconfig-gnutls b/meta/packages/wpa-supplicant/files/defconfig-gnutls index 2df5e51df..5b4ff0d03 100644 --- a/meta/packages/wpa-supplicant/files/defconfig-gnutls +++ b/meta/packages/wpa-supplicant/files/defconfig-gnutls @@ -174,3 +174,5 @@ CONFIG_TLS=gnutls # apply for distribution of the resulting binary. CONFIG_GNUTLS_EXTRA=y +# Add support for DBus control interface +CONFIG_CTRL_IFACE_DBUS=y |