diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-11 00:37:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-11 00:37:08 +0300 |
commit | 3141f866b59fc296db8aee127335fd845ca4ba53 (patch) | |
tree | bea423c7b93f6d4f1518474bb7457dd96c7bc838 /core/wpa_supplicant/build | |
parent | bedd361caa858b99dcf4c179722ec123044970c9 (diff) | |
download | repository-3141f866b59fc296db8aee127335fd845ca4ba53.tar.gz |
wpa_supplicant: move to extra
Diffstat (limited to 'core/wpa_supplicant/build')
-rwxr-xr-x | core/wpa_supplicant/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/wpa_supplicant/build b/core/wpa_supplicant/build deleted file mode 100755 index 9b82e869..00000000 --- a/core/wpa_supplicant/build +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -cd wpa_supplicant - -make LIBDIR=/usr/lib BINDIR=/usr/bin LDFLAGS="$LDFLAGS -static" -make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install |