Skip to content

Commit

Permalink
add u-boot-tools to alpine scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Jul 4, 2023
1 parent 7c09c96 commit ddfefe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/alpine-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ echo $alpine_url/community >> $root_dir/etc/apk/repositories
chroot $root_dir /bin/sh <<- EOF_CHROOT
apk update
apk add openssh iw wpa_supplicant dhcpcd dnsmasq hostapd iptables avahi dbus dcron chrony musl-dev curl wget less nano bc
apk add openssh u-boot-tools iw wpa_supplicant dhcpcd dnsmasq hostapd iptables avahi dbus dcron chrony musl-dev curl wget less nano bc
rc-update add bootmisc boot
rc-update add hostname boot
Expand Down
2 changes: 1 addition & 1 deletion scripts/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ echo $alpine_url/community >> $root_dir/etc/apk/repositories
chroot $root_dir /bin/sh <<- EOF_CHROOT
apk update
apk add openssh ucspi-tcp6 iw wpa_supplicant dhcpcd dnsmasq hostapd iptables avahi dbus dcron chrony gpsd libgfortran musl-dev fftw-dev libconfig-dev alsa-lib-dev alsa-utils curl wget less nano bc dos2unix
apk add openssh u-boot-tools ucspi-tcp6 iw wpa_supplicant dhcpcd dnsmasq hostapd iptables avahi dbus dcron chrony gpsd libgfortran musl-dev fftw-dev libconfig-dev alsa-lib-dev alsa-utils curl wget less nano bc dos2unix
rc-update add bootmisc boot
rc-update add hostname boot
Expand Down

0 comments on commit ddfefe2

Please sign in to comment.