diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/kernel-precision-380/Pkgfile | 4 | ||||
-rw-r--r-- | base/kernel-precision-380/config | 4 | ||||
-rw-r--r-- | base/pkg-get/.footprint.i686 | 2 | ||||
-rw-r--r-- | base/pkg-get/pkg-get.conf | 11 |
4 files changed, 4 insertions, 17 deletions
diff --git a/base/kernel-precision-380/Pkgfile b/base/kernel-precision-380/Pkgfile index d25203969..55f601906 100644 --- a/base/kernel-precision-380/Pkgfile +++ b/base/kernel-precision-380/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch name=kernel-precision-380 -version=2.6.37.3 +version=2.6.37.6 _BaseVersion=2.6.37 release=1 PKGMK_NO_STRIP="yes" @@ -62,7 +62,7 @@ case `uname -m` in cp .config \ $PKG/boot/config_64-$version cp arch/x86_64/boot/bzImage \ - $PKG/boot/kernel_64-$version ;; + $PKG/boot/kernel-$version ;; i?86) cp System.map \ $PKG/boot/System.map-$version diff --git a/base/kernel-precision-380/config b/base/kernel-precision-380/config index 9dc6f0013..eb12acf48 100644 --- a/base/kernel-precision-380/config +++ b/base/kernel-precision-380/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/i386 2.6.37 Kernel Configuration -# Mon Mar 14 12:16:02 2011 +# Sun Mar 27 15:37:06 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1802,8 +1802,6 @@ CONFIG_DRM=y # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set -# CONFIG_DRM_I830 is not set -# CONFIG_DRM_I915 is not set # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set diff --git a/base/pkg-get/.footprint.i686 b/base/pkg-get/.footprint.i686 index 9dd0582f4..c40474feb 100644 --- a/base/pkg-get/.footprint.i686 +++ b/base/pkg-get/.footprint.i686 @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/pkg-get -> pkg-get.awk -rwxr-xr-x root/root usr/bin/pkg-get.awk --rwxr-xr-x root/root usr/bin/syn.awk +-rwxr-xr-x root/root usr/bin/syn drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/en/ diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf deleted file mode 100644 index 06c0e5944..000000000 --- a/base/pkg-get/pkg-get.conf +++ /dev/null @@ -1,11 +0,0 @@ -### -# /etc/pkg-get.conf -# -# pkg-get configuration file -# Dépot des paquets NuTyX -# Activez le dépot test pour profiter des mise à jour test -# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/pakxe/uname-m/test -pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/pakxe/uname-m/release -# runscripts: if "yes" pre-post install scripts are -# automatically executed. Handle with care. -runscripts yes |