X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpackages-update;h=06a1f9b8d9fefe845c836c3f763e409980bb5e12;hb=28d0870bca1d37d0428af01f1b44cc7f29199ba4;hp=84b6bf9e3bfd414eb1bec3974522b15947b5e303;hpb=16f1a75d215e027ad746fc60dd10cd456f07f8d6;p=hvlinux.git diff --git a/stage2/packages-update b/stage2/packages-update index 84b6bf9..06a1f9b 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -70,7 +70,7 @@ if [ -n "${WIFI_SUPPORT}" ]; then "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux" fpkg -e "tar.gz" ${WPA_SUPPLICANT} "http://hostap.epitest.fi/releases" - if [ -n "${FIRMWARE_B43_LPPHY}" ]; then + if [ -n "${B43_LPPHY}" ]; then fpkg ${B43_FWCUTTER} "http://bu3sch.de/b43/fwcutter" fpkg ${FIRMWARE_B43_LPPHY} "http://downloads.openwrt.org/sources" fi @@ -87,5 +87,6 @@ fpkg ${UDEV_CONFIG} "http://www.linuxfromscratch.org/lfs/downloads/development" fpkg -e "tar.gz" ${GRUB} "ftp://alpha.gnu.org/gnu/grub" fpkg -e "tar.gz" ${DHCP} "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history" -exit $? +fpkg -e "tar.gz" ${ACPID} "http://www.tedfelix.com/linux" +exit $?