summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/openslug-kernel-2.6.11.2/defconfig10
-rw-r--r--packages/linux/openslug-kernel_2.6.11.2.bb2
-rw-r--r--packages/meta/openslug-image.bb11
-rw-r--r--packages/meta/openslug-packages.bb3
4 files changed, 14 insertions, 12 deletions
diff --git a/packages/linux/openslug-kernel-2.6.11.2/defconfig b/packages/linux/openslug-kernel-2.6.11.2/defconfig
index 85d5f732e9..b8aed8ab07 100644
--- a/packages/linux/openslug-kernel-2.6.11.2/defconfig
+++ b/packages/linux/openslug-kernel-2.6.11.2/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11.2
-# Fri Apr 8 14:02:10 2005
+# Thu May 26 13:35:59 2005
#
CONFIG_ARM=y
CONFIG_MMU=y
@@ -160,7 +160,7 @@ CONFIG_PM=y
# CONFIG_PREEMPT is not set
CONFIG_APM=y
# CONFIG_ARTHUR is not set
-CONFIG_CMDLINE="root=/dev/ram0 rw rootfstype=ext2,jffs2 initrd=0x01000000,10M init=/linuxrc mem=32M@0x00000000 console=ttyS0,115200n8"
+CONFIG_CMDLINE="root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc console=ttyS0,115200n8"
CONFIG_ALIGNMENT_TRAP=y
#
@@ -885,11 +885,11 @@ CONFIG_VIDEO_DEV=m
#
# File systems
#
-CONFIG_EXT2_FS=y
+CONFIG_EXT2_FS=m
# CONFIG_EXT2_FS_XATTR is not set
-CONFIG_EXT3_FS=y
+CONFIG_EXT3_FS=m
# CONFIG_EXT3_FS_XATTR is not set
-CONFIG_JBD=y
+CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb
index d91149dfd9..c77c5ce127 100644
--- a/packages/linux/openslug-kernel_2.6.11.2.bb
+++ b/packages/linux/openslug-kernel_2.6.11.2.bb
@@ -2,7 +2,7 @@ SECTION = "kernel"
DESCRIPTION = "Linux kernel for the Linksys NSLU2 device"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r9"
+PR = "r10"
KERNEL_SUFFIX = "openslug"
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb
index 8e50c1b40a..d2bf3bb7c3 100644
--- a/packages/meta/openslug-image.bb
+++ b/packages/meta/openslug-image.bb
@@ -1,4 +1,4 @@
-PR = "r11"
+PR = "r12"
IMAGE_BASENAME = "openslug"
@@ -10,11 +10,11 @@ OPENSLUG_HIDDEN_PACKAGES = "ipkg-native ipkg-utils-native fakeroot-native ${PATC
DEPENDS = "virtual/kernel base-files base-passwd \
busybox dropbear hotplug-ng initscripts netbase \
- sysvinit tinylogin lrzsz portmap \
+ sysvinit tinylogin portmap \
ixp4xx-csr ixp425-eth openslug-init \
module-init-tools modutils-initscripts \
ipkg-collateral ipkg ipkg-link diffutils \
- cpio findutils e2fsprogs mtd-utils \
+ cpio findutils mtd-utils \
${OPENSLUG_EXTRA_DEPENDS}"
# NOTE: file system kernel modules are defined in openslug.conf
@@ -22,12 +22,11 @@ DEPENDS = "virtual/kernel base-files base-passwd \
# kernel-module-af-packet must be in the image for DHCP to work
IPKG_INSTALL = "base-files base-passwd \
busybox dropbear hotplug-ng initscripts netbase \
- update-modules sysvinit tinylogin lrzsz portmap \
+ update-modules sysvinit tinylogin portmap \
ixp4xx-csr ixp425-eth openslug-init \
module-init-tools modutils-initscripts \
ipkg-collateral ipkg ipkg-link diffutils \
- cpio findutils e2fsprogs-mke2fs \
- e2fsprogs-fsck e2fsprogs-e2fsck \
+ cpio findutils \
kernel-module-af-packet \
kernel-module-netconsole \
${OPENSLUG_EXTRA_INSTALL}"
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb
index 9b51a78602..b538e5bba0 100644
--- a/packages/meta/openslug-packages.bb
+++ b/packages/meta/openslug-packages.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Packages that are compatible with the OpenSlug firmware"
LICENSE = MIT
PR = "r3"
+INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
@@ -55,12 +56,14 @@ OPENSLUG_PACKAGES = "\
db4 \
openldap \
ntp \
+ reiserfsprogs reiser4progs \
"
# These packages only build on TARGET_OS=linux, not
# TARGET_OS=linux-uclibc
OPENSLUG_PACKAGES_append_linux = "\
php \
+ libpam \
yp-tools ypbind ypserv \
"