* Add new function install_pkg_deb Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Use the install_pkg_deb function Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * sunxi-tools: Calculate build dependencies Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * hostapd, hostapd-realtek: Calculate build dependencies Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Clean Environment for building as default * upgrading: Repack a clean Environment archive Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
18 lines
310 B
Plaintext
18 lines
310 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_install_target="hostapd"
|
|
local package_component="${release}-utils"
|
|
|
|
package_checkbuild()
|
|
{
|
|
true
|
|
}
|
|
|
|
package_checkinstall()
|
|
{
|
|
true
|
|
}
|