first commit
This commit is contained in:
18
external/packages/extras-buildpkgs/90-hostapd.conf
vendored
Normal file
18
external/packages/extras-buildpkgs/90-hostapd.conf
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# hostapd
|
||||
local package_name="hostapd"
|
||||
local package_repo="http://w1.fi/hostap.git"
|
||||
local package_ref="tag:hostap_2_9"
|
||||
local package_upstream_version="3:2.9-102"
|
||||
local package_builddeps="pkg-config libssl-dev libreadline-dev libpcsclite-dev libnl-route-3-dev libnl-genl-3-dev libnl-3-dev libncurses5-dev libdbus-1-dev docbook-utils docbook-to-man"
|
||||
local package_install_target="hostapd"
|
||||
local package_component="${release}-utils"
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
[[ $RELEASE != xenial ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
[[ $RELEASE != bookworm ]]
|
||||
}
|
||||
Reference in New Issue
Block a user