Hi Thomas,

Thomas Chou wrote:
The initramfs in the initial kernel build was empty. It should be regenerated 
from romfs dir after modules and user apps installed.

Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>

Applied, thanks.

Regards
Greg



diff --git a/vendors/Altera/nios2nommu/Makefile 
b/vendors/Altera/nios2nommu/Makefile
index cce4d76..798ddd5 100644
--- a/vendors/Altera/nios2nommu/Makefile
+++ b/vendors/Altera/nios2nommu/Makefile
@@ -42,6 +42,8 @@ romfs:
image:
        [ -d $(IMAGEDIR) ] || mkdir -p $(IMAGEDIR)
+       -rm $(ROOTDIR)/$(LINUXDIR)/usr/initramfs_data.cpio.gz
+       LDFLAGS="" $(MAKEARCH_KERNEL) -C $(ROOTDIR)/$(LINUXDIR) $(LINUXTARGET)
        cp $(ROOTDIR)/$(LINUXDIR)/arch/nios2nommu/boot/zImage $(KERNELZ)

--
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to