]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/commitdiff
Add asciidoc as a build dependencies for the network
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 22 Jun 2019 13:15:44 +0000 (14:15 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 22 Jun 2019 13:15:44 +0000 (14:15 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
generate_image.sh

index 756615f154672ede3557356c8afd15d41a9eae9f..373f73c602b900e3e4f7fce5a59923e1516bc08b 100755 (executable)
@@ -302,7 +302,7 @@ PACKAGES="xfsprogs kernel openssh-server wget htop tmux"
 USE_GIT_NETWORK_STACK="True"
 
 # List of packages which are required to build the network stack.
-NETWORK_BUILD_DEPS="autoconf automake docbook-xsl libnl3-devel libxslt systemd-devel"
+NETWORK_BUILD_DEPS="asciidoc autoconf automake docbook-xsl libnl3-devel libxslt systemd-devel"
 
 # Install development tools.
 INSTALL_DEV_PACKAGES="True"