BBルータ解剖
 
PCI BRC-AP04

個人的な雑感

ルータ機能以外は同時に発売された BRC-14V, BRC-W14V と機能が似ています。 ファームウェアを無理やり入れれば、 BRC-W14V と同等の機能になるかもしれません。 NAS として利用できるなど、機能豊富のアクセスポイントですので、BBルータでは ないですが、ここに載せることにしました。2005.4.5

CPU と OS

web page には、 IXP420-266MHz 搭載、とあります。 OS はファームウェアから、

Linux version 2.4.21openrg-rmk1

とあり、 Linux で動作しているようです。


アップデートファームの取り出し
確認ファーム Version : 3.7.34

PCI のページからファームウェアをダウンロードしてきます。 このファイル brcap04_3734.zip を解凍すると、

brcap04_3734.rmt
readme.txt
release.txt

の3つのファイルが取り出せます。この brcap04_3734.rmt をさらに分解します。

dd if=brcap04_3734.rmt of=image.gz bs=1 skip=12284 count=6493787
zcat image.gz > image

取り出したファイルの前半は kernel 周りのファイルです。後半は cramfs のファイル です。このファイルを取り出します。

dd if=image of=image.fs bs=1 skip=1589248

kernel 周りは、strings コマンドなどで眺めます。
取り出したファイル、 image.fs をマウントします。

mount -o loop image.fs /mnt/loop1

のような感じです。 image.fs の tree 結果を以下につけます。
[toyota@kashyyyk]% tree
.
|-- bin
|   |-- arp
|   |-- brctl
|   |-- busybox
|   |-- dosfsck
|   |-- e2fsck
|   |-- fuser
|   |-- hotplug
|   |-- init
|   |-- lpc
|   |-- lpd
|   |-- lpq
|   |-- lpr
|   |-- lprm
|   |-- mkdosfs
|   |-- mke2fs
|   |-- nmbd
|   |-- openrg
|   |-- sfdisk
|   `-- smbd
|-- etc
|   |-- hhl-arch
|   |-- hosts
|   |-- inetd.conf
|   |-- lpd.conf
|   |-- lpd.perms
|   |-- modules.conf
|   |-- nsswitch.conf
|   |-- protocols
|   |-- resolv.conf
|   |-- rpc
|   |-- services
|   `-- termcap
|-- home
|   `-- httpd
|       `-- html
|           `-- images
|               |-- add.gif
|               |-- apply.gif
|               |-- border_left.gif
|               |-- border_left_1.gif
|               |-- border_left_2.gif
|               |-- border_lower_1.gif
|               |-- border_lower_2.gif
|               |-- border_lower_3_off.gif
|               |-- border_mid.gif
|               |-- border_right.gif
|               |-- border_right_1.gif
|               |-- border_upper_1.gif
|               |-- border_upper_3.gif
|               |-- border_upper_4_1.gif
|               |-- border_upper_4_2.gif
|               |-- border_upper_5_bottom.gif
|               |-- border_upper_5_middle.gif
|               |-- border_upper_5_top.gif
|               |-- br0.gif
|               |-- butt_center.gif
|               |-- butt_left.gif
|               |-- butt_right.gif
|               |-- cancel.gif
|               |-- close.gif
|               |-- cog_wheel.gif
|               |-- conn-bridge.gif
|               |-- conn-eth.gif
|               |-- conn-line.gif
|               |-- conn-up.gif
|               |-- conn-usb.gif
|               |-- conn-wire-line.gif
|               |-- delete.gif
|               |-- edit.gif
|               |-- empty.gif
|               |-- error.gif
|               |-- globe.gif
|               |-- harddrives.gif
|               |-- host_on.gif
|               |-- hourglass.gif
|               |-- last_row_end_wire.gif
|               |-- line-color.gif
|               |-- line-hostdiscnnt.gif
|               |-- local_server.gif
|               |-- minus.gif
|               |-- nav_left_bottom.gif
|               |-- nav_left_middle.gif
|               |-- nav_left_top.gif
|               |-- nav_middle_bottom.gif
|               |-- nav_middle_top.gif
|               |-- nav_right_bottom.gif
|               |-- nav_right_middle.gif
|               |-- nav_right_top.gif
|               |-- ok.gif
|               |-- openrg_logo.gif
|               |-- page_about.gif
|               |-- page_admin_restart.gif
|               |-- page_admin_restore_defaults.gif
|               |-- page_admin_set_time.gif
|               |-- page_admin_tech_info.gif
|               |-- page_advanced.gif
|               |-- page_bridge.gif
|               |-- page_conn.gif
|               |-- page_dhcps.gif
|               |-- page_diag.gif
|               |-- page_dmz.gif
|               |-- page_dns.gif
|               |-- page_eth.gif
|               |-- page_local_servers.gif
|               |-- page_login.gif
|               |-- page_mac.gif
|               |-- page_man_upgrade.gif
|               |-- page_monitoring.gif
|               |-- page_network.gif
|               |-- page_new_conn.gif
|               |-- page_printer.gif
|               |-- page_route.gif
|               |-- page_settings.gif
|               |-- page_upgrade.gif
|               |-- page_usb.gif
|               |-- page_users.gif
|               |-- page_wlan.gif
|               |-- page_wlan_11g.gif
|               |-- plus.gif
|               |-- row_end_wire.gif
|               |-- short-line.gif
|               |-- sidebar_advanced.gif
|               |-- sidebar_bg.gif
|               |-- sidebar_conns.gif
|               |-- sidebar_home.gif
|               |-- sidebar_logout.gif
|               |-- sidebar_monitoring.gif
|               |-- sidebar_quick.gif
|               |-- sidebar_wizard.gif
|               |-- sidebar_wlan.gif
|               |-- sidebar_wlan_11g.gif
|               |-- tab_bg.gif
|               |-- tab_bg_sel.gif
|               |-- tab_left.gif
|               |-- tab_left_sel.gif
|               |-- tab_mid.gif
|               |-- tab_mid_left_sel.gif
|               |-- tab_mid_right_sel.gif
|               |-- tab_right.gif
|               |-- tab_right_sel.gif
|               |-- tab_sep.gif
|               |-- test.gif
|               |-- trim_left.gif
|               |-- vertical-line.gif
|               |-- vol_active.gif
|               `-- vol_inactive.gif
`-- lib
    |-- ld-linux.so.2
    |-- libc.so.6
    |-- libcrypt.so.1
    |-- libcrypto.so
    |-- libdl.so.2
    |-- libgmp.so.2.0.2
    |-- libm.so.6
    |-- libnsl.so.1
    |-- libnss_dns.so.2
    |-- libnss_files.so.2
    |-- libopenrg.so
    |-- libopenrg_gpl.so
    |-- libresolv.so.2
    |-- libssl.so
    |-- libutil.so.1
    `-- modules
        |-- adm6996_mod.o
        |-- at93cxx_mod.o
        |-- atheros_pci_g.o
        |-- bridge.o
        |-- btn.o
        |-- codeletHss.o
        |-- csr.o
        |-- ehci-hcd.o
        |-- ixp425_csr_init_mod.o
        |-- ixp425_eth_mod.o
        |-- ixp425_flash_mod.o
        |-- kleds_mod.o
        |-- kos_lib.o
        |-- krgldr_module.o
        |-- log_chardev.o
        |-- rg_bridge.o
        |-- rg_dhcp_pktfil.o
        |-- rg_ipv4.o
        |-- tcp_mss.o
        |-- usb-storage.o
        `-- usb-uhci.o

8 directories, 177 files

楽しそうなファイルはなさそうです。



アップデートファームの取り出し
確認ファーム Version : 3.7.36

PCI のページからファームウェアをダウンロードしてきます。 このファイル brc-ap04_v3736.zip を解凍すると、

brcap04_3736.rmt
readme.txt
release.txt

の3つのファイルが取り出せます。この brcap04_3736.rmt をさらに分解します。

[root@test]# dd if=brcap04_3736.rmt of=image.gz bs=1 skip=11532 count=6605918
[root@test]# gunzip image.gz

取り出したファイルの前半は kernel 周りのファイルです。kernel は arm 用のもので、 バージョンは以下のようなもののようです。

Linux version 2.4.21openrg-rmk1#2 2005年 10月 31日 月曜日 16:28:53 JST

後半部分は ramdisk のイメージと cramfs のイメージのようなので、まずは ramdisk のイメージを取り出してみます。
[root@test]# dd if=image of=rd.img.gz bs=1 skip=1511424 count=34137
[root@test]# gunzip rd.img.gz
[root@test]# ls -l rd.img
-rw-r--r-- 1 toyota toyota 16777216 1月 6 01:45 rd.img

と、取り出したファイルはちょうど 16M で、ramdisk は 16M のようです。 このファイルは ext2 フォーマットなので、そのままマウントできます。
[root@test]# mount -o loop rd.img /mnt

中身を見たのですが、実態のないファイルしかなく、面白いものは見つかりませんでした。 どのくらい中身がないかと言うと、 df の結果でわかります。

[root@test]# df -k /mnt
Filesystem 1K-ブロック 使用 使用可 使用% マウント位置
/home/toyota/brc-ap04_v3736/rd.img
15863 56 14988 1% /mnt


このファイルシステムは /tmp や /var のためのもののようです。 一応、tree の結果を最後につけます。
次に cramfs の方を取り出します。

[root@test]# dd if=image of=cramfs bs=1 skip=1548288

こんな感じで取り出せます。早速 mount してみました。

[root@test]# mount -o loop rd.img /mnt

中を見てみました。/bin/init は /bin/openrg を呼び出しているだけようで、 サイズは 4k とかなり小さいです。この openrg は中に UCD-SNMP の source を 含んでいたり、web サーバの機能を持っていたりと、色々なことをやらせているようです。 それ以外には Samba(smbd/nmbd) を使っているようで、version 3.0.1 のようです。 こちらの tree の結果も、最後に付けます。

[root@test]# tree
.
|-- bin
|   |-- ar5kdot1xd -> /mnt/cramfs//bin/ar5kdot1xd
|   |-- arp -> /mnt/cramfs//bin/arp
|   |-- brctl -> /mnt/cramfs//bin/brctl
|   |-- busybox -> /mnt/cramfs//bin/busybox
|   |-- cat -> /mnt/cramfs/bin/busybox
|   |-- chgrp -> /mnt/cramfs/bin/busybox
|   |-- chmod -> /mnt/cramfs/bin/busybox
|   |-- chown -> /mnt/cramfs/bin/busybox
|   |-- cp -> /mnt/cramfs/bin/busybox
|   |-- date -> /mnt/cramfs/bin/busybox
|   |-- df -> /mnt/cramfs/bin/busybox
|   |-- dosfsck -> /mnt/cramfs//bin/dosfsck
|   |-- du -> /mnt/cramfs/bin/busybox
|   |-- e2fsck -> /mnt/cramfs//bin/e2fsck
|   |-- echo -> /mnt/cramfs/bin/busybox
|   |-- fuser -> /mnt/cramfs//bin/fuser
|   |-- grep -> /mnt/cramfs/bin/busybox
|   |-- gunzip -> /mnt/cramfs/bin/busybox
|   |-- gzip -> /mnt/cramfs/bin/busybox
|   |-- head -> /mnt/cramfs/bin/busybox
|   |-- hotplug -> /mnt/cramfs//bin/hotplug
|   |-- ifconfig -> /mnt/cramfs/bin/busybox
|   |-- init -> /mnt/cramfs//bin/init
|   |-- insmod -> /mnt/cramfs/bin/busybox
|   |-- iwconfig -> /mnt/cramfs//bin/iwconfig
|   |-- iwlist -> /mnt/cramfs//bin/iwlist
|   |-- iwpriv -> /mnt/cramfs//bin/iwpriv
|   |-- kill -> /mnt/cramfs/bin/busybox
|   |-- killall -> /mnt/cramfs/bin/busybox
|   |-- ln -> /mnt/cramfs/bin/busybox
|   |-- lpc -> /mnt/cramfs//bin/lpc
|   |-- lpd -> /mnt/cramfs//bin/lpd
|   |-- lpq -> /mnt/cramfs//bin/lpq
|   |-- lpr -> /mnt/cramfs//bin/lpr
|   |-- lprm -> /mnt/cramfs//bin/lprm
|   |-- ls -> /mnt/cramfs/bin/busybox
|   |-- lsmod -> /mnt/cramfs/bin/busybox
|   |-- mkdir -> /mnt/cramfs/bin/busybox
|   |-- mkdosfs -> /mnt/cramfs//bin/mkdosfs
|   |-- mke2fs -> /mnt/cramfs//bin/mke2fs
|   |-- mknod -> /mnt/cramfs/bin/busybox
|   |-- more -> /mnt/cramfs/bin/busybox
|   |-- mount -> /mnt/cramfs/bin/busybox
|   |-- mv -> /mnt/cramfs/bin/busybox
|   |-- nmbd -> /mnt/cramfs//bin/nmbd
|   |-- openrg -> /mnt/cramfs//bin/openrg
|   |-- ping -> /mnt/cramfs/bin/busybox
|   |-- ps -> /mnt/cramfs/bin/busybox
|   |-- pwd -> /mnt/cramfs/bin/busybox
|   |-- rm -> /mnt/cramfs/bin/busybox
|   |-- rmdir -> /mnt/cramfs/bin/busybox
|   |-- rmmod -> /mnt/cramfs/bin/busybox
|   |-- route -> /mnt/cramfs/bin/busybox
|   |-- sfdisk -> /mnt/cramfs//bin/sfdisk
|   |-- sh -> /mnt/cramfs/bin/busybox
|   |-- smbd -> /mnt/cramfs//bin/smbd
|   |-- sort -> /mnt/cramfs/bin/busybox
|   |-- stty -> /mnt/cramfs/bin/busybox
|   |-- sync -> /mnt/cramfs/bin/busybox
|   |-- tail -> /mnt/cramfs/bin/busybox
|   |-- tar -> /mnt/cramfs/bin/busybox
|   |-- tftp -> /mnt/cramfs/bin/busybox
|   |-- touch -> /mnt/cramfs/bin/busybox
|   |-- umount -> /mnt/cramfs/bin/busybox
|   |-- usleep -> /mnt/cramfs/bin/busybox
|   `-- zcat -> /mnt/cramfs/bin/busybox
|-- dev
|   |-- chardev
|   |-- console -> /dev/ttyS1
|   |-- cua0
|   |-- fb0
|   |-- fb0H1440
|   |-- fb1
|   |-- fb2
|   |-- fb3
|   |-- fd0
|   |-- full
|   |-- hda
|   |-- hda1
|   |-- hda2
|   |-- hda3
|   |-- hda4
|   |-- hda5
|   |-- hda6
|   |-- hda7
|   |-- hda8
|   |-- hdb
|   |-- hdb1
|   |-- hdb2
|   |-- hdb3
|   |-- hdb4
|   |-- hdb5
|   |-- hdb6
|   |-- hdb7
|   |-- hdb8
|   |-- hdc
|   |-- hdc1
|   |-- hdc2
|   |-- hdc3
|   |-- hdc4
|   |-- hdc5
|   |-- hdc6
|   |-- hdc7
|   |-- hdc8
|   |-- hdd
|   |-- hdd1
|   |-- hdd2
|   |-- hdd3
|   |-- hdd4
|   |-- hdd5
|   |-- hdd6
|   |-- hdd7
|   |-- hdd8
|   |-- kmem
|   |-- loop0
|   |-- loop1
|   |-- mem
|   |-- mtd0
|   |-- mtd1
|   |-- mtd2
|   |-- mtd3
|   |-- mtd_rgconf0 -> mtdblock1
|   |-- mtd_rgconf1 -> mtdblock2
|   |-- mtdblock0
|   |-- mtdblock1
|   |-- mtdblock2
|   |-- mtdblock3
|   |-- mtdr0
|   |-- mtdr1
|   |-- mtdr2
|   |-- mtdr3
|   |-- null
|   |-- nvram
|   |-- openrg.hw_buttons
|   |-- phone0
|   |-- phone1
|   |-- phone10
|   |-- phone11
|   |-- phone12
|   |-- phone13
|   |-- phone14
|   |-- phone15
|   |-- phone2
|   |-- phone3
|   |-- phone4
|   |-- phone5
|   |-- phone6
|   |-- phone7
|   |-- phone8
|   |-- phone9
|   |-- port
|   |-- ptyp0
|   |-- ptyp1
|   |-- ptyp2
|   |-- ptyp3
|   |-- ptyp4
|   |-- ptyp5
|   |-- ptyp6
|   |-- ptyp7
|   |-- ptyp8
|   |-- ptyp9
|   |-- ptypa
|   |-- ptypb
|   |-- ptypc
|   |-- ptypd
|   |-- ptype
|   |-- ptypf
|   |-- ptyq0
|   |-- ptyq1
|   |-- ptyq2
|   |-- ptyq3
|   |-- ptyq4
|   |-- ptyq5
|   |-- ptyq6
|   |-- ptyq7
|   |-- ptyq8
|   |-- ptyq9
|   |-- ptyqa
|   |-- ptyqb
|   |-- ptyqc
|   |-- ptyqd
|   |-- ptyqe
|   |-- ptyqf
|   |-- ptyr0
|   |-- ptyr1
|   |-- ptyr2
|   |-- ptyr3
|   |-- ptyr4
|   |-- ptyr5
|   |-- ptyr6
|   |-- ptyr7
|   |-- ptyr8
|   |-- ptyr9
|   |-- ptyra
|   |-- ptyrb
|   |-- ptyrc
|   |-- ptyrd
|   |-- ptyre
|   |-- ptyrf
|   |-- ptys0
|   |-- ptys1
|   |-- ptys2
|   |-- ptys3
|   |-- ptys4
|   |-- ptys5
|   |-- ptys6
|   |-- ptys7
|   |-- ptys8
|   |-- ptys9
|   |-- ptysa
|   |-- ptysb
|   |-- ptysc
|   |-- ptysd
|   |-- ptyse
|   |-- ptysf
|   |-- ram0
|   |-- ram1
|   |-- ram2
|   |-- ram3
|   |-- random
|   |-- rg_chrdev
|   |-- rtc
|   |-- sda
|   |-- sda1
|   |-- sda10
|   |-- sda11
|   |-- sda12
|   |-- sda13
|   |-- sda14
|   |-- sda15
|   |-- sda2
|   |-- sda3
|   |-- sda4
|   |-- sda5
|   |-- sda6
|   |-- sda7
|   |-- sda8
|   |-- sda9
|   |-- sdaa
|   |-- sdaa1
|   |-- sdaa10
|   |-- sdaa11
|   |-- sdaa12
|   |-- sdaa13
|   |-- sdaa14
|   |-- sdaa15
|   |-- sdaa2
|   |-- sdaa3
|   |-- sdaa4
|   |-- sdaa5
|   |-- sdaa6
|   |-- sdaa7
|   |-- sdaa8
|   |-- sdaa9
|   |-- sdab
|   |-- sdab1
|   |-- sdab10
|   |-- sdab11
|   |-- sdab12
|   |-- sdab13
|   |-- sdab14
|   |-- sdab15
|   |-- sdab2
|   |-- sdab3
|   |-- sdab4
|   |-- sdab5
|   |-- sdab6
|   |-- sdab7
|   |-- sdab8
|   |-- sdab9
|   |-- sdac
|   |-- sdac1
|   |-- sdac10
|   |-- sdac11
|   |-- sdac12
|   |-- sdac13
|   |-- sdac14
|   |-- sdac15
|   |-- sdac2
|   |-- sdac3
|   |-- sdac4
|   |-- sdac5
|   |-- sdac6
|   |-- sdac7
|   |-- sdac8
|   |-- sdac9
|   |-- sdad
|   |-- sdad1
|   |-- sdad10
|   |-- sdad11
|   |-- sdad12
|   |-- sdad13
|   |-- sdad14
|   |-- sdad15
|   |-- sdad2
|   |-- sdad3
|   |-- sdad4
|   |-- sdad5
|   |-- sdad6
|   |-- sdad7
|   |-- sdad8
|   |-- sdad9
|   |-- sdae
|   |-- sdae1
|   |-- sdae10
|   |-- sdae11
|   |-- sdae12
|   |-- sdae13
|   |-- sdae14
|   |-- sdae15
|   |-- sdae2
|   |-- sdae3
|   |-- sdae4
|   |-- sdae5
|   |-- sdae6
|   |-- sdae7
|   |-- sdae8
|   |-- sdae9
|   |-- sdaf
|   |-- sdaf1
|   |-- sdaf10
|   |-- sdaf11
|   |-- sdaf12
|   |-- sdaf13
|   |-- sdaf14
|   |-- sdaf15
|   |-- sdaf2
|   |-- sdaf3
|   |-- sdaf4
|   |-- sdaf5
|   |-- sdaf6
|   |-- sdaf7
|   |-- sdaf8
|   |-- sdaf9
|   |-- sdb
|   |-- sdb1
|   |-- sdb10
|   |-- sdb11
|   |-- sdb12
|   |-- sdb13
|   |-- sdb14
|   |-- sdb15
|   |-- sdb2
|   |-- sdb3
|   |-- sdb4
|   |-- sdb5
|   |-- sdb6
|   |-- sdb7
|   |-- sdb8
|   |-- sdb9
|   |-- sdc
|   |-- sdc1
|   |-- sdc10
|   |-- sdc11
|   |-- sdc12
|   |-- sdc13
|   |-- sdc14
|   |-- sdc15
|   |-- sdc2
|   |-- sdc3
|   |-- sdc4
|   |-- sdc5
|   |-- sdc6
|   |-- sdc7
|   |-- sdc8
|   |-- sdc9
|   |-- sdd
|   |-- sdd1
|   |-- sdd10
|   |-- sdd11
|   |-- sdd12
|   |-- sdd13
|   |-- sdd14
|   |-- sdd15
|   |-- sdd2
|   |-- sdd3
|   |-- sdd4
|   |-- sdd5
|   |-- sdd6
|   |-- sdd7
|   |-- sdd8
|   |-- sdd9
|   |-- sde
|   |-- sde1
|   |-- sde10
|   |-- sde11
|   |-- sde12
|   |-- sde13
|   |-- sde14
|   |-- sde15
|   |-- sde2
|   |-- sde3
|   |-- sde4
|   |-- sde5
|   |-- sde6
|   |-- sde7
|   |-- sde8
|   |-- sde9
|   |-- sdf
|   |-- sdf1
|   |-- sdf10
|   |-- sdf11
|   |-- sdf12
|   |-- sdf13
|   |-- sdf14
|   |-- sdf15
|   |-- sdf2
|   |-- sdf3
|   |-- sdf4
|   |-- sdf5
|   |-- sdf6
|   |-- sdf7
|   |-- sdf8
|   |-- sdf9
|   |-- sdg
|   |-- sdg1
|   |-- sdg10
|   |-- sdg11
|   |-- sdg12
|   |-- sdg13
|   |-- sdg14
|   |-- sdg15
|   |-- sdg2
|   |-- sdg3
|   |-- sdg4
|   |-- sdg5
|   |-- sdg6
|   |-- sdg7
|   |-- sdg8
|   |-- sdg9
|   |-- sdh
|   |-- sdh1
|   |-- sdh10
|   |-- sdh11
|   |-- sdh12
|   |-- sdh13
|   |-- sdh14
|   |-- sdh15
|   |-- sdh2
|   |-- sdh3
|   |-- sdh4
|   |-- sdh5
|   |-- sdh6
|   |-- sdh7
|   |-- sdh8
|   |-- sdh9
|   |-- sdi
|   |-- sdi1
|   |-- sdi10
|   |-- sdi11
|   |-- sdi12
|   |-- sdi13
|   |-- sdi14
|   |-- sdi15
|   |-- sdi2
|   |-- sdi3
|   |-- sdi4
|   |-- sdi5
|   |-- sdi6
|   |-- sdi7
|   |-- sdi8
|   |-- sdi9
|   |-- sdj
|   |-- sdj1
|   |-- sdj10
|   |-- sdj11
|   |-- sdj12
|   |-- sdj13
|   |-- sdj14
|   |-- sdj15
|   |-- sdj2
|   |-- sdj3
|   |-- sdj4
|   |-- sdj5
|   |-- sdj6
|   |-- sdj7
|   |-- sdj8
|   |-- sdj9
|   |-- sdk
|   |-- sdk1
|   |-- sdk10
|   |-- sdk11
|   |-- sdk12
|   |-- sdk13
|   |-- sdk14
|   |-- sdk15
|   |-- sdk2
|   |-- sdk3
|   |-- sdk4
|   |-- sdk5
|   |-- sdk6
|   |-- sdk7
|   |-- sdk8
|   |-- sdk9
|   |-- sdl
|   |-- sdl1
|   |-- sdl10
|   |-- sdl11
|   |-- sdl12
|   |-- sdl13
|   |-- sdl14
|   |-- sdl15
|   |-- sdl2
|   |-- sdl3
|   |-- sdl4
|   |-- sdl5
|   |-- sdl6
|   |-- sdl7
|   |-- sdl8
|   |-- sdl9
|   |-- sdm
|   |-- sdm1
|   |-- sdm10
|   |-- sdm11
|   |-- sdm12
|   |-- sdm13
|   |-- sdm14
|   |-- sdm15
|   |-- sdm2
|   |-- sdm3
|   |-- sdm4
|   |-- sdm5
|   |-- sdm6
|   |-- sdm7
|   |-- sdm8
|   |-- sdm9
|   |-- sdn
|   |-- sdn1
|   |-- sdn10
|   |-- sdn11
|   |-- sdn12
|   |-- sdn13
|   |-- sdn14
|   |-- sdn15
|   |-- sdn2
|   |-- sdn3
|   |-- sdn4
|   |-- sdn5
|   |-- sdn6
|   |-- sdn7
|   |-- sdn8
|   |-- sdn9
|   |-- sdo
|   |-- sdo1
|   |-- sdo10
|   |-- sdo11
|   |-- sdo12
|   |-- sdo13
|   |-- sdo14
|   |-- sdo15
|   |-- sdo2
|   |-- sdo3
|   |-- sdo4
|   |-- sdo5
|   |-- sdo6
|   |-- sdo7
|   |-- sdo8
|   |-- sdo9
|   |-- sdp
|   |-- sdp1
|   |-- sdp10
|   |-- sdp11
|   |-- sdp12
|   |-- sdp13
|   |-- sdp14
|   |-- sdp15
|   |-- sdp2
|   |-- sdp3
|   |-- sdp4
|   |-- sdp5
|   |-- sdp6
|   |-- sdp7
|   |-- sdp8
|   |-- sdp9
|   |-- sdq
|   |-- sdq1
|   |-- sdq10
|   |-- sdq11
|   |-- sdq12
|   |-- sdq13
|   |-- sdq14
|   |-- sdq15
|   |-- sdq2
|   |-- sdq3
|   |-- sdq4
|   |-- sdq5
|   |-- sdq6
|   |-- sdq7
|   |-- sdq8
|   |-- sdq9
|   |-- sdr
|   |-- sdr1
|   |-- sdr10
|   |-- sdr11
|   |-- sdr12
|   |-- sdr13
|   |-- sdr14
|   |-- sdr15
|   |-- sdr2
|   |-- sdr3
|   |-- sdr4
|   |-- sdr5
|   |-- sdr6
|   |-- sdr7
|   |-- sdr8
|   |-- sdr9
|   |-- sds
|   |-- sds1
|   |-- sds10
|   |-- sds11
|   |-- sds12
|   |-- sds13
|   |-- sds14
|   |-- sds15
|   |-- sds2
|   |-- sds3
|   |-- sds4
|   |-- sds5
|   |-- sds6
|   |-- sds7
|   |-- sds8
|   |-- sds9
|   |-- sdt
|   |-- sdt1
|   |-- sdt10
|   |-- sdt11
|   |-- sdt12
|   |-- sdt13
|   |-- sdt14
|   |-- sdt15
|   |-- sdt2
|   |-- sdt3
|   |-- sdt4
|   |-- sdt5
|   |-- sdt6
|   |-- sdt7
|   |-- sdt8
|   |-- sdt9
|   |-- sdu
|   |-- sdu1
|   |-- sdu10
|   |-- sdu11
|   |-- sdu12
|   |-- sdu13
|   |-- sdu14
|   |-- sdu15
|   |-- sdu2
|   |-- sdu3
|   |-- sdu4
|   |-- sdu5
|   |-- sdu6
|   |-- sdu7
|   |-- sdu8
|   |-- sdu9
|   |-- sdv
|   |-- sdv1
|   |-- sdv10
|   |-- sdv11
|   |-- sdv12
|   |-- sdv13
|   |-- sdv14
|   |-- sdv15
|   |-- sdv2
|   |-- sdv3
|   |-- sdv4
|   |-- sdv5
|   |-- sdv6
|   |-- sdv7
|   |-- sdv8
|   |-- sdv9
|   |-- sdw
|   |-- sdw1
|   |-- sdw10
|   |-- sdw11
|   |-- sdw12
|   |-- sdw13
|   |-- sdw14
|   |-- sdw15
|   |-- sdw2
|   |-- sdw3
|   |-- sdw4
|   |-- sdw5
|   |-- sdw6
|   |-- sdw7
|   |-- sdw8
|   |-- sdw9
|   |-- sdx
|   |-- sdx1
|   |-- sdx10
|   |-- sdx11
|   |-- sdx12
|   |-- sdx13
|   |-- sdx14
|   |-- sdx15
|   |-- sdx2
|   |-- sdx3
|   |-- sdx4
|   |-- sdx5
|   |-- sdx6
|   |-- sdx7
|   |-- sdx8
|   |-- sdx9
|   |-- sdy
|   |-- sdy1
|   |-- sdy10
|   |-- sdy11
|   |-- sdy12
|   |-- sdy13
|   |-- sdy14
|   |-- sdy15
|   |-- sdy2
|   |-- sdy3
|   |-- sdy4
|   |-- sdy5
|   |-- sdy6
|   |-- sdy7
|   |-- sdy8
|   |-- sdy9
|   |-- sdz
|   |-- sdz1
|   |-- sdz10
|   |-- sdz11
|   |-- sdz12
|   |-- sdz13
|   |-- sdz14
|   |-- sdz15
|   |-- sdz2
|   |-- sdz3
|   |-- sdz4
|   |-- sdz5
|   |-- sdz6
|   |-- sdz7
|   |-- sdz8
|   |-- sdz9
|   |-- tpanel
|   |-- tty
|   |-- tty0
|   |-- tty1
|   |-- tty2
|   |-- tty3
|   |-- tty4
|   |-- tty5
|   |-- tty6
|   |-- tty7
|   |-- tty8
|   |-- ttyS0
|   |-- ttyS1
|   |-- ttyUSB0
|   |-- ttyUSB1
|   |-- ttyp0
|   |-- ttyp1
|   |-- ttyp2
|   |-- ttyp3
|   |-- ttyp4
|   |-- ttyp5
|   |-- ttyp6
|   |-- ttyp7
|   |-- ttyp8
|   |-- ttyp9
|   |-- ttypa
|   |-- ttypb
|   |-- ttypc
|   |-- ttypd
|   |-- ttype
|   |-- ttypf
|   |-- ttyq0
|   |-- ttyq1
|   |-- ttyq2
|   |-- ttyq3
|   |-- ttyq4
|   |-- ttyq5
|   |-- ttyq6
|   |-- ttyq7
|   |-- ttyq8
|   |-- ttyq9
|   |-- ttyqa
|   |-- ttyqb
|   |-- ttyqc
|   |-- ttyqd
|   |-- ttyqe
|   |-- ttyqf
|   |-- ttyr0
|   |-- ttyr1
|   |-- ttyr2
|   |-- ttyr3
|   |-- ttyr4
|   |-- ttyr5
|   |-- ttyr6
|   |-- ttyr7
|   |-- ttyr8
|   |-- ttyr9
|   |-- ttyra
|   |-- ttyrb
|   |-- ttyrc
|   |-- ttyrd
|   |-- ttyre
|   |-- ttyrf
|   |-- ttys0
|   |-- ttys1
|   |-- ttys2
|   |-- ttys3
|   |-- ttys4
|   |-- ttys5
|   |-- ttys6
|   |-- ttys7
|   |-- ttys8
|   |-- ttys9
|   |-- ttysa
|   |-- ttysb
|   |-- ttysc
|   |-- ttysd
|   |-- ttyse
|   |-- ttysf
|   |-- ubd0
|   |-- ubd1
|   |-- urandom
|   |-- usblp0
|   |-- usblp1
|   |-- usblp2
|   |-- usblp3
|   |-- usblp4
|   |-- usblp5
|   |-- usblp6
|   |-- usblp7
|   |-- usblp8
|   |-- usblp9
|   |-- vscisdn
|   |-- vsctdm
|   `-- zero
|-- etc
|   |-- hhl-arch -> /mnt/cramfs//etc/hhl-arch
|   |-- hosts -> /mnt/cramfs//etc/hosts
|   |-- inetd.conf -> /mnt/cramfs//etc/inetd.conf
|   |-- lpd.conf -> /mnt/cramfs//etc/lpd.conf
|   |-- lpd.perms -> /mnt/cramfs//etc/lpd.perms
|   |-- modules.conf -> /mnt/cramfs//etc/modules.conf
|   |-- nsswitch.conf -> /mnt/cramfs//etc/nsswitch.conf
|   |-- protocols -> /mnt/cramfs//etc/protocols
|   |-- resolv.conf -> /mnt/cramfs//etc/resolv.conf
|   |-- rpc -> /mnt/cramfs//etc/rpc
|   |-- services -> /mnt/cramfs//etc/services
|   `-- termcap -> /mnt/cramfs//etc/termcap
|-- fstab
|-- home
|   `-- httpd
|       `-- html
|           `-- images
|               |-- add.gif -> /mnt/cramfs//home/httpd/html/images/add.gif
|               |-- apply.gif -> /mnt/cramfs//home/httpd/html/images/apply.gif
|               |-- border_left.gif -> /mnt/cramfs//home/httpd/html/images/border_left.gif
|               |-- border_left_1.gif -> /mnt/cramfs//home/httpd/html/images/border_left_1.gif
|               |-- border_left_2.gif -> /mnt/cramfs//home/httpd/html/images/border_left_2.gif
|               |-- border_lower_1.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_1.gif
|               |-- border_lower_2.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_2.gif
|               |-- border_lower_3_off.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_3_off.gif
|               |-- border_mid.gif -> /mnt/cramfs//home/httpd/html/images/border_mid.gif
|               |-- border_right.gif -> /mnt/cramfs//home/httpd/html/images/border_right.gif
|               |-- border_right_1.gif -> /mnt/cramfs//home/httpd/html/images/border_right_1.gif
|               |-- border_upper_1.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_1.gif
|               |-- border_upper_3.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_3.gif
|               |-- border_upper_4_1.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_4_1.gif
|               |-- border_upper_4_2.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_4_2.gif
|               |-- border_upper_5_bottom.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_bottom.gif
|               |-- border_upper_5_middle.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_middle.gif
|               |-- border_upper_5_top.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_top.gif
|               |-- br0.gif -> /mnt/cramfs//home/httpd/html/images/br0.gif
|               |-- butt_center.gif -> /mnt/cramfs//home/httpd/html/images/butt_center.gif
|               |-- butt_left.gif -> /mnt/cramfs//home/httpd/html/images/butt_left.gif
|               |-- butt_right.gif -> /mnt/cramfs//home/httpd/html/images/butt_right.gif
|               |-- cancel.gif -> /mnt/cramfs//home/httpd/html/images/cancel.gif
|               |-- close.gif -> /mnt/cramfs//home/httpd/html/images/close.gif
|               |-- cog_wheel.gif -> /mnt/cramfs//home/httpd/html/images/cog_wheel.gif
|               |-- conn-bridge.gif -> /mnt/cramfs//home/httpd/html/images/conn-bridge.gif
|               |-- conn-eth.gif -> /mnt/cramfs//home/httpd/html/images/conn-eth.gif
|               |-- conn-line.gif -> /mnt/cramfs//home/httpd/html/images/conn-line.gif
|               |-- conn-up.gif -> /mnt/cramfs//home/httpd/html/images/conn-up.gif
|               |-- conn-usb.gif -> /mnt/cramfs//home/httpd/html/images/conn-usb.gif
|               |-- conn-wire-line.gif -> /mnt/cramfs//home/httpd/html/images/conn-wire-line.gif
|               |-- delete.gif -> /mnt/cramfs//home/httpd/html/images/delete.gif
|               |-- edit.gif -> /mnt/cramfs//home/httpd/html/images/edit.gif
|               |-- empty.gif -> /mnt/cramfs//home/httpd/html/images/empty.gif
|               |-- error.gif -> /mnt/cramfs//home/httpd/html/images/error.gif
|               |-- globe.gif -> /mnt/cramfs//home/httpd/html/images/globe.gif
|               |-- harddrives.gif -> /mnt/cramfs//home/httpd/html/images/harddrives.gif
|               |-- host_on.gif -> /mnt/cramfs//home/httpd/html/images/host_on.gif
|               |-- hourglass.gif -> /mnt/cramfs//home/httpd/html/images/hourglass.gif
|               |-- last_row_end_wire.gif -> /mnt/cramfs//home/httpd/html/images/last_row_end_wire.gif
|               |-- line-color.gif -> /mnt/cramfs//home/httpd/html/images/line-color.gif
|               |-- line-hostdiscnnt.gif -> /mnt/cramfs//home/httpd/html/images/line-hostdiscnnt.gif
|               |-- local_server.gif -> /mnt/cramfs//home/httpd/html/images/local_server.gif
|               |-- minus.gif -> /mnt/cramfs//home/httpd/html/images/minus.gif
|               |-- nav_left_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_bottom.gif
|               |-- nav_left_middle.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_middle.gif
|               |-- nav_left_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_top.gif
|               |-- nav_middle_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_middle_bottom.gif
|               |-- nav_middle_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_middle_top.gif
|               |-- nav_right_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_bottom.gif
|               |-- nav_right_middle.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_middle.gif
|               |-- nav_right_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_top.gif
|               |-- ok.gif -> /mnt/cramfs//home/httpd/html/images/ok.gif
|               |-- openrg_logo.gif -> /mnt/cramfs//home/httpd/html/images/openrg_logo.gif
|               |-- page_about.gif -> /mnt/cramfs//home/httpd/html/images/page_about.gif
|               |-- page_admin_restart.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_restart.gif
|               |-- page_admin_restore_defaults.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_restore_defaults.gif
|               |-- page_admin_set_time.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_set_time.gif
|               |-- page_admin_tech_info.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_tech_info.gif
|               |-- page_advanced.gif -> /mnt/cramfs//home/httpd/html/images/page_advanced.gif
|               |-- page_bridge.gif -> /mnt/cramfs//home/httpd/html/images/page_bridge.gif
|               |-- page_conn.gif -> /mnt/cramfs//home/httpd/html/images/page_conn.gif
|               |-- page_dhcps.gif -> /mnt/cramfs//home/httpd/html/images/page_dhcps.gif
|               |-- page_diag.gif -> /mnt/cramfs//home/httpd/html/images/page_diag.gif
|               |-- page_dmz.gif -> /mnt/cramfs//home/httpd/html/images/page_dmz.gif
|               |-- page_dns.gif -> /mnt/cramfs//home/httpd/html/images/page_dns.gif
|               |-- page_eth.gif -> /mnt/cramfs//home/httpd/html/images/page_eth.gif
|               |-- page_local_servers.gif -> /mnt/cramfs//home/httpd/html/images/page_local_servers.gif
|               |-- page_login.gif -> /mnt/cramfs//home/httpd/html/images/page_login.gif
|               |-- page_mac.gif -> /mnt/cramfs//home/httpd/html/images/page_mac.gif
|               |-- page_man_upgrade.gif -> /mnt/cramfs//home/httpd/html/images/page_man_upgrade.gif
|               |-- page_monitoring.gif -> /mnt/cramfs//home/httpd/html/images/page_monitoring.gif
|               |-- page_network.gif -> /mnt/cramfs//home/httpd/html/images/page_network.gif
|               |-- page_new_conn.gif -> /mnt/cramfs//home/httpd/html/images/page_new_conn.gif
|               |-- page_printer.gif -> /mnt/cramfs//home/httpd/html/images/page_printer.gif
|               |-- page_route.gif -> /mnt/cramfs//home/httpd/html/images/page_route.gif
|               |-- page_settings.gif -> /mnt/cramfs//home/httpd/html/images/page_settings.gif
|               |-- page_upgrade.gif -> /mnt/cramfs//home/httpd/html/images/page_upgrade.gif
|               |-- page_usb.gif -> /mnt/cramfs//home/httpd/html/images/page_usb.gif
|               |-- page_users.gif -> /mnt/cramfs//home/httpd/html/images/page_users.gif
|               |-- page_wlan.gif -> /mnt/cramfs//home/httpd/html/images/page_wlan.gif
|               |-- page_wlan_11g.gif -> /mnt/cramfs//home/httpd/html/images/page_wlan_11g.gif
|               |-- plus.gif -> /mnt/cramfs//home/httpd/html/images/plus.gif
|               |-- row_end_wire.gif -> /mnt/cramfs//home/httpd/html/images/row_end_wire.gif
|               |-- short-line.gif -> /mnt/cramfs//home/httpd/html/images/short-line.gif
|               |-- sidebar_advanced.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_advanced.gif
|               |-- sidebar_bg.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_bg.gif
|               |-- sidebar_conns.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_conns.gif
|               |-- sidebar_home.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_home.gif
|               |-- sidebar_logout.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_logout.gif
|               |-- sidebar_monitoring.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_monitoring.gif
|               |-- sidebar_quick.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_quick.gif
|               |-- sidebar_wizard.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_wizard.gif
|               |-- sidebar_wlan.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_wlan.gif
|               |-- sidebar_wlan_11g.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_wlan_11g.gif
|               |-- tab_bg.gif -> /mnt/cramfs//home/httpd/html/images/tab_bg.gif
|               |-- tab_bg_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_bg_sel.gif
|               |-- tab_left.gif -> /mnt/cramfs//home/httpd/html/images/tab_left.gif
|               |-- tab_left_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_left_sel.gif
|               |-- tab_mid.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid.gif
|               |-- tab_mid_left_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid_left_sel.gif
|               |-- tab_mid_right_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid_right_sel.gif
|               |-- tab_right.gif -> /mnt/cramfs//home/httpd/html/images/tab_right.gif
|               |-- tab_right_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_right_sel.gif
|               |-- tab_sep.gif -> /mnt/cramfs//home/httpd/html/images/tab_sep.gif
|               |-- test.gif -> /mnt/cramfs//home/httpd/html/images/test.gif
|               |-- trim_left.gif -> /mnt/cramfs//home/httpd/html/images/trim_left.gif
|               |-- vertical-line.gif -> /mnt/cramfs//home/httpd/html/images/vertical-line.gif
|               |-- vol_active.gif -> /mnt/cramfs//home/httpd/html/images/vol_active.gif
|               `-- vol_inactive.gif -> /mnt/cramfs//home/httpd/html/images/vol_inactive.gif
|-- lib
|   |-- ld-linux.so.2 -> /mnt/cramfs/lib/ld-linux.so.2
|   |-- libc.so.6 -> /mnt/cramfs/lib/libc.so.6
|   |-- libcrypt.so.1 -> /mnt/cramfs/lib/libcrypt.so.1
|   |-- libcrypto.so -> /mnt/cramfs//lib/libcrypto.so
|   |-- libdl.so.2 -> /mnt/cramfs/lib/libdl.so.2
|   |-- libgmp.so.2 -> libgmp.so.2.0.2
|   |-- libgmp.so.2.0.2 -> /mnt/cramfs//lib/libgmp.so.2.0.2
|   |-- libm.so.6 -> /mnt/cramfs/lib/libm.so.6
|   |-- libnsl.so.1 -> /mnt/cramfs/lib/libnsl.so.1
|   |-- libnss_dns.so.2 -> /mnt/cramfs/lib/libnss_dns.so.2
|   |-- libnss_files.so.2 -> /mnt/cramfs/lib/libnss_files.so.2
|   |-- libopenrg.so -> /mnt/cramfs//lib/libopenrg.so
|   |-- libopenrg_gpl.so -> /mnt/cramfs//lib/libopenrg_gpl.so
|   |-- libresolv.so.2 -> /mnt/cramfs/lib/libresolv.so.2
|   |-- libssl.so -> /mnt/cramfs//lib/libssl.so
|   |-- libutil.so.1 -> /mnt/cramfs/lib/libutil.so.1
|   `-- modules
|       |-- adm6996_mod.o -> /mnt/cramfs//lib/modules/adm6996_mod.o
|       |-- ar5kap_ap.o -> /mnt/cramfs//lib/modules/ar5kap_ap.o
|       |-- at93cxx_mod.o -> /mnt/cramfs//lib/modules/at93cxx_mod.o
|       |-- bridge.o -> /mnt/cramfs//lib/modules/bridge.o
|       |-- btn.o -> /mnt/cramfs//lib/modules/btn.o
|       |-- codeletHss.o -> /mnt/cramfs//lib/modules/codeletHss.o
|       |-- csr.o -> /mnt/cramfs//lib/modules/csr.o
|       |-- ehci-hcd.o -> /mnt/cramfs//lib/modules/ehci-hcd.o
|       |-- ixp425_csr_init_mod.o -> /mnt/cramfs//lib/modules/ixp425_csr_init_mod.o
|       |-- ixp425_eth_mod.o -> /mnt/cramfs//lib/modules/ixp425_eth_mod.o
|       |-- ixp425_flash_mod.o -> /mnt/cramfs//lib/modules/ixp425_flash_mod.o
|       |-- kleds_mod.o -> /mnt/cramfs//lib/modules/kleds_mod.o
|       |-- kos_lib.o -> /mnt/cramfs//lib/modules/kos_lib.o
|       |-- krgldr_module.o -> /mnt/cramfs//lib/modules/krgldr_module.o
|       |-- log_chardev.o -> /mnt/cramfs//lib/modules/log_chardev.o
|       |-- rg_bridge.o -> /mnt/cramfs//lib/modules/rg_bridge.o
|       |-- rg_dhcp_pktfil.o -> /mnt/cramfs//lib/modules/rg_dhcp_pktfil.o
|       |-- rg_ipv4.o -> /mnt/cramfs//lib/modules/rg_ipv4.o
|       |-- tcp_mss.o -> /mnt/cramfs//lib/modules/tcp_mss.o
|       `-- usb-uhci.o -> /mnt/cramfs//lib/modules/usb-uhci.o
|-- lost+found
|-- mnt
|   |-- cramfs
|   |-- flash
|   `-- fs
|-- proc
|-- sbin -> bin
|-- tmp
|-- usr
|   `-- local
|       `-- openrg
|           `-- armv5b-jungo-linux-gnu
|               `-- armv5b-jungo-linux-gnu -> /
`-- var
    |-- lock
    |   `-- subsys
    |-- log
    |-- run
    `-- state
        `-- dhcp

29 directories, 987 files


cramfs
[root@test]# tree
.
|-- bin
|   |-- ar5kdot1xd
|   |-- arp
|   |-- brctl
|   |-- busybox
|   |-- dosfsck
|   |-- e2fsck
|   |-- fuser
|   |-- hotplug
|   |-- init
|   |-- iwconfig
|   |-- iwlist
|   |-- iwpriv
|   |-- lpc
|   |-- lpd
|   |-- lpq
|   |-- lpr
|   |-- lprm
|   |-- mkdosfs
|   |-- mke2fs
|   |-- nmbd
|   |-- openrg
|   |-- sfdisk
|   `-- smbd
|-- etc
|   |-- hhl-arch
|   |-- hosts
|   |-- inetd.conf
|   |-- lpd.conf
|   |-- lpd.perms
|   |-- modules.conf
|   |-- nsswitch.conf
|   |-- protocols
|   |-- resolv.conf
|   |-- rpc
|   |-- services
|   `-- termcap
|-- home
|   `-- httpd
|       `-- html
|           `-- images
|               |-- add.gif
|               |-- apply.gif
|               |-- border_left.gif
|               |-- border_left_1.gif
|               |-- border_left_2.gif
|               |-- border_lower_1.gif
|               |-- border_lower_2.gif
|               |-- border_lower_3_off.gif
|               |-- border_mid.gif
|               |-- border_right.gif
|               |-- border_right_1.gif
|               |-- border_upper_1.gif
|               |-- border_upper_3.gif
|               |-- border_upper_4_1.gif
|               |-- border_upper_4_2.gif
|               |-- border_upper_5_bottom.gif
|               |-- border_upper_5_middle.gif
|               |-- border_upper_5_top.gif
|               |-- br0.gif
|               |-- butt_center.gif
|               |-- butt_left.gif
|               |-- butt_right.gif
|               |-- cancel.gif
|               |-- close.gif
|               |-- cog_wheel.gif
|               |-- conn-bridge.gif
|               |-- conn-eth.gif
|               |-- conn-line.gif
|               |-- conn-up.gif
|               |-- conn-usb.gif
|               |-- conn-wire-line.gif
|               |-- delete.gif
|               |-- edit.gif
|               |-- empty.gif
|               |-- error.gif
|               |-- globe.gif
|               |-- harddrives.gif
|               |-- host_on.gif
|               |-- hourglass.gif
|               |-- last_row_end_wire.gif
|               |-- line-color.gif
|               |-- line-hostdiscnnt.gif
|               |-- local_server.gif
|               |-- minus.gif
|               |-- nav_left_bottom.gif
|               |-- nav_left_middle.gif
|               |-- nav_left_top.gif
|               |-- nav_middle_bottom.gif
|               |-- nav_middle_top.gif
|               |-- nav_right_bottom.gif
|               |-- nav_right_middle.gif
|               |-- nav_right_top.gif
|               |-- ok.gif
|               |-- openrg_logo.gif
|               |-- page_about.gif
|               |-- page_admin_restart.gif
|               |-- page_admin_restore_defaults.gif
|               |-- page_admin_set_time.gif
|               |-- page_admin_tech_info.gif
|               |-- page_advanced.gif
|               |-- page_bridge.gif
|               |-- page_conn.gif
|               |-- page_dhcps.gif
|               |-- page_diag.gif
|               |-- page_dmz.gif
|               |-- page_dns.gif
|               |-- page_eth.gif
|               |-- page_local_servers.gif
|               |-- page_login.gif
|               |-- page_mac.gif
|               |-- page_man_upgrade.gif
|               |-- page_monitoring.gif
|               |-- page_network.gif
|               |-- page_new_conn.gif
|               |-- page_printer.gif
|               |-- page_route.gif
|               |-- page_settings.gif
|               |-- page_upgrade.gif
|               |-- page_usb.gif
|               |-- page_users.gif
|               |-- page_wlan.gif
|               |-- page_wlan_11g.gif
|               |-- plus.gif
|               |-- row_end_wire.gif
|               |-- short-line.gif
|               |-- sidebar_advanced.gif
|               |-- sidebar_bg.gif
|               |-- sidebar_conns.gif
|               |-- sidebar_home.gif
|               |-- sidebar_logout.gif
|               |-- sidebar_monitoring.gif
|               |-- sidebar_quick.gif
|               |-- sidebar_wizard.gif
|               |-- sidebar_wlan.gif
|               |-- sidebar_wlan_11g.gif
|               |-- tab_bg.gif
|               |-- tab_bg_sel.gif
|               |-- tab_left.gif
|               |-- tab_left_sel.gif
|               |-- tab_mid.gif
|               |-- tab_mid_left_sel.gif
|               |-- tab_mid_right_sel.gif
|               |-- tab_right.gif
|               |-- tab_right_sel.gif
|               |-- tab_sep.gif
|               |-- test.gif
|               |-- trim_left.gif
|               |-- vertical-line.gif
|               |-- vol_active.gif
|               `-- vol_inactive.gif
`-- lib
    |-- ld-linux.so.2
    |-- libc.so.6
    |-- libcrypt.so.1
    |-- libcrypto.so
    |-- libdl.so.2
    |-- libgmp.so.2.0.2
    |-- libm.so.6
    |-- libnsl.so.1
    |-- libnss_dns.so.2
    |-- libnss_files.so.2
    |-- libopenrg.so
    |-- libopenrg_gpl.so
    |-- libresolv.so.2
    |-- libssl.so
    |-- libutil.so.1
    `-- modules
        |-- adm6996_mod.o
        |-- ar5kap_ap.o
        |-- at93cxx_mod.o
        |-- bridge.o
        |-- btn.o
        |-- codeletHss.o
        |-- csr.o
        |-- ehci-hcd.o
        |-- ixp425_csr_init_mod.o
        |-- ixp425_eth_mod.o
        |-- ixp425_flash_mod.o
        |-- kleds_mod.o
        |-- kos_lib.o
        |-- krgldr_module.o
        |-- log_chardev.o
        |-- rg_bridge.o
        |-- rg_dhcp_pktfil.o
        |-- rg_ipv4.o
        |-- tcp_mss.o
        `-- usb-uhci.o

8 directories, 180 files

長くなってしまって、すみません。


Team Yokohama X-VACCINE & Tatsuyoshi Networks
もどる