Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
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.

22 lines
729 B

name=hostapd
version=2.6
dlextract "http://w1.fi/releases/$name-$version.tar.gz" \
'eaa56dce9bd8f1d195eb62596eab34c7'
_
cd "$name-$version/$name"
8 years ago
cp defconfig .config
8 years ago
option rtlxdrv echo CONFIG_DRIVER_RTW=y >> .config
make
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "$name" "${name}_cli"
install -Dm644 -t "$dir_install/$dir_prefix/$dir_man/man1" "${name}_cli.1"
install -Dm644 -t "$dir_install/$dir_prefix/$dir_man/man8" "${name}.8"
install -Dm644 -t "$dir_install/$dir_prefix/$dir_doc/$name" \
$name.accept $name.conf $name.deny $name.eap_user $name.radius_clients \
$name.sim_db $name.vlan $name.wpa_psk wired.conf hlr_auc_gw.milenage_db
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: