Remove support for NOUVEAU_NVIDIA_KERNEL
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 22 Dec 2014 04:29:10 +0000 (23:29 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:52 +0000 (00:01 -0500)
stage0/packages-update

index d220f0f..5965f8b 100755 (executable)
@@ -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