From 5ca1ee20e7fdb22499b5dadd2bb511f7a7b08df0 Mon Sep 17 00:00:00 2001
From: Thomas Chou <thomas@wytron.com.tw>
Date: Thu, 13 Dec 2007 13:28:42 +0800
Subject: [PATCH] nios2: add sbin/, usr/bin/, and usr/sbin/ to romfs

User space udev is installed to romfs/sbin/.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>

diff --git a/vendors/Altera/nios2nommu/Makefile b/vendors/Altera/nios2nommu/Makefile
index a2ac239..86a5703 100644
--- a/vendors/Altera/nios2nommu/Makefile
+++ b/vendors/Altera/nios2nommu/Makefile
@@ -4,7 +4,8 @@
 
 KERNELZ  = $(IMAGEDIR)/zImage
 
-ROMFS_DIRS = bin dev etc etc/config etc/default etc/dhcpc home home/ftp home/httpd home/httpd/cgi-bin lib mnt proc usr var sys tmp
+ROMFS_DIRS = bin sbin dev etc home lib mnt proc usr var sys tmp \
+	etc/config etc/default etc/dhcpc home/ftp home/httpd home/httpd/cgi-bin usr/bin usr/sbin
 
 all:
 	dirs=$(DIRS) ; \
-- 
1.5.3.3

