diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 19:15:18 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 19:15:18 +0000 |
commit | 561b04dc8656435625c159a77d39cd95563923d3 (patch) | |
tree | 12bfcdd46ff03645ebb7972b220c5af176d9d168 /conf/distro/openslug.conf | |
parent | 289081ace1d9f300fbe9cec21b05585c5526baef (diff) |
Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded
into giantshoulder.com:/home/tom/dev/openslug/openembedded
2005/02/21 14:14:40-05:00 giantshoulder.com!g2
Fix modutils punchlist issues
BKrev: 421a3346xVeRAw_E-eUn0iYI-1SaCw
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index e1c8c7d741..209764d1c1 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -14,13 +14,13 @@ IMAGE_FSTYPES = "jffs2" OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-nslu2.txt')}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" -OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools mtd-utils" +OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools mtd-utils modutils-initscripts" OPENSLUG_EXTRA_RDEPENDS += "kernel-module-usbnet kernel-module-usbserial \ kernel-module-usbcore kernel-module-usb-storage kernel-module-ohci-hcd \ kernel-module-pegasus kernel-module-p8022 kernel-module-kaweth \ kernel-module-ehci-hcd \ kernel-module-scsi-mod kernel-module-sd-mod kernel-module-ext3 kernel-module-jbd \ -module-init-tools mtd-utils" +module-init-tools mtd-utils modutils-initscripts" OPENSLUG_EXTRA_INSTALL += "${OPENSLUG_EXTRA_RDEPENDS}" |