All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iw: fixes to Android.mk to include "iw" in AOSP builds
@ 2015-07-30 21:35 Filipe Brandenburger
  2015-07-30 21:35 ` [PATCH 1/2] iw: fix references to libnl in Android.mk Filipe Brandenburger
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Filipe Brandenburger @ 2015-07-30 21:35 UTC (permalink / raw)
  To: Johannes Berg, Arik Nemtsov
  Cc: linux-wireless, Elliott Hughes, Christopher Wiley, Filipe Brandenburger

Hi,

I'm working on including "iw" on Android AOSP eng builds and it turns out we
need some fixes to Android.mk to make it build on a current AOSP tree.

We already have an Android git repo set up with the "iw" tree:
https://android.googlesource.com/platform/external/iw.git

The two patches in this patchset will fix the references to libnl and remove
the nla_put_flag that might have been necessary in the past but is no longer
needed.

One alternative is to remove Android.mk from the upstream repo at kernel.org,
in which case we could simply maintain it downstream in the Android repo
instead.  If that's what you prefer, let me know and I can send you an
alternative commit to just remove those files.

Let me know if you have questions or suggestions.

Cheers,
Filipe


Filipe Brandenburger (2):
  iw: fix references to libnl in Android.mk
  iw: remove android-nl.c with unneeded workaround

 Android.mk   | 6 +++---
 android-nl.c | 6 ------
 2 files changed, 3 insertions(+), 9 deletions(-)
 delete mode 100644 android-nl.c

-- 
2.5.0.rc2.392.g76e840b


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-08-13 20:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-30 21:35 [PATCH 0/2] iw: fixes to Android.mk to include "iw" in AOSP builds Filipe Brandenburger
2015-07-30 21:35 ` [PATCH 1/2] iw: fix references to libnl in Android.mk Filipe Brandenburger
2015-07-30 21:36   ` enh
2015-07-30 21:47     ` [PATCH v2 " Filipe Brandenburger
2015-07-31  6:55       ` Arik Nemtsov
2015-07-30 21:35 ` [PATCH 2/2] iw: remove android-nl.c with unneeded workaround Filipe Brandenburger
2015-07-31  6:56   ` Arik Nemtsov
2015-07-31 16:01     ` enh
2015-08-02  6:57       ` Arik Nemtsov
2015-08-02 16:11         ` enh
2015-08-13  9:01 ` [PATCH 0/2] iw: fixes to Android.mk to include "iw" in AOSP builds Johannes Berg
2015-08-13 16:55   ` Filipe Brandenburger
2015-08-13 18:33     ` Johannes Berg
2015-08-13 19:48       ` enh
2015-08-13 20:01         ` Johannes Berg
2015-08-13 20:44           ` enh
2015-08-13 20:47             ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.