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-modules.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-modules.inc')
-rw-r--r-- | packages/hostap/hostap-modules.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/hostap/hostap-modules.inc b/packages/hostap/hostap-modules.inc index 5ce5e0db67..4d1cc76d32 100644 --- a/packages/hostap/hostap-modules.inc +++ b/packages/hostap/hostap-modules.inc @@ -8,6 +8,8 @@ SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz" SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" +SRC_URI_append_mtx-2 = " file://mtx_compat.diff;patch=1;pnum=0 \ + file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" SRC_URI_append_h3900 = " file://ipaq_compat.patch;patch=1 " |