全部博文(327)
分类: LINUX
2009-11-15 08:29:22
[root@localhost WRT54GL-US_v4.30.11_11]# cd tools
[root@localhost tools]# ll
total 8
drwxr-xr-x 4 2003 2003 4096 2004-04-01 04:53 brcm
-rw-r--r-- 1 2003 2003 181 2004-04-01 02:56 README.TXT
[root@localhost tools]# cat README.TXT
To install the tools:
- copy the brcm/ directory to /opt
- add /opt/brcm/hndtools-mipsel-linux/bin to your path
- add /opt/brcm/hndtools-mipsel-uclibc/bin to your path
[root@localhost tools]# PATH=$PATH:/opt/brcm/hndtools-mipsel-linux/bin:/opt/brcm/hndtools-mipsel-uclibc/bin
[root@localhost tools]# echo $PATH
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/brcm/hndtools-mipsel-linux/bin:/opt/brcm/hndtools-mipsel-uclibc/bin
[root@localhost tools]# ll
total 8
drwxr-xr-x 4 2003 2003 4096 2004-04-01 04:53 brcm
-rw-r--r-- 1 2003 2003 181 2004-04-01 02:56 README.TXT
[root@localhost tools]# ped
-bash: ped: command not found
[root@localhost tools]# pwd
/mnt/tomato/WRT54GL-US_v4.30.11_11/tools
[root@localhost tools]# cd ..
[root@localhost WRT54GL-US_v4.30.11_11]# ll
total 28
-rwxrwxr-x 1 2003 2003 308 2007-09-19 14:10 make_all.sh
-rwxrwxr-x 1 2003 2003 70 2007-08-30 10:55 make.sh
-rwxrwxr-x 1 2003 2003 885 2006-11-15 14:41 README.TXT
drwxr-xr-x 5 2003 2003 4096 2007-07-04 04:46 release
drwxrwxr-x 2 2003 2003 4096 2007-09-19 14:17 Result
drwxrwxr-x 3 2003 2003 4096 2007-03-12 10:32 tools
drwxrwxr-x 4 2003 2003 4096 2007-03-12 10:32 tools-src
[root@localhost WRT54GL-US_v4.30.11_11]# caat README.TXT
-bash: caat: command not found
[root@localhost WRT54GL-US_v4.30.11_11]# cat README.TXT
# Copyright 2001-2003, Broadcom Corporation
# All Rights Reserved.
#
# THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE
#
There are multiple directories provided here. The release directory
contains the router source package. The uClibc directory contains the source
for uClibc. The binary tools required to build are provided as a
convenience.
To build the router:
o Follow the instructions in the tools/ directory to install the toolchain
o Ensure the tools in the release/tools directory are in your path
o cd release/src
o type 'make'
This will create a parallel directory to src called image that contains the
final image.
[root@localhost WRT54GL-US_v4.30.11_11]# ll
total 28
-rwxrwxr-x 1 2003 2003 308 2007-09-19 14:10 make_all.sh
-rwxrwxr-x 1 2003 2003 70 2007-08-30 10:55 make.sh
-rwxrwxr-x 1 2003 2003 885 2006-11-15 14:41 README.TXT
drwxr-xr-x 5 2003 2003 4096 2007-07-04 04:46 release
drwxrwxr-x 2 2003 2003 4096 2007-09-19 14:17 Result
drwxrwxr-x 3 2003 2003 4096 2007-03-12 10:32 tools
drwxrwxr-x 4 2003 2003 4096 2007-03-12 10:32 tools-src
[root@localhost WRT54GL-US_v4.30.11_11]# cd release/
[root@localhost release]# ll
total 12
drwxrwxr-x 2 2003 2003 4096 2007-07-03 10:45 image
drwxrwxr-x 12 2003 2003 4096 2007-08-30 09:18 src
drwxrwxr-x 3 2003 2003 4096 2007-07-03 11:18 tools
[root@localhost release]# cd tools
[root@localhost tools]# ll
total 52
-rwxrwxr-x 1 2003 2003 6772 2007-07-03 09:57 addlang
-rwxrwxr-x 1 2003 2003 6804 2007-07-03 09:57 addpattern
-rwxrwxr-x 1 2003 2003 6900 2007-07-03 09:57 appendfile
-rwxrwxr-x 1 2003 2003 979 2006-08-03 15:08 optimize_lib.sh
drwxrwxr-x 2 2003 2003 4096 2007-07-03 11:19 src
-rwxrwxr-x 1 2003 2003 16397 2006-08-03 15:08 trx
[root@localhost tools]# pwd
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/tools
[root@localhost tools]# cd ..
[root@localhost release]# ll
total 12
drwxrwxr-x 2 2003 2003 4096 2007-07-03 10:45 image
drwxrwxr-x 12 2003 2003 4096 2007-08-30 09:18 src
drwxrwxr-x 3 2003 2003 4096 2007-07-03 11:18 tools
[root@localhost release]# cd src/
[root@localhost src]# ll
total 64
-rw-rw-r-- 1 2003 2003 9392 2007-08-29 17:55 cy_conf.h
-rw-rw-r-- 1 2003 2003 7298 2007-08-29 17:55 cy_conf.mak
drwxrwxr-x 3 2003 2003 4096 2007-07-03 10:46 et
drwxrwxr-x 3 2003 2003 4096 2007-07-03 10:55 et.4702
drwxrwxr-x 4 2003 2003 4096 2007-08-30 09:22 include
drwxrwxr-x 3 2003 2003 4096 2007-07-03 09:57 linux
-rw-rw-r-- 1 2003 2003 2259 2007-07-03 10:12 Makefile
drwxrwxr-x 38 2003 2003 4096 2007-07-03 11:14 router
drwxrwxr-x 3 2003 2003 4096 2007-07-03 09:57 rts
drwxrwxr-x 6 2003 2003 4096 2007-07-03 09:57 shared
drwxrwxr-x 2 2003 2003 4096 2007-07-03 09:56 tmp
drwxrwxr-x 4 2003 2003 4096 2007-07-03 09:57 tools
drwxrwxr-x 4 2003 2003 4096 2007-07-03 09:57 wl
[root@localhost src]# make
make -C router all
make[1]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router'
rm -rf /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/linux.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/vmlinuz /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image
[ ! -d libbcmcrypto ] || make -C libbcmcrypto
[ ! -d nvram ] || make -C nvram
make[2]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/nvram'
mipsel-uclibc-gcc -DBCMWPA2 -I. -I/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/include -Wall -I/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/shared -s -O2 -c -o nvram_linux.o nvram_linux.c
....
make[5]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/et'
mkdir -p /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et/
for f in et.o ; do \
mipsel-linux-objcopy -R __ksymtab -R .comment -R .note -x \
`mipsel-linux-nm $f | cut -f3- -d' ' | sed -n \
-e 's/__module_parm_\(.*\)/-K \1/p' \
-e 's/__ks..tab_\(.*\)/-K \1/p'` \
$f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et/$f ; \
done
make[5]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/et'
make -C et.4702 modules_install
make[5]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/et.4702'
mkdir -p /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et.4702/
for f in 4702et.o ; do \
mipsel-linux-objcopy -R __ksymtab -R .comment -R .note -x \
`mipsel-linux-nm $f | cut -f3- -d' ' | sed -n \
-e 's/__module_parm_\(.*\)/-K \1/p' \
-e 's/__ks..tab_\(.*\)/-K \1/p'` \
$f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et.4702/$f ; \
done
make[5]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/et.4702'
make -C port_based_qos modules_install
make[5]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/port_based_qos'
mkdir -p /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/port_based_qos/
for f in port_based_qos_mod.o ; do \
mipsel-linux-objcopy -R __ksymtab -R .comment -R .note -x \
`mipsel-linux-nm $f | cut -f3- -d' ' | sed -n \
-e 's/__module_parm_\(.*\)/-K \1/p' \
-e 's/__ks..tab_\(.*\)/-K \1/p'` \
$f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/port_based_qos/$f ; \
done
make[5]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/port_based_qos'
make -C wl modules_install
make[5]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/wl'
mkdir -p /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/wl/
for f in wl.o ; do \
mipsel-linux-objcopy -R __ksymtab -R .comment -R .note -x \
`mipsel-linux-nm $f | cut -f3- -d' ' | sed -n \
-e 's/__module_parm_\(.*\)/-K \1/p' \
-e 's/__ks..tab_\(.*\)/-K \1/p'` \
$f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/wl/$f ; \
done
make[5]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net/wl'
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/net'
make -C parport modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/parport'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/parport'
make -C sound modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/sound'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers/sound'
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/drivers'
make -C mm modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/mm'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/mm'
make -C fs modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/fs'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/fs'
make -C net modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net'
make -C core modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/core'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/core'
make -C ipv4 modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/ipv4'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/ipv4'
make -C ipv4/netfilter modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/ipv4/netfilter'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/ipv4/netfilter'
make -C netlink modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/netlink'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/netlink'
make -C sched modules_install
make[4]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/sched'
make[4]: Nothing to be done for `modules_install'.
make[4]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net/sched'
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/net'
make -C ipc modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/ipc'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/ipc'
make -C lib modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/lib'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/lib'
make -C arch/mips/math-emu modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/math-emu'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/math-emu'
make -C arch/mips/brcm-boards/generic modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/generic'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/generic'
make -C arch/mips/brcm-boards/bcm947xx modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/bcm947xx'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/bcm947xx'
make -C arch/mips/kernel modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/kernel'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/kernel'
make -C arch/mips/mm modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/mm'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/mm'
make -C arch/mips/lib modules_install
make[3]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/lib'
make[3]: Nothing to be done for `modules_install'.
make[3]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/lib'
cd /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /bin/true -ae -F System.map -b /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target -r 2.4.20; fi
make[2]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux'
find /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target -name "wl_*.o" | xargs rm -rf
# Prepare filesystem
cd /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target && /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/misc/rootprep.sh
cd /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target && find . -iname "CVS" | xargs rm -rf
# Make sure mkcramfs-2.0 is used
if grep -q "CONFIG_SQUASHFS=y" /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/.config ; then \
make -C /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/squashfs ; \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/squashfs/mksquashfs /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image -info ; \
if grep -q "MULTILANG_SUPPORT=1" ../cy_conf.mak ; then \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/*lang.* ; \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/lcode.trx ; \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/squashfs/mksquashfs www/cisco_wrt54g_m /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.image -info ; \
fi \
elif grep -q "CONFIG_CRAMFS=y" /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/.config ; then \
make -C /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/cramfs mkcramfs ; \
if grep -q "CONFIG_LZMA_FS_INFLATE=y" /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/.config ; then \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/cramfs/mkcramfs -l /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image ; \
if grep -q "MULTILANG_SUPPORT=1" ../cy_conf.mak ; then \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/*lang.* ; \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/lcode.trx ; \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/cramfs/mkcramfs -l www/cisco_wrt54g_m /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.image ; \
fi \
else \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/cramfs/mkcramfs /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image ; \
if grep -q "MULTILANG_SUPPORT=1" ../cy_conf.mak ; then \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/*lang.* ; \
rm -f /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/lcode.trx ; \
/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/cramfs/mkcramfs www/cisco_wrt54g_m /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.image ; \
fi \
fi \
fi
make[2]: Entering directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/squashfs'
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o mksquashfs.o mksquashfs.c
mksquashfs.c: In function 慶reate_inode?
mksquashfs.c:476: warning: integer constant is too large for 憀ong?type
mksquashfs.c:541: warning: integer constant is too large for 憀ong?type
mksquashfs.c:546: warning: integer constant is too large for 憀ong?type
mksquashfs.c:569: warning: integer constant is too large for 憀ong?type
mksquashfs.c: In function 憌rite_file?
mksquashfs.c:1031: warning: integer constant is too large for 憀ong?type
mksquashfs.c:1097: warning: integer constant is too large for 憀ong?type
mksquashfs.c: In function 慸ir_scan?
mksquashfs.c:1276: warning: integer constant is too large for 憀ong?type
mksquashfs.c:1353: warning: integer constant is too large for 憀ong?type
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o read_fs.o read_fs.c
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o sort.o sort.c
gcc mksquashfs.o read_fs.o sort.o -lz -o mksquashfs
make[2]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/scripts/squashfs'
Creating little endian filesystem on /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image, block size 65536.
mksquashfs: symbolic link mkdir inode 0x0
mksquashfs: symbolic link vi inode 0xd
mksquashfs: symbolic link ln inode 0x1a
mksquashfs: symbolic link more inode 0x27
mksquashfs: symbolic link echo inode 0x34
mksquashfs: symbolic link pgrep inode 0x41
mksquashfs: symbolic link ps inode 0x4e
mksquashfs: symbolic link false inode 0x5b
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/bin/busybox, uncompressed size 314884 bytes,
mksquashfs: symbolic link cp inode 0x94
mksquashfs: symbolic link sleep inode 0xa1
mksquashfs: symbolic link date inode 0xae
mksquashfs: symbolic link rm inode 0xbb
mksquashfs: symbolic link kill inode 0xc8
mksquashfs: symbolic link mv inode 0xd5
mksquashfs: symbolic link ping inode 0xe2
mksquashfs: symbolic link touch inode 0xef
mksquashfs: symbolic link msh inode 0xfc
mksquashfs: symbolic link true inode 0x109
mksquashfs: symbolic link sh inode 0x116
mksquashfs: symbolic link cat inode 0x123
mksquashfs: symbolic link grep inode 0x130
mksquashfs: symbolic link ls inode 0x13d
mksquashfs: symbolic link sync inode 0x14a
mksquashfs: symbolic link chmod inode 0x157
mksquashfs: symbolic link rmdir inode 0x164
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/bin inode 0x171
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/mnt inode 0x180
mksquashfs: symbolic link erase inode 0x18f
mksquashfs: symbolic link klogd inode 0x197
mksquashfs: symbolic link disconnected_pppoe inode 0x1ab
mksquashfs: symbolic link sendudp inode 0x1b3
mksquashfs: symbolic link misc inode 0x1bb
mksquashfs: symbolic link listen inode 0x1c3
mksquashfs: symbolic link gpio inode 0x1cb
mksquashfs: symbolic link filter inode 0x1d3
mksquashfs: symbolic link check_ps inode 0x1db
mksquashfs: symbolic link ddns_checkip inode 0x1e3
mksquashfs: symbolic link qos inode 0x1eb
mksquashfs: symbolic link rmmod inode 0x1f3
mksquashfs: symbolic link reboot inode 0x207
mksquashfs: symbolic link ipupdated inode 0x21b
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/sbin/rc, uncompressed size 371172 bytes,
mksquashfs: symbolic link ppp_event inode 0x253
mksquashfs: symbolic link eou_status inode 0x25b
mksquashfs: symbolic link lsmod inode 0x263
mksquashfs: symbolic link resetbutton inode 0x277
mksquashfs: symbolic link stats inode 0x27f
mksquashfs: symbolic link hb_disconnect inode 0x287
mksquashfs: symbolic link ifconfig inode 0x28f
mksquashfs: symbolic link redial inode 0x2a3
mksquashfs: symbolic link detectwan inode 0x2ab
mksquashfs: symbolic link ntpd inode 0x2b3
mksquashfs: symbolic link syslogd inode 0x2bb
mksquashfs: symbolic link filtersync inode 0x2cf
mksquashfs: symbolic link hb_connect inode 0x2d7
mksquashfs: symbolic link check_ses_led inode 0x2df
mksquashfs: symbolic link init inode 0x2e7
mksquashfs: symbolic link hotplug inode 0x2ef
mksquashfs: symbolic link ddns_success inode 0x2f7
mksquashfs: symbolic link insmod inode 0x2ff
mksquashfs: symbolic link restore inode 0x313
mksquashfs: symbolic link write inode 0x31b
mksquashfs: symbolic link process_monitor inode 0x323
mksquashfs: symbolic link ses_led inode 0x32b
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/sbin inode 0x333
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc/services, uncompressed size 11955 bytes,
mksquashfs: symbolic link cron.d inode 0x35a
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc/protocols, uncompressed size 5834 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc/ld.so.conf, uncompressed size 14 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc/ld.so.cache, uncompressed size 1152 bytes,
mksquashfs: symbolic link hosts inode 0x3b3
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc/openssl.cnf, uncompressed size 7651 bytes,
mksquashfs: symbolic link resolv.conf inode 0x3db
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/etc inode 0x3f1
mksquashfs: symbolic link killall inode 0x400
mksquashfs: symbolic link test inode 0x417
mksquashfs: symbolic link wget inode 0x42e
mksquashfs: symbolic link [ inode 0x445
mksquashfs: symbolic link route inode 0x45c
mksquashfs: symbolic link tail inode 0x473
mksquashfs: symbolic link free inode 0x48a
mksquashfs: symbolic link sort inode 0x4a1
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/bin inode 0x4b8
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/ripd, uncompressed size 155928 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/cron, uncompressed size 46084 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/ntpclient, uncompressed size 27244 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/udhcpd, uncompressed size 67480 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/openssl, uncompressed size 94860 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/epi_ttcp, uncompressed size 44040 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/l2tpd, uncompressed size 124164 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/dnsmasq, uncompressed size 57860 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/tftpd, uncompressed size 80824 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/wl, uncompressed size 126708 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/pptp, uncompressed size 67444 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/et, uncompressed size 14136 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/iptables-restore, uncompressed size 14664 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/ses, uncompressed size 67052 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/vconfig, uncompressed size 14056 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/nvram, uncompressed size 9912 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/iptables, uncompressed size 10168 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/bpalogin, uncompressed size 44908 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/pppoecd, uncompressed size 168316 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/wlconf, uncompressed size 31096 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/httpd, uncompressed size 367640 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/eou, uncompressed size 65888 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/nas, uncompressed size 115832 bytes,
mksquashfs: symbolic link nas4not inode 0x767
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/brctl, uncompressed size 37248 bytes,
mksquashfs: symbolic link udhcpc inode 0x788
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/upnp, uncompressed size 120792 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/zebra, uncompressed size 127476 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/tc, uncompressed size 233704 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/traceroute, uncompressed size 39712 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/ez-ipupdate, uncompressed size 76736 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/l2tp-control, uncompressed size 9912 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/dumpleases, uncompressed size 9660 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/igmprt, uncompressed size 35596 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/gencert.sh, uncompressed size 724 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin/pppd, uncompressed size 296200 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/sbin inode 0x8c0
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/l2tp/cmd.so, uncompressed size 14196 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/l2tp/sync-pppd.so, uncompressed size 12436 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/l2tp inode 0x8ff
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libiptables.so, uncompressed size 74232 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libzebra.so, uncompressed size 306916 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libssl.so, uncompressed size 206196 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libbb.so, uncompressed size 50836 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_TCPMSS.so, uncompressed size 4164 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_standard.so, uncompressed size 2868 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_LOG.so, uncompressed size 6932 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_DNAT.so, uncompressed size 6436 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_limit.so, uncompressed size 5876 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_mac.so, uncompressed size 4596 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_TRIGGER.so, uncompressed size 6356 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_tcp.so, uncompressed size 11316 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_DSCP.so, uncompressed size 6020 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_webstr.so, uncompressed size 5396 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_POOL.so, uncompressed size 6644 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_pool.so, uncompressed size 6740 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_MASQUERADE.so, uncompressed size 4756 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_mark.so, uncompressed size 4420 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_TOS.so, uncompressed size 5060 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_icmp.so, uncompressed size 7908 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_tcpmss.so, uncompressed size 5188 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_REJECT.so, uncompressed size 5780 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_udp.so, uncompressed size 7204 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_REDIRECT.so, uncompressed size 4788 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_state.so, uncompressed size 5460 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_MARK.so, uncompressed size 3940 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables/libipt_mport.so, uncompressed size 8148 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/iptables inode 0xbc2
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libbcm.so, uncompressed size 7632 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libnvram.so, uncompressed size 15952 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libcrypto.so, uncompressed size 1097284 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libnetconf.so, uncompressed size 53696 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libbcmcrypto.so, uncompressed size 104528 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib/libshared.so, uncompressed size 122272 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr/lib inode 0xcb5
mksquashfs: symbolic link tmp inode 0xcc4
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/usr inode 0xcd0
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/proc inode 0xcdf
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/libc.so.0, uncompressed size 236384 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/libm.so.0, uncompressed size 10276 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/pcmcia inode 0xd2e
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/wl/wl.o, uncompressed size 453880 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/wl inode 0xd71
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et/et.o, uncompressed size 45092 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et inode 0xd98
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/diag/diag.o, uncompressed size 3488 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/diag inode 0xdbf
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et.4702/4702et.o, uncompressed size 31120 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/et.4702 inode 0xde6
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/port_based_qos/port_based_qos_mod.o, uncompressed size 12836 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net/port_based_qos inode 0xe0d
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers/net inode 0xe1c
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel/drivers inode 0xe2b
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20/kernel inode 0xe3a
mksquashfs: symbolic link build inode 0xe49
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules/2.4.20 inode 0xe89
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/modules inode 0xe98
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/libcrypt.so.0, uncompressed size 14756 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/libnsl.so.0, uncompressed size 2168 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/ld-uClibc.so.0, uncompressed size 27108 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib/libdl.so.0, uncompressed size 9204 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/lib inode 0xf07
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/dev inode 0xf16
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Ping.asp, uncompressed size 8912 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Wireless_MAC.asp, uncompressed size 19339 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/RouteTable.asp, uncompressed size 4420 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HDMZ.asp, uncompressed size 5197 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HForward.asp, uncompressed size 8510 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HFirewall.asp, uncompressed size 6941 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HStatus.asp, uncompressed size 25450 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HWEP.asp, uncompressed size 7411 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HDHCP.asp, uncompressed size 10360 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HSetup.asp, uncompressed size 21591 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HLog.asp, uncompressed size 3423 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HSystem.asp, uncompressed size 20479 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HVPN.asp, uncompressed size 4371 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HDefault.asp, uncompressed size 3458 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HWireless.asp, uncompressed size 23440 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HFilters.asp, uncompressed size 14953 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HManagement.asp, uncompressed size 6910 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HMAC.asp, uncompressed size 9283 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HRouting.asp, uncompressed size 17865 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HWPA.asp, uncompressed size 5371 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HSecurity.asp, uncompressed size 9719 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HDDNS.asp, uncompressed size 16764 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help/HUpgrade.asp, uncompressed size 6533 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/help inode 0x114d
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/FilterSummary.asp, uncompressed size 3697 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Log_outgoing.asp, uncompressed size 2809 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/SysInfo1.htm, uncompressed size 29 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/tzo.asp, uncompressed size 2207 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Success_s.asp, uncompressed size 1659 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index_pptp.asp, uncompressed size 7633 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/SysInfo.htm, uncompressed size 31 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Status_Router.asp, uncompressed size 23503 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Filters.asp, uncompressed size 50258 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/QoS.asp, uncompressed size 48943 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Log_incoming.asp, uncompressed size 2824 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/DMZ.asp, uncompressed size 16518 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/google_redirect1.asp, uncompressed size 262 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Firewall.asp, uncompressed size 22961 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Radius.asp, uncompressed size 2783 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index_l2tp.asp, uncompressed size 4850 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Port_Services.asp, uncompressed size 14889 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Success_u_s.asp, uncompressed size 1422 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/VPN.asp, uncompressed size 18275 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WL_WPATable.asp, uncompressed size 22684 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WanMAC.asp, uncompressed size 20395 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Log.asp, uncompressed size 19643 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Forward.asp.bk.asp, uncompressed size 32891 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Management.asp, uncompressed size 39918 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Status_Lan.asp, uncompressed size 18764 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WPA_Radius.asp, uncompressed size 5827 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Fail_u_s.asp, uncompressed size 1426 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WL_ActiveTable.asp, uncompressed size 6212 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WPA.asp, uncompressed size 9661 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/md5.js, uncompressed size 5131 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capadmin.js, uncompressed size 2172 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/ddns.js, uncompressed size 1879 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capstatus.js, uncompressed size 1063 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/share.js, uncompressed size 5850 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capsetup.js, uncompressed size 2300 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/ses.js, uncompressed size 726 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/help.js, uncompressed size 20362 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/layout.js, uncompressed size 1559 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capapp.js, uncompressed size 944 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/language, uncompressed size 3 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capasg.js, uncompressed size 5142 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capsec.js, uncompressed size 2591 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/timezone.js, uncompressed size 1921 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack/capwrt54g.js, uncompressed size 19993 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/lang_pack inode 0x157c
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Fail_s.asp, uncompressed size 1806 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Triggering.asp, uncompressed size 31013 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Traceroute.asp, uncompressed size 7884 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Status_Wireless.asp, uncompressed size 17805 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Wireless_Basic.asp, uncompressed size 29191 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_02.gif, uncompressed size 955 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_04.gif, uncompressed size 85 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_03.gif, uncompressed size 481 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_06.gif, uncompressed size 113 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/Printer.gif, uncompressed size 1316 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/SES-button-color.gif, uncompressed size 987 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_Cisco.gif, uncompressed size 2062 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_05.gif, uncompressed size 160 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_Linksys.gif, uncompressed size 857 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_10.gif, uncompressed size 786 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image/UI_07.gif, uncompressed size 82 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/image inode 0x170b
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/wlaninfo.htm, uncompressed size 28 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Status_Router1.asp, uncompressed size 6458 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Fail.asp, uncompressed size 1806 bytes, DUPLICATE
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Success.asp, uncompressed size 2796 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/dyndns.asp, uncompressed size 5380 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/DDNS.asp, uncompressed size 23763 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index_heartbeat.asp, uncompressed size 4282 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/PortTriggerTable.asp, uncompressed size 12927 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Wireless_Advanced.asp, uncompressed size 42263 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/common.js, uncompressed size 12690 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/style.css, uncompressed size 1354 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Backup_Restore.asp, uncompressed size 19072 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index_pppoe.asp, uncompressed size 4266 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Routing.asp, uncompressed size 28237 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/FilterIPMAC.asp, uncompressed size 10192 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WEP.asp, uncompressed size 4658 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Diagnostics.asp, uncompressed size 18672 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Factory_Defaults.asp, uncompressed size 17050 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WPA_Preshared.asp, uncompressed size 3131 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Forward.asp, uncompressed size 34098 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/WL_FilterTable.asp, uncompressed size 4227 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/SES_Status.asp, uncompressed size 1826 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index.asp, uncompressed size 58078 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/DHCPTable.asp, uncompressed size 4489 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/google_redirect2.asp, uncompressed size 280 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Cysaja.asp, uncompressed size 47 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/index_static.asp, uncompressed size 7583 bytes,
mksquashfs: file /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www/Upgrade.asp, uncompressed size 19023 bytes,
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/www inode 0x19ba
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target/tmp inode 0x19c9
mksquashfs: symbolic link var inode 0x19d8
mksquashfs: directory /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target inode 0x19e5
Little endian filesystem, data block size 65536, compressed data, compressed metadata, compressed fragments
Filesystem size 2173.50 Kbytes (2.12 Mbytes)
28.70% of uncompressed filesystem size (7573.52 Kbytes)
Inode table size 2422 bytes (2.37 Kbytes)
36.44% of uncompressed inode table size (6646 bytes)
Directory table size 2440 bytes (2.38 Kbytes)
64.35% of uncompressed directory table size (3792 bytes)
Number of duplicate files found 1
Number of inodes 305
Number of files 198
Number of fragments 40
Number of symbolic links 77
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 30
Number of uids 2
root (0)
unknown (2003)
Number of gids 0
Creating little endian filesystem on /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.image, block size 65536.
mksquashfs: file www/cisco_wrt54g_m/Ping.asp, uncompressed size 8912 bytes,
mksquashfs: file www/cisco_wrt54g_m/Wireless_MAC.asp, uncompressed size 19339 bytes,
mksquashfs: file www/cisco_wrt54g_m/RouteTable.asp, uncompressed size 4420 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HDMZ.asp, uncompressed size 5197 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HForward.asp, uncompressed size 8510 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HFirewall.asp, uncompressed size 6942 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HStatus.asp, uncompressed size 25413 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HWEP.asp, uncompressed size 7411 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HDHCP.asp, uncompressed size 10360 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HSetup.asp, uncompressed size 21591 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HLog.asp, uncompressed size 3423 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HSystem.asp, uncompressed size 20479 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HVPN.asp, uncompressed size 4371 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HDefault.asp, uncompressed size 3458 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HWireless.asp, uncompressed size 23390 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HFilters.asp, uncompressed size 14953 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HManagement.asp, uncompressed size 6910 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HMAC.asp, uncompressed size 9291 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HRouting.asp, uncompressed size 17872 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HWPA.asp, uncompressed size 5371 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HSecurity.asp, uncompressed size 9719 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HDDNS.asp, uncompressed size 13345 bytes,
mksquashfs: file www/cisco_wrt54g_m/help/HUpgrade.asp, uncompressed size 6533 bytes,
mksquashfs: directory www/cisco_wrt54g_m/help inode 0x228
mksquashfs: file www/cisco_wrt54g_m/FilterSummary.asp, uncompressed size 3697 bytes,
mksquashfs: file www/cisco_wrt54g_m/Log_outgoing.asp, uncompressed size 2809 bytes,
mksquashfs: file www/cisco_wrt54g_m/tzo.asp, uncompressed size 2207 bytes,
mksquashfs: file www/cisco_wrt54g_m/Success_s.asp, uncompressed size 1659 bytes,
mksquashfs: file www/cisco_wrt54g_m/index_pptp.asp, uncompressed size 7633 bytes,
mksquashfs: file www/cisco_wrt54g_m/Status_Router.asp, uncompressed size 23503 bytes,
mksquashfs: file www/cisco_wrt54g_m/Filters.asp, uncompressed size 50258 bytes,
mksquashfs: file www/cisco_wrt54g_m/QoS.asp, uncompressed size 48943 bytes,
mksquashfs: file www/cisco_wrt54g_m/Log_incoming.asp, uncompressed size 2824 bytes,
mksquashfs: file www/cisco_wrt54g_m/DMZ.asp, uncompressed size 16518 bytes,
mksquashfs: file www/cisco_wrt54g_m/google_redirect1.asp, uncompressed size 262 bytes,
mksquashfs: file www/cisco_wrt54g_m/Firewall.asp, uncompressed size 22961 bytes,
mksquashfs: file www/cisco_wrt54g_m/Radius.asp, uncompressed size 2783 bytes,
mksquashfs: file www/cisco_wrt54g_m/index_l2tp.asp, uncompressed size 4850 bytes,
mksquashfs: file www/cisco_wrt54g_m/Port_Services.asp, uncompressed size 14889 bytes,
mksquashfs: file www/cisco_wrt54g_m/Success_u_s.asp, uncompressed size 1422 bytes,
mksquashfs: file www/cisco_wrt54g_m/VPN.asp, uncompressed size 18275 bytes,
mksquashfs: file www/cisco_wrt54g_m/WL_WPATable.asp, uncompressed size 22684 bytes,
mksquashfs: file www/cisco_wrt54g_m/WanMAC.asp, uncompressed size 20395 bytes,
mksquashfs: file www/cisco_wrt54g_m/Log.asp, uncompressed size 19643 bytes,
mksquashfs: file www/cisco_wrt54g_m/Forward.asp.bk.asp, uncompressed size 32891 bytes,
mksquashfs: file www/cisco_wrt54g_m/Management.asp, uncompressed size 39918 bytes,
mksquashfs: file www/cisco_wrt54g_m/Status_Lan.asp, uncompressed size 18764 bytes,
mksquashfs: file www/cisco_wrt54g_m/WPA_Radius.asp, uncompressed size 5827 bytes,
mksquashfs: file www/cisco_wrt54g_m/Fail_u_s.asp, uncompressed size 1426 bytes,
mksquashfs: file www/cisco_wrt54g_m/WL_ActiveTable.asp, uncompressed size 6212 bytes,
mksquashfs: file www/cisco_wrt54g_m/WPA.asp, uncompressed size 9661 bytes,
mksquashfs: file www/cisco_wrt54g_m/Fail_s.asp, uncompressed size 1806 bytes,
mksquashfs: file www/cisco_wrt54g_m/Triggering.asp, uncompressed size 31013 bytes,
mksquashfs: file www/cisco_wrt54g_m/Traceroute.asp, uncompressed size 7884 bytes,
mksquashfs: file www/cisco_wrt54g_m/Status_Wireless.asp, uncompressed size 17805 bytes,
mksquashfs: file www/cisco_wrt54g_m/Wireless_Basic.asp, uncompressed size 29191 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_02.gif, uncompressed size 955 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_04.gif, uncompressed size 85 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_03.gif, uncompressed size 481 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_06.gif, uncompressed size 113 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/Printer.gif, uncompressed size 1316 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/SES-button-color.gif, uncompressed size 987 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_Cisco.gif, uncompressed size 2062 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_05.gif, uncompressed size 160 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_Linksys.gif, uncompressed size 857 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_10.gif, uncompressed size 786 bytes,
mksquashfs: file www/cisco_wrt54g_m/image/UI_07.gif, uncompressed size 82 bytes,
mksquashfs: directory www/cisco_wrt54g_m/image inode 0x63f
mksquashfs: file www/cisco_wrt54g_m/Status_Router1.asp, uncompressed size 6458 bytes,
mksquashfs: file www/cisco_wrt54g_m/Fail.asp, uncompressed size 1806 bytes, DUPLICATE
mksquashfs: file www/cisco_wrt54g_m/Success.asp, uncompressed size 2796 bytes,
mksquashfs: file www/cisco_wrt54g_m/dyndns.asp, uncompressed size 5380 bytes,
mksquashfs: file www/cisco_wrt54g_m/DDNS.asp, uncompressed size 23763 bytes,
mksquashfs: file www/cisco_wrt54g_m/Makefile, uncompressed size 4541 bytes,
mksquashfs: file www/cisco_wrt54g_m/index_heartbeat.asp, uncompressed size 4282 bytes,
mksquashfs: file www/cisco_wrt54g_m/PortTriggerTable.asp, uncompressed size 12927 bytes,
mksquashfs: file www/cisco_wrt54g_m/Wireless_Advanced.asp, uncompressed size 42263 bytes,
mksquashfs: file www/cisco_wrt54g_m/common.js, uncompressed size 12690 bytes,
mksquashfs: file www/cisco_wrt54g_m/style.css, uncompressed size 1354 bytes,
mksquashfs: file www/cisco_wrt54g_m/Backup_Restore.asp, uncompressed size 19072 bytes,
mksquashfs: file www/cisco_wrt54g_m/index_pppoe.asp, uncompressed size 4266 bytes,
mksquashfs: file www/cisco_wrt54g_m/Routing.asp, uncompressed size 28237 bytes,
mksquashfs: file www/cisco_wrt54g_m/FilterIPMAC.asp, uncompressed size 10192 bytes,
mksquashfs: file www/cisco_wrt54g_m/WEP.asp, uncompressed size 4658 bytes,
mksquashfs: file www/cisco_wrt54g_m/Diagnostics.asp, uncompressed size 18672 bytes,
mksquashfs: file www/cisco_wrt54g_m/Factory_Defaults.asp, uncompressed size 17050 bytes,
mksquashfs: file www/cisco_wrt54g_m/WPA_Preshared.asp, uncompressed size 3131 bytes,
mksquashfs: file www/cisco_wrt54g_m/Forward.asp, uncompressed size 34098 bytes,
mksquashfs: file www/cisco_wrt54g_m/WL_FilterTable.asp, uncompressed size 4227 bytes,
mksquashfs: file www/cisco_wrt54g_m/SES_Status.asp, uncompressed size 1826 bytes,
mksquashfs: file www/cisco_wrt54g_m/index.asp, uncompressed size 58078 bytes,
mksquashfs: file www/cisco_wrt54g_m/DHCPTable.asp, uncompressed size 4489 bytes,
mksquashfs: file www/cisco_wrt54g_m/google_redirect2.asp, uncompressed size 280 bytes,
mksquashfs: file www/cisco_wrt54g_m/index_static.asp, uncompressed size 7583 bytes,
mksquashfs: file www/cisco_wrt54g_m/Upgrade.asp, uncompressed size 19023 bytes,
mksquashfs: directory www/cisco_wrt54g_m inode 0x8d6
Little endian filesystem, data block size 65536, compressed data, compressed metadata, compressed fragments
Filesystem size 156.29 Kbytes (0.15 Mbytes)
14.38% of uncompressed filesystem size (1086.59 Kbytes)
Inode table size 856 bytes (0.84 Kbytes)
37.56% of uncompressed inode table size (2279 bytes)
Directory table size 885 bytes (0.86 Kbytes)
60.08% of uncompressed directory table size (1473 bytes)
Number of duplicate files found 1
Number of inodes 96
Number of files 93
Number of fragments 20
Number of symbolic links 0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 3
Number of uids 1
unknown (2003)
Number of gids 0
# Package kernel and filesystem
if grep -q "CONFIG_EMBEDDED_RAMDISK=y" /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/.config ; then \
cp /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/ramdisk/${CONFIG_EMBEDDED_RAMDISK_IMAGE} ; \
make -C /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux zImage ; \
else \
cp /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/bcm947xx/compressed/vmlinuz /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/ ; \
trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/linux.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/vmlinuz /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image ; \
if grep -q "MULTILANG_SUPPORT=1" ../cy_conf.mak ; then \
trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/lcode.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/vmlinuz /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image ; \
trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/default_lang.image ; \
fi \
fi
warning: increasing offset 701209 to 701212
warning: increasing offset 701209 to 701212
# Pad self-booting Linux to a 64 KB boundary
cp /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/linux/linux/arch/mips/brcm-boards/bcm947xx/compressed/zImage /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/
dd conv=sync bs=64k < /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/zImage > /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/linux.bin
10+1 records in
11+0 records out
720896 bytes (721 kB) copied, 0.00198377 s, 363 MB/s
# Append filesystem to self-booting Linux
cat /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/target.image >> /mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router/mipsel-uclibc/linux.bin
make[1]: Leaving directory `/mnt/tomato/WRT54GL-US_v4.30.11_11/release/src/router'
#-cp router/mipsel/linux.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/linux-glibc.trx
cp router/mipsel-uclibc/linux.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/linux.trx
cp router/mipsel-uclibc/linux.bin /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/linux.bin
rm -rf shared/nvram/*4320*.txt
cp shared/nvram/*.txt /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/
cp: cannot stat `shared/nvram/*.txt': No such file or directory
make: [install] Error 1 (ignored)
# add CyberTAN header
addpattern -i /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/linux.trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/code.bin -g
---------- add code pattern --------
input file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/linux.trx]
output file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/code.bin]
Make date==>Year:2009,Month:11,Day:14,Hour:23,Min:24,Sec:39
Firmware version =>v4.30.11
Add 992 bytes garbage
Fill null
# below for multiple language
if grep -q "MULTILANG_SUPPORT=1" cy_conf.mak ; then \
rm -rf ../image/*lang.trx ; \
rm -rf ../image/*lang.bin ; \
rm -rf ../image/*lcode.* ; \
cp router/mipsel-uclibc/lcode.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.trx ;\
cp router/mipsel-uclibc/default_lang.trx /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.trx ;\
addlang -i /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.bin ;\
appendfile -i /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.trx -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.bin -g ;\
cat /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.bin /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.bin > /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/tmp_lcode.bin ;\
addpattern -i /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/tmp_lcode.bin -o /mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/def_code.bin ;\
fi
---------- add code pattern --------
input file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.trx]
output file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/default_lang.bin]
Make date==>Year:2009,Month:11,Day:14,Hour:23,Min:24,Sec:39
Firmware version =>v1.00.00
---------- add code pattern --------
input file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.trx]
output file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/lcode.bin]
Make date==>Year:2009,Month:11,Day:14,Hour:23,Min:24,Sec:39
Firmware version =>v4.30.11
2932736/1024=2864.....0
Add 992 bytes garbage
Fill null
---------- add code pattern --------
input file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/tmp_lcode.bin]
output file is [/mnt/tomato/WRT54GL-US_v4.30.11_11/release/image/def_code.bin]
Make date==>Year:2009,Month:11,Day:14,Hour:23,Min:24,Sec:39
Firmware version =>v4.30.11
[root@localhost src]# du -sh
345M .
You have new mail in /var/spool/mail/root
[root@localhost src]# cd ..
[root@localhost release]# cd ..
[root@localhost WRT54GL-US_v4.30.11_11]# cd ..
[root@localhost tomato]# ll
total 4
drwxrwxr-x 6 2003 2003 4096 2009-11-14 23:04 WRT54GL-US_v4.30.11_11
[root@localhost tomato]# cd WRT54GL-US_v4.30.11_11/
[root@localhost WRT54GL-US_v4.30.11_11]# ll
total 28
-rwxrwxr-x 1 2003 2003 308 2007-09-19 14:10 make_all.sh
-rwxrwxr-x 1 2003 2003 70 2007-08-30 10:55 make.sh
-rwxrwxr-x 1 2003 2003 885 2006-11-15 14:41 README.TXT
drwxr-xr-x 5 2003 2003 4096 2007-07-04 04:46 release
drwxrwxr-x 2 2003 2003 4096 2007-09-19 14:17 Result
drwxrwxr-x 3 2003 2003 4096 2007-03-12 10:32 tools
drwxrwxr-x 4 2003 2003 4096 2007-03-12 10:32 tools-src
[root@localhost WRT54GL-US_v4.30.11_11]# du -sh
923M .
|