Remove hostapd from packages list (#4626)

- rely on installation from armbian-config
This commit is contained in:
Igor Pečovnik
2022-12-31 13:31:33 +01:00
committed by GitHub
parent 4dec9ae2a2
commit 0d3cbf3049
9 changed files with 0 additions and 11 deletions

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
i2c-tools i2c-tools
ifenslave ifenslave
iotop iotop

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
ifenslave ifenslave
iotop iotop
iperf3 iperf3

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
i2c-tools i2c-tools
ifenslave ifenslave
iotop iotop

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
ifenslave ifenslave
iotop iotop
iperf3 iperf3

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
ifenslave ifenslave
iotop iotop
iperf3 iperf3

View File

@@ -11,7 +11,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
ifenslave ifenslave
iotop iotop
iperf3 iperf3

View File

@@ -10,7 +10,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
i2c-tools i2c-tools
ifenslave ifenslave
iotop iotop

View File

@@ -10,7 +10,6 @@ f3
git git
haveged haveged
hdparm hdparm
hostapd
ifenslave ifenslave
iotop iotop
iperf3 iperf3

View File

@@ -161,9 +161,6 @@ family_tweaks() {
# pip3 packages # pip3 packages
chroot "${SDCARD}" /bin/bash -c "pip3 install pyserial intelhex python-magic" >> "${DEST}"/debug/install.log 2>&1 chroot "${SDCARD}" /bin/bash -c "pip3 install pyserial intelhex python-magic" >> "${DEST}"/debug/install.log 2>&1
# Hostapd
chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload disable hostapd.service >/dev/null 2>&1"
if [[ "$BOARD" == jethubj80 ]]; then if [[ "$BOARD" == jethubj80 ]]; then
# Bluetooth # Bluetooth
chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload enable jethub-rtk-hciattach.service >/dev/null 2>&1" chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload enable jethub-rtk-hciattach.service >/dev/null 2>&1"