diff options
Diffstat (limited to 'base/kernel/Pkgfile')
-rw-r--r-- | base/kernel/Pkgfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/base/kernel/Pkgfile b/base/kernel/Pkgfile index fc79931fd..5426af864 100644 --- a/base/kernel/Pkgfile +++ b/base/kernel/Pkgfile @@ -36,7 +36,6 @@ source=(http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_${BC_ARCH}-v5_100_ http://nutyx.meticul.eu/files/nutyx-initrd-`uname -m`-${_extra}.tar.bz2\ http://nutyx.meticul.eu/files/installtools-${_tools}.tar.bz2) build(){ -# unset MAKEFLAGS for i in setup-install setup-mirroir do sed -i "s|#INSTALL#|install-$SCRIPT_VERSION.ash|" \ @@ -84,9 +83,9 @@ case `uname -m` in esac # Module broadcom cd $SRC -# patch -Np0 -i 5_100_82_38.patch KBUILD_NOPEDANTIC=1 make -C $SRC/linux-${_BaseVersion} M=`pwd` install -m 0644 -D wl.ko $PKG/lib/modules/${version}/kernel/drivers/zzzz/wl.ko + # Module nvidia cd $SRC sh NVIDIA-Linux-${_ARCH}-${NVIDIA_VERSION}.run --extract-only @@ -100,8 +99,6 @@ cd $SRC sh ati-driver-installer-${ATI_VERSION/./-}-x86.x86_64.run --extract ati cd ati patch -Np1 -i ../makefile_compat.patch -# patch -Np1 -i ../2.6.39_bkl.patch -# patch -Np1 -i ../no_bkl.patch cd common/lib/modules/fglrx/build_mod cp 2.6.x/Makefile . cp $SRC/ati/arch/${_ARCH}/lib/modules/fglrx/build_mod/libfglrx_ip.a . |