Skip to content

Commit

Permalink
add rfkill wireless tool as per issue #25
Browse files Browse the repository at this point in the history
#25

Signed-off-by: John Clark <[email protected]>
inindev committed Jan 2, 2024
1 parent e9e142d commit ba7d805
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/nanopi-r5c/make_debian_img.sh
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ main() {
mount -o bind "$cache/var/lib/apt/lists" "$mountpt/var/lib/apt/lists"

local pkgs="linux-image-arm64, dbus, dhcpcd, libpam-systemd, openssh-server, systemd-timesyncd"
pkgs="$pkgs, wireless-regdb, wpasupplicant"
pkgs="$pkgs, rfkill, wireless-regdb, wpasupplicant"
pkgs="$pkgs, $extra_pkgs"
debootstrap --arch arm64 --include "$pkgs" --exclude "isc-dhcp-client" "$deb_dist" "$mountpt" 'https://deb.debian.org/debian/'

2 changes: 1 addition & 1 deletion debian/nanopi-r5s/make_debian_img.sh
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ main() {
mount -o bind "$cache/var/lib/apt/lists" "$mountpt/var/lib/apt/lists"

local pkgs="linux-image-arm64, dbus, dhcpcd, libpam-systemd, openssh-server, systemd-timesyncd"
pkgs="$pkgs, wireless-regdb, wpasupplicant"
pkgs="$pkgs, rfkill, wireless-regdb, wpasupplicant"
pkgs="$pkgs, $extra_pkgs"
debootstrap --arch arm64 --include "$pkgs" --exclude "isc-dhcp-client" "$deb_dist" "$mountpt" 'https://deb.debian.org/debian/'

0 comments on commit ba7d805

Please sign in to comment.