Updated boot kernel to 2.6.27.8, added iputils to ISO_PACKAGES for FS#387

This commit is contained in:
Matt Housh 2008-12-12 12:13:34 -06:00
parent ef818fdd07
commit de04a57477
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
CRUXVERSION = 2.5 CRUXVERSION = 2.5
COLLECTIONS = core opt xorg COLLECTIONS = core opt xorg
KERNEL_MIRROR = ftp://ftp.kernel.org KERNEL_MIRROR = ftp://ftp.kernel.org
KERNEL_VERSION = 2.6.27.7 KERNEL_VERSION = 2.6.27.8
KERNEL_PATCHES = squashfs3.4-patch KERNEL_PATCHES = squashfs3.4-patch
STATIC_BB = http://jaeger.morpheus.net/linux/crux/files/busybox-1.7.2-i386-static.bz2 STATIC_BB = http://jaeger.morpheus.net/linux/crux/files/busybox-1.7.2-i386-static.bz2
SYSLINUX_VERSION = 3.72 SYSLINUX_VERSION = 3.72
@ -24,7 +24,7 @@ ISO_PACKAGES = filesystem bash coreutils bzip2 e2fsprogs jfsutils \
procps readline sed shadow sysklogd sysvinit tar \ procps readline sed shadow sysklogd sysvinit tar \
util-linux-ng vim which dialog nano mdadm pciutils libusb \ util-linux-ng vim which dialog nano mdadm pciutils libusb \
sysfsutils usbutils udev zlib openssl openssh \ sysfsutils usbutils udev zlib openssl openssh \
dhcpcd wget iproute2 libpcre dhcpcd wget iproute2 libpcre iputils
PORTS_core = $(shell /bin/ls -I README $(PORTS_DIR)/core) PORTS_core = $(shell /bin/ls -I README $(PORTS_DIR)/core)
PORTS_opt = $(shell /bin/cat packages.opt) PORTS_opt = $(shell /bin/cat packages.opt)

View File

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Linux kernel version: 2.6.27.7 # Linux kernel version: 2.6.27.8
# Tue Nov 25 11:11:59 2008 # Wed Dec 10 13:49:30 2008
# #
# CONFIG_64BIT is not set # CONFIG_64BIT is not set
CONFIG_X86_32=y CONFIG_X86_32=y