Adjust hostapd version number to force our patched version instead upstream one

This commit is contained in:
Igor Pecovnik 2017-09-23 22:50:34 +02:00
parent 215fea5fb7
commit 5aec60dccc
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
local package_name="hostapd-realtek"
local package_repo="http://w1.fi/hostap.git"
local package_ref="tag:hostap_2_5"
local package_upstream_version="2.5"
local package_upstream_version="2:2.5"
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-realtek"
local package_component="utils"

View File

@ -2,7 +2,7 @@
local package_name="hostapd"
local package_repo="http://w1.fi/hostap.git"
local package_ref="tag:hostap_2_5"
local package_upstream_version="2.5"
local package_upstream_version="2:2.5"
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="utils"