Reorder code
This commit is contained in:
parent
5264e2a494
commit
58d3ae2b47
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -281,7 +281,6 @@ apt-get install -y \
|
|||
psmisc \
|
||||
module-init-tools \
|
||||
ed \
|
||||
crda \
|
||||
debconf-utils \
|
||||
parted \
|
||||
unzip \
|
||||
|
@ -310,7 +309,7 @@ apply_patches '06-path.diff'
|
|||
# Wi-Fi firmware and tools.
|
||||
#
|
||||
on_chroot << EOF
|
||||
apt-get install -y wpasupplicant wireless-tools
|
||||
apt-get install -y wpasupplicant wireless-tools crda
|
||||
EOF
|
||||
|
||||
##
|
||||
|
|
Reference in a new issue