summaryrefslogtreecommitdiff
path: root/packages/meta/openslug-image.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-05-23 18:02:35 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-05-23 18:02:35 +0000
commit4b72cfb3f2a471ece09a87321a790c92cfe6966f (patch)
tree49b8bd2df4c5800fa98a5e20f6def71886227a4f /packages/meta/openslug-image.bb
parent25282cd2b0ad770927943ef428f7f4eca869cb98 (diff)
New /linuxrc boot mechanism
Use "turnup help" to find out how to do turnup now! BKrev: 42921abbPAuC7JcmxHiVNgYZgCeE5A
Diffstat (limited to 'packages/meta/openslug-image.bb')
-rw-r--r--packages/meta/openslug-image.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/meta/openslug-image.bb b/packages/meta/openslug-image.bb
index 5dc3fc4327..8e50c1b40a 100644
--- a/packages/meta/openslug-image.bb
+++ b/packages/meta/openslug-image.bb
@@ -1,4 +1,4 @@
-PR = "r10"
+PR = "r11"
IMAGE_BASENAME = "openslug"
@@ -19,6 +19,7 @@ DEPENDS = "virtual/kernel base-files base-passwd \
# NOTE: file system kernel modules are defined in openslug.conf
# (OPENSLUG_EXTRA_FILESYSTEMS, included in OPENSLUG_EXTRA_INSTALL)
+# kernel-module-af-packet must be in the image for DHCP to work
IPKG_INSTALL = "base-files base-passwd \
busybox dropbear hotplug-ng initscripts netbase \
update-modules sysvinit tinylogin lrzsz portmap \
@@ -27,6 +28,8 @@ IPKG_INSTALL = "base-files base-passwd \
ipkg-collateral ipkg ipkg-link diffutils \
cpio findutils e2fsprogs-mke2fs \
e2fsprogs-fsck e2fsprogs-e2fsck \
+ kernel-module-af-packet \
+ kernel-module-netconsole \
${OPENSLUG_EXTRA_INSTALL}"
inherit image_ipk