diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-11 07:18:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-11 07:18:34 +0000 |
commit | dbd1a76089b2b95b9c57fff7dd7d22c67a93a4e3 (patch) | |
tree | 7234291c163f9422814908cff50e2f24f5c6f2ca /files/device_table-openslug.txt | |
parent | 47bb3895991dd77781dee8274159b032ebbc6b31 (diff) |
openslug, ucslugc: convert to use slugos.conf
- All the openslug/ucslugc specific .bb files are converted in this
- change to use generic 'slugos' files with the required configuration
- in openslug.conf or ucslugc.conf. This unifies the image and package
- build stuff. Old targets should continue to work as the slugos
- .bb files PROVIDE the required targets.
Diffstat (limited to 'files/device_table-openslug.txt')
-rw-r--r-- | files/device_table-openslug.txt | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/files/device_table-openslug.txt b/files/device_table-openslug.txt deleted file mode 100644 index 6cfc5fc5e0..0000000000 --- a/files/device_table-openslug.txt +++ /dev/null @@ -1,41 +0,0 @@ -# <path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> -# /dev/mem c 640 0 0 1 1 0 0 - -# f A regular file -# d Directory -# c Character special device file -# b Block special device file -# p Fifo (named pipe) -/dev d 755 0 0 - - - - - -/dev/buzzer c 660 0 0 62 0 - - - -/dev/console c 622 0 0 5 1 - - - -/dev/cua c 622 0 0 5 64 0 1 2 -/dev/flash d 755 0 0 - - - - - -/dev/flash/config c 644 0 0 90 6 - - - -/dev/ipsec c 644 0 0 36 10 - - - -/dev/kmem c 640 0 0 1 2 - - - -/dev/leds c 660 0 0 126 0 - - - -/dev/mem c 640 0 0 1 1 - - - -/dev/mtd c 664 0 0 90 0 0 2 4 -/dev/mtdblock b 644 0 0 31 0 0 1 4 -/dev/mtdr c 664 0 0 90 0 1 2 4 -/dev/null c 666 0 0 1 3 - - - -/dev/pbuttons c 660 0 0 61 0 - - - -/dev/ppp c 644 0 0 108 0 - - - -/dev/ptyp c 644 0 0 2 0 0 1 10 -/dev/ram b 644 0 0 1 0 0 1 4 -/dev/random c 644 0 0 1 8 - - - -/dev/rbuttons c 660 0 0 60 0 - - - -/dev/rtc c 644 0 0 10 135 - - - -/dev/sda b 664 0 0 8 0 - - - -/dev/sda b 664 0 0 8 1 1 1 10 -/dev/sdb b 664 0 0 8 16 - - - -/dev/sdb b 664 0 0 8 17 1 1 5 -/dev/sdc b 664 0 0 8 32 - - - -/dev/sdc b 664 0 0 8 33 1 1 5 -/dev/tty c 666 0 0 5 0 - - - -/dev/tty c 644 0 0 4 0 0 1 10 -/dev/ttyS c 644 0 0 4 64 0 1 2 -/dev/ttyp c 644 0 0 3 0 0 1 10 -/dev/urandom c 644 0 0 1 9 - - - -/dev/zero c 666 0 0 1 5 - - - -/bin/tinylogin f 6755 0 0 - - - - - |