X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpackages-update;h=d0ed09fb4f014b98e808814043831b01bcff1d33;hb=a41c6c99c8f31750b64d0a810cab1ac4b5df4642;hp=f08cc2ecacc4592294e445bdaa2fba3ef36bdb0f;hpb=15c151833a1477d95dfbf0fbea34652089bf0876;p=hvlinux.git diff --git a/stage2/packages-update b/stage2/packages-update index f08cc2e..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" @@ -95,6 +98,10 @@ fpkg -e "tar.gz" ${DHCP} "ftp://ftp.isc.org/isc/dhcp/$(get_pkg_ver ${DHCP})" fpkg -e "tar.gz" ${ACPID} "http://www.tedfelix.com/linux" 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 $?