From: Hugo Villeneuve Date: Mon, 22 Dec 2014 04:29:10 +0000 (-0500) Subject: Remove support for NOUVEAU_NVIDIA_KERNEL X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=7b710dedf5e96b7f546da2fcdd9abe6ab9f046ec Remove support for NOUVEAU_NVIDIA_KERNEL --- diff --git a/stage0/packages-update b/stage0/packages-update index d220f0f..5965f8b 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -5,13 +5,9 @@ source ../functions/main update_packages_init ${*} if [ x"${INSTALL_GLIBC}" == x"1" ]; then - if [ "x${KERNEL}" = "x${NOUVEAU_NVIDIA_KERNEL}" ]; then - # Special case - fpkg -m hv ${KERNEL} - else - fpkg -s "linux/kernel/v$(get_pkg_ver1 ${KERNEL}).0" ${KERNEL} \ - ${KERNEL_URL} - fi + fpkg -m gnu ${GLIBC} + fpkg -s "linux/kernel/v$(get_pkg_ver1 ${KERNEL}).0" ${KERNEL} \ + ${KERNEL_URL} fi fpkg -m gnu ${GMP} @@ -22,10 +18,6 @@ fpkg -e "tar.gz" ${CLOOG} "http://www.bastoul.net/cloog/pages/download" fpkg -e "tar.bz2" -m gnu ${BINUTILS} fpkg -m gnu -s "gcc/${GCC}" ${GCC} -if [ x"${INSTALL_GLIBC}" == x1 ]; then - fpkg -m gnu ${GLIBC} -fi - if [ x"${HVL_TARGET}" == x"avr" ]; then fpkg ${AVRLIBC} "http://download.savannah.gnu.org/releases/avr-libc" fi