X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpackages-update;h=a2582fbf4db862c26266a715988843100f34c126;hb=123a4b9f48445243382b252cc68c8e56320aa670;hp=f08cc2ecacc4592294e445bdaa2fba3ef36bdb0f;hpb=15c151833a1477d95dfbf0fbea34652089bf0876;p=hvlinux.git diff --git a/stage2/packages-update b/stage2/packages-update index f08cc2e..a2582fb 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 @@ -47,7 +48,7 @@ lpkg 1 ${PATCH_PACKAGE} lpkg 1 ${SYSVINIT} lpkg 1 ${TAR_PACKAGE} lpkg 1 ${TEXINFO} -lpkg 1 ${UDEV} +lpkg 1 ${EUDEV} lpkg 1 ${XZ_UTILS} # These packages are only for stage2 @@ -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 $?