mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove hostapd from packages list (#4626)
- rely on installation from armbian-config
This commit is contained in:
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
|
||||
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
|
||||
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
|
||||
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
|
||||
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
|
||||
@@ -11,7 +11,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
|
||||
@@ -10,7 +10,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
i2c-tools
|
||||
ifenslave
|
||||
iotop
|
||||
|
||||
@@ -10,7 +10,6 @@ f3
|
||||
git
|
||||
haveged
|
||||
hdparm
|
||||
hostapd
|
||||
ifenslave
|
||||
iotop
|
||||
iperf3
|
||||
|
||||
@@ -161,9 +161,6 @@ family_tweaks() {
|
||||
# pip3 packages
|
||||
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
|
||||
# Bluetooth
|
||||
chroot "${SDCARD}" /bin/bash -c "systemctl --no-reload enable jethub-rtk-hciattach.service >/dev/null 2>&1"
|
||||
|
||||
Reference in New Issue
Block a user