Skip to content

Commit ba7d805

Browse files
committed
add rfkill wireless tool as per issue #25
#25 Signed-off-by: John Clark <[email protected]>
1 parent e9e142d commit ba7d805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/nanopi-r5c/make_debian_img.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ main() {
121121
mount -o bind "$cache/var/lib/apt/lists" "$mountpt/var/lib/apt/lists"
122122

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

debian/nanopi-r5s/make_debian_img.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ main() {
121121
mount -o bind "$cache/var/lib/apt/lists" "$mountpt/var/lib/apt/lists"
122122

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

0 commit comments

Comments
 (0)