You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
353 B
15 lines
353 B
8 years ago
|
name=hostapd
|
||
|
version=2.5
|
||
|
update_url="http://w1.fi/$name/"
|
||
|
|
||
|
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
|
||
|
'69f9cec3f76d74f402864a43e4f8624f'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version/$name"
|
||
|
cp defconfig .config
|
||
|
make
|
||
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bindir" "$name" "${name}_cli"
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|