Skip to content

Commit 7e7d9f9

Browse files
authored
Add libdw-dev as a dependency
1 parent 7326236 commit 7e7d9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rm -rf "${KERNEL_PATH}"
4343
### Dependencies
4444
apt-get install -y build-essential fakeroot libncurses-dev bison flex libssl-dev libelf-dev \
4545
openssl dkms libudev-dev libpci-dev libiberty-dev autoconf wget xz-utils git \
46-
libcap-dev bc rsync cpio debhelper kernel-wedge curl gawk dwarves zstd python3
46+
libcap-dev bc rsync cpio debhelper kernel-wedge curl gawk dwarves zstd python3 libdw-dev
4747

4848
### get Kernel and Drivers
4949
git clone --depth 1 --single-branch --branch "${KERNEL_VERSION}-${PKGREL}" \

0 commit comments

Comments
 (0)