wpa_supplicant: build with dbus support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-13 06:53:53 +02:00
parent 69f9f98aba
commit 31a6897861
3 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,7 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build dbus
cd $PKG_BUILD/wpa_supplicant
make

View File

@ -19,3 +19,6 @@ CONFIG_EAP_SAKE=y
CONFIG_EAP_GPSK=y
CONFIG_EAP_PAX=y
CONFIG_EAP_LEAP=y
CONFIG_CTRL_IFACE_DBUS_NEW=y
CONFIG_CTRL_IFACE_DBUS_INTRO=y

View File

@ -2,5 +2,13 @@
. config/options
$SCRIPTS/install dbus
mkdir -p $INSTALL/etc/dbus-1/system.d
cp $PKG_BUILD/wpa_supplicant/dbus/dbus-wpa_supplicant.conf $INSTALL/etc/dbus-1/system.d
mkdir -p $INSTALL/usr/bin
cp -P $PKG_BUILD/wpa_supplicant/wpa_supplicant $INSTALL/usr/bin
cp $PKG_BUILD/wpa_supplicant/wpa_supplicant $INSTALL/usr/bin
mkdir -p $INSTALL/usr/share/dbus-1/system-services
cp $PKG_BUILD/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service $INSTALL/usr/share/dbus-1/system-services