diff options
-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..b5dc8c5161 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 = "888" # # 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 |