diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:09:43 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-08 13:09:43 +0000 |
commit | 6f53e1d4b2c7aed88b3bf4c43ed3baa609654e5e (patch) | |
tree | d0fae1b3ecebe91a9e9ae6a74aae3395e6cc57d8 /packages/hostap/hostap-daemon.inc | |
parent | 005ccbff6b2c8c9e36abb1802166befd8cc256e5 (diff) |
hostap-daemon and madwifi: fix compatibility problems on mtx platforms
* added mtx-2 configuration to hostapd-daemon
* made madwifi-modules_cvs the default choice (the bsd branch has been abandoned)
* made sure that madwifi_modules stages the headers correctly so that hostap-daemon compiles on mtx/nylon
Diffstat (limited to 'packages/hostap/hostap-daemon.inc')
-rw-r--r-- | packages/hostap/hostap-daemon.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/hostap/hostap-daemon.inc b/packages/hostap/hostap-daemon.inc index 83491bfb14..a6e4a6246d 100644 --- a/packages/hostap/hostap-daemon.inc +++ b/packages/hostap/hostap-daemon.inc @@ -7,6 +7,9 @@ LICENSE = "GPL" RDEPENDS = "hostap-modules hostap-utils (${PV})" DEPENDS = "openssl" DEPENDS_mtx-1_append = "madwifi-modules" +DEPENDS_mtx-2_append = "madwifi-modules" +CPPFLAGS_append_mtx-1 = " -I${STAGING_INCDIR}/madwifi/" +CPPFLAGS_append_mtx-2 = " -I${STAGING_INCDIR}/madwifi/" SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \ file://makefile-cross.diff;patch=1;pnum=0 \ |