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
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
i2c-tools
|
i2c-tools
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
iperf3
|
iperf3
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
i2c-tools
|
i2c-tools
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
iperf3
|
iperf3
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
iperf3
|
iperf3
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
iperf3
|
iperf3
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
i2c-tools
|
i2c-tools
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ f3
|
|||||||
git
|
git
|
||||||
haveged
|
haveged
|
||||||
hdparm
|
hdparm
|
||||||
hostapd
|
|
||||||
ifenslave
|
ifenslave
|
||||||
iotop
|
iotop
|
||||||
iperf3
|
iperf3
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user