copy files to /
directory, and will get brctl, openvpn(server), zebra, ripd function.
the /
is readonly, you must follow steps below:
- copy
/flash/SYSTEM
to your computer and name itSYSTEM.old
. - unsquashfs
SYSTEM.old
totarget
folder. - patch file into
target
folder. (not replace, it's add.) - mksquashfs
target
toSYSTEM
. - copy
SYSTEM
to Rasplex and place it to/storage/.update/SYSTEM
. - go Rasplex shell and enter follow script.
# calculate md5 of SYSTEM and write to /storage/.update/SYSTEM.md5
md5sum /storage/.update/SYSTEM > /storage/.update/SYSTEM.md5;
# copy kernel image to /storage/.update/KERNEL
cp /flash/kernel.img /storage/.update/KERNEL;
# calculate md5 of KERNEL and write to /storage/.update/KERNEL.md5
md5sum /storage/.update/KERNEL > /storage/.update/KERNEL.md5;
# reboot for update image
reboot;
after reboot, you will get a Rasplex with advance network function.
download http://rasplex.com