diff options
-rwxr-xr-x | scripts/build-packages | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build-packages b/scripts/build-packages index 18a7815..9fd0f8b 100755 --- a/scripts/build-packages +++ b/scripts/build-packages @@ -233,13 +233,6 @@ keepalived_build_cmd = "sed -i 's/debhelper (>= 11)/debhelper (>= 9)/' debian/co pkg_special.append( add_package('keepalived', url='https://salsa.debian.org/ipvs-team/pkg-keepalived.git', branch='master', commit='eae91c81', custombuild_cmd=keepalived_build_cmd) ) # -# Net-SNMP -# -# net-snmp conflicts with already installed libsnmp-dev thus we need to build with -d -net_snmp_build_cmd = "dpkg-buildpackage -b -us -uc -tc -d -j$(getconf _NPROCESSORS_ONLN)" -pkg_special.append( add_package('net-snmp', custombuild_cmd=net_snmp_build_cmd) ) - -# # Linux (VyOS) Kernel # kernel_build_cmd = "make x86_64_vyos_defconfig && " \ |