Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5e050b98 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-wlan0-defaults (1.20230203.8)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 0c793a7f
Branches
No related merge requests found
......@@ -25,7 +25,7 @@ wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
wpa_passphrase=BeagleV
wpa_passphrase=BeagleBoard
macaddr_acl=0
ignore_broadcast_ssid=0
......
......@@ -16,6 +16,10 @@ if [ ! -f /etc/systemd/network/wlan0.network ] ; then
cp -v /etc/bbb.io/templates/wlan0-DHCP.network /etc/systemd/network/wlan0.network
fi
if [ ! -f /etc/hostapd/SoftAp0.conf ] ; then
cp -v /etc/bbb.io/templates/bb-hostapd.conf /etc/hostapd/SoftAp0.conf
fi
if [ -d /etc/NetworkManager/conf.d/ ] ; then
cp -v /etc/bbb.io/templates/local-ignore-softap0.conf /etc/NetworkManager/conf.d/
fi
......
bb-wlan0-defaults (1.20230203.7-0~lunar+20230919) lunar; urgency=low
bb-wlan0-defaults (1.20230203.8-0~lunar+20230919) lunar; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 19 Sep 2023 21:06:54 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 19 Sep 2023 21:26:08 -0500
......@@ -25,7 +25,7 @@ wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
wpa_passphrase=BeagleV
wpa_passphrase=BeagleBoard
macaddr_acl=0
ignore_broadcast_ssid=0
......
......@@ -16,6 +16,10 @@ if [ ! -f /etc/systemd/network/wlan0.network ] ; then
cp -v /etc/bbb.io/templates/wlan0-DHCP.network /etc/systemd/network/wlan0.network
fi
if [ ! -f /etc/hostapd/SoftAp0.conf ] ; then
cp -v /etc/bbb.io/templates/bb-hostapd.conf /etc/hostapd/SoftAp0.conf
fi
if [ -d /etc/NetworkManager/conf.d/ ] ; then
cp -v /etc/bbb.io/templates/local-ignore-softap0.conf /etc/NetworkManager/conf.d/
fi
......
bb-wlan0-defaults (1.20230203.7-0~sid+20230919) sid; urgency=low
bb-wlan0-defaults (1.20230203.8-0~sid+20230919) sid; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 19 Sep 2023 21:06:54 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 19 Sep 2023 21:26:08 -0500
......@@ -2,7 +2,7 @@
package_name="bb-wlan0-defaults"
debian_pkg_name="${package_name}"
package_version="1.20230203.7"
package_version="1.20230203.8"
package_source=""
src_dir=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment