diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-12-06 16:10:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-06 16:10:21 +0000 |
commit | 2031ed0948c018ac1d1c0e33eb1e76d2fccb8b38 (patch) | |
tree | a49f573eda5605d67c989da3d8ed29192caafa42 /packages/module-init-tools/module-init-tools_3.2-pre4.bb | |
parent | aa467290637b8d7ac2401d2b89f13ac5c04eef2f (diff) | |
parent | 4cff548ae08c8724bf27ea62c134c8df99cbde14 (diff) |
merge of bb8a3b34208ff63b05eb2b6f77183737b9a38c6a
and efe5ba84574e7ae7e86f7fb34cf883a21c2144bb
Diffstat (limited to 'packages/module-init-tools/module-init-tools_3.2-pre4.bb')
-rw-r--r-- | packages/module-init-tools/module-init-tools_3.2-pre4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/module-init-tools/module-init-tools_3.2-pre4.bb b/packages/module-init-tools/module-init-tools_3.2-pre4.bb index 72ec9c4fb0..41aea223fe 100644 --- a/packages/module-init-tools/module-init-tools_3.2-pre4.bb +++ b/packages/module-init-tools/module-init-tools_3.2-pre4.bb @@ -1,10 +1,9 @@ -DEFAULT_PREFERENCE="-1" DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ the same function that the modutils package serves for Linux 2.4." LICENSE = "GPL" SECTION = "base" -PR = "r1" +PR = "r0" PACKAGES =+ "module-init-tools-insmod-static module-init-tools-depmod" RDEPENDS_${PN} += "module-init-tools-depmod" |