diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 18:18:09 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 18:18:09 +0000 | 
| commit | b0dad998e1fb29eef375ad0b478d92929e7732da (patch) | |
| tree | 5905b1e1034aa8f0eab1f9d9017aecb5af3cf38a | |
| parent | 9bc30ca901be8f01f6dab61ed1c5364d4db08d8e (diff) | |
| download | buildroot-novena-b0dad998e1fb29eef375ad0b478d92929e7732da.tar.gz buildroot-novena-b0dad998e1fb29eef375ad0b478d92929e7732da.zip | |
- add null
| -rw-r--r-- | target/generic/mini_device_table.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/generic/mini_device_table.txt b/target/generic/mini_device_table.txt index e6e8d51bb..5e4cfe628 100644 --- a/target/generic/mini_device_table.txt +++ b/target/generic/mini_device_table.txt @@ -56,7 +56,7 @@  # Normal system devices  #/dev/mem	c	640	0	0	1	1	0	0	-  #/dev/kmem	c	640	0	0	1	2	0	0	- -#/dev/null	c	666	0	0	1	3	0	0	- +/dev/null	c	666	0	0	1	3	0	0	-  #/dev/zero	c	666	0	0	1	5	0	0	-  #/dev/random	c	666	0	0	1	8	0	0	-  #/dev/urandom	c	666	0	0	1	9	0	0	- | 
