aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2006-09-25 12:39:26 +0000
committerMartin Dietze <di@fh-wedel.de>2006-09-25 12:39:26 +0000
commit27f95188d694d3e0f4b30ec2c65df64f0b7ce63c (patch)
treec107baceb436456a456da4c5e7d84979146d1690 /packages/hostap
parent2b8fc10279a272acdb7a74ee0f258c71f7e81438 (diff)
downloadopenembedded-27f95188d694d3e0f4b30ec2c65df64f0b7ce63c.tar.gz
wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries in recipes.
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/hostap-daemon.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hostap/hostap-daemon.inc b/packages/hostap/hostap-daemon.inc
index a6e4a6246d..c095777446 100644
--- a/packages/hostap/hostap-daemon.inc
+++ b/packages/hostap/hostap-daemon.inc
@@ -6,8 +6,8 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "hostap-modules hostap-utils (${PV})"
DEPENDS = "openssl"
-DEPENDS_mtx-1_append = "madwifi-modules"
-DEPENDS_mtx-2_append = "madwifi-modules"
+DEPENDS_append_mtx-1 = " madwifi-modules"
+DEPENDS_append_mtx-2 = " madwifi-modules"
CPPFLAGS_append_mtx-1 = " -I${STAGING_INCDIR}/madwifi/"
CPPFLAGS_append_mtx-2 = " -I${STAGING_INCDIR}/madwifi/"