diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-07-01 08:37:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-07-01 08:37:44 +0000 |
commit | 563109bd191f3015c5c65e21a936502285ff2fb6 (patch) | |
tree | 452408749522c962eb565651ebcab35ccca2c731 /packages | |
parent | f651ce10164975fd1d8e58cdf21620a209fa9be6 (diff) | |
parent | 2faf3777e268d3355492f48fdb1991248b04583d (diff) |
merge of '1e74798b9d0398ad1f222430066b7d2f395d22a1'
and '593f40ffdb7c1f5127d02f4eb4a64463c9a6ae5e'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.21.5.bb | 2 | ||||
-rw-r--r-- | packages/tasks/task-slugos.bb | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.21.5.bb b/packages/linux/ixp4xx-kernel_2.6.21.5.bb index 8ff440b28b..9c8fdc463c 100644 --- a/packages/linux/ixp4xx-kernel_2.6.21.5.bb +++ b/packages/linux/ixp4xx-kernel_2.6.21.5.bb @@ -6,7 +6,7 @@ # http://trac.nslu2-linux.org/kernel/ # # The revision that is pulled from SVN is specified below -IXP4XX_KERNEL_SVN_REV = "879" +IXP4XX_KERNEL_SVN_REV = "889" # # The directory containing the patches to be applied is # specified below diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb index 3596e9ea1e..138c23a4f4 100644 --- a/packages/tasks/task-slugos.bb +++ b/packages/tasks/task-slugos.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Task packages for the SlugOS distribution" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r10" +PR = "r11" PACKAGE_ARCH = "${MACHINE_ARCH}" ALLOW_EMPTY = "1" @@ -100,6 +100,16 @@ SLUGOS_STANDARD_RRECOMMENDS += "\ madwifi-ng-modules madwifi-ng-tools \ " +## Other wireless tools that should be considered +## should space be available in the rootfs +# wireless-tools wpa-supplicant \ +# zd1211-firmware kernel-module-zd1211rw \ + +# Add kexec tools for rebooting alternate kernels +SLUGOS_STANDARD_RRECOMMENDS += "\ +kexec-tools \ +" + # Add modules required for Network Console support # NOTE: This module is desirable for systems lacking a physical # console, but is usually only enabled if specific needs or issues |