X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpackages-update;h=d0ed09fb4f014b98e808814043831b01bcff1d33;hb=ca489ced1fbb7de4d815bb4e194f8b83bfc5c959;hp=65ded1fb22cf5289860e5ed521626b73ff6655f6;hpb=f9e319d2b38228d3e7186fe77b881a6e035cbdb4;p=hvlinux.git diff --git a/stage2/packages-update b/stage2/packages-update index 65ded1f..d0ed09f 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -1,6 +1,7 @@ #!/bin/bash USE_LFS_PATCHES=1 +USE_LFS_OLD_PATCHES=1 USE_BLFS_PATCHES=1 USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 @@ -71,6 +72,8 @@ fpkg -m gnu ${GROFF} fpkg -s "linux/utils/net/iproute2" ${IPROUTE2} ${KERNEL_URL} if [ -n "${WIFI_SUPPORT}" ]; then + fpkg -e "tar.gz" ${LIBNL} \ + "http://www.infradead.org/~tgr/libnl/files" fpkg -e "tar.gz" ${WIRELESS_TOOLS} \ "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux" fpkg -e "tar.gz" ${WPA_SUPPLICANT} "http://hostap.epitest.fi/releases" @@ -98,4 +101,7 @@ fpkg -m hv ${HV_UTILITIES} fpkg -e "tgz" ${ICU} "http://download.icu-project.org/files/icu4c/49.1.2" fpkg -m sf ${GPTFDISK} +fpkg -e "tar.gz" ${LZO} "http://www.oberhumer.com/opensource/lzo/download" +fpkg -e "tar.gz" ${LZOP} "http://www.lzop.org/download" + exit $?