From 2ec7ddff2bfe3902cf85d8d8f07b0966e2a5ca64 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Tue, 15 Nov 2011 15:58:56 +0200 Subject: [PATCH] AOSP: Android: Add MODULE_LICENSE_BSD_LIKE and src symlinks These are from Android wpa_supplicant_8.git initial 0.8.X commit 8d520ff1dc2da35cdca849e982051b86468016d8. Change-Id: I26aec5afbbd4f4a1f5fd900912545b6f5050de64 Signed-off-by: Dmitry Shmidt --- MODULE_LICENSE_BSD_LIKE | 0 hostapd/src | 1 + wpa_supplicant/src | 1 + 3 files changed, 2 insertions(+) create mode 100644 MODULE_LICENSE_BSD_LIKE create mode 120000 hostapd/src create mode 120000 wpa_supplicant/src diff --git a/MODULE_LICENSE_BSD_LIKE b/MODULE_LICENSE_BSD_LIKE new file mode 100644 index 000000000..e69de29bb diff --git a/hostapd/src b/hostapd/src new file mode 120000 index 000000000..5cd551cf2 --- /dev/null +++ b/hostapd/src @@ -0,0 +1 @@ +../src \ No newline at end of file diff --git a/wpa_supplicant/src b/wpa_supplicant/src new file mode 120000 index 000000000..5cd551cf2 --- /dev/null +++ b/wpa_supplicant/src @@ -0,0 +1 @@ +../src \ No newline at end of file -- 2.47.2