diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-17 04:43:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-17 04:43:45 +0000 |
commit | 7e43f0d2302578ce08753c26325b188b9d9d6278 (patch) | |
tree | 64e83a5b1ef1cd49bb1b0f6d5f2976a20b4cceb4 /packages | |
parent | d066db025368a6a4d10d2728395a9a00f1950c6d (diff) | |
parent | e05cd2248d7d133aec7f230fa70fd7142d54223d (diff) |
merge of '08136d5064fb99224b41d7d2c341f887c04a9f13'
and 'a3369ab4720700b0631cc1b56b85ae78f98ef76f'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/slugos-image.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index 9ef1e6ee88..551484e71b 100644 --- a/packages/images/slugos-image.bb +++ b/packages/images/slugos-image.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Generic SlugOS image" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r37" +PR = "r38" COMPATIBLE_MACHINE = "nslu2" @@ -73,10 +73,7 @@ SLUGOS_SUPPORT ?= "diffutils cpio findutils udev" # kernel-module-netconsole is here because it is small and is # highly useful on minimal systems (which really don't have anywhere # other than the network to output error messages!) -SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole \ - kernel-module-ixp4xx-qmgr kernel-module-ixp4xx-npe \ - kernel-module-ixp4xx-mac kernel-module-mii \ - " +SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole" RDEPENDS = "kernel ixp4xx-npe \ base-files base-passwd netbase \ |