* Adjust hostapd patches to apply without errors * Cleanup FUZZ from patch * Fix patch * Disable broken feature
19 lines
496 B
Plaintext
19 lines
496 B
Plaintext
# 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()
|
|
{
|
|
true
|
|
}
|
|
|
|
package_checkinstall()
|
|
{
|
|
true
|
|
}
|