forked from kiss-community/repo
wpa_supplicant: simplify build
This commit is contained in:
parent
b8ada3ae2e
commit
5a9eccaae9
@ -1,7 +1,6 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
cd wpa_supplicant
|
cd wpa_supplicant
|
||||||
mv ../.config .
|
|
||||||
|
|
||||||
make LIBDIR=/usr/lib BINDIR=/usr/bin
|
make LIBDIR=/usr/lib BINDIR=/usr/bin
|
||||||
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
|
make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$1" install
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
https://w1.fi/releases/wpa_supplicant-2.9.tar.gz
|
https://w1.fi/releases/wpa_supplicant-2.9.tar.gz
|
||||||
files/.config
|
files/.config wpa_supplicant/
|
||||||
|
Loading…
Reference in New Issue
Block a user