From 7069065ff05ea9e7c9714d521a7d2f9818fe23b6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 9 Feb 2006 16:49:06 +0000 Subject: ep93xx: updates * put some kernel modules in the rootfs * put kernel in deploydir --- conf/machine/ep93xx.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 7eed2b3748..3aac1aad74 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -8,6 +8,13 @@ IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" +#ship in rootfs: +EP93XX_MODULES = "apm \ + pcmcia-core \ + ipv6 " +BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${EP93XX_MODULES}', d)}" +BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" + # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3