diff options
author | John Crispin <blogic@openwrt.org> | 2008-05-03 20:12:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-05-03 20:12:43 +0000 |
commit | 081c102742d99713eb9bbc301c39f42fab5ba596 (patch) | |
tree | b30ed208f2963293a54a789467b62dcdcb7560ed /package/base-files | |
parent | 46fb83dd98e91f41279cbf796dab3f841d58cb68 (diff) | |
download | upstream-081c102742d99713eb9bbc301c39f42fab5ba596.tar.gz upstream-081c102742d99713eb9bbc301c39f42fab5ba596.tar.bz2 upstream-081c102742d99713eb9bbc301c39f42fab5ba596.zip |
make etrax serial driver register its device nodes, so we get a console
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11037 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/etc/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index d49942dd79..aa742e298b 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,3 +1,3 @@ -root:!:0:0:root:/root:/bin/ash +root:$1$r0fshFfu$7dJ0hYi8milBwLnv4HFb0/:0:0:root:/root:/bin/ash nobody:*:65534:65534:nobody:/var:/bin/false daemon:*:65534:65534:daemon:/var:/bin/false |