MODDEDWARFARE / PPPwn_WRT

A method of running PPPwn on OpenWRT
71 stars 16 forks source link

Problem installing pppwn-wrt on mr3420 #21

Open ahmedxlite opened 4 months ago

ahmedxlite commented 4 months ago

Am using an old tp link router mr3420 running version 17.0.1 of openwrt . The device storage is limited 4mb flash storage 32mb ram. I solved the issue of storage by using extroot.but the problem I am having is where to copy the file manually on the router and install since am using extroot here is view of my storage root@LEDE:~# df -h Filesystem Size Used Available Use% Mounted on /dev/root 2.5M 2.5M 0 100% /rom tmpfs 13.7M 580.0K 13.2M 4% /tmp /dev/sda1 1.9G 10.8M 1.8G 1% /overlay overlayfs:/overlay 1.9G 10.8M 1.8G 1% / tmpfs 512.0K 0 512.0K 0% /dev

nakasix commented 3 months ago

Hello,

According to the "df -h" command and the "extroot" documentation, I think you can do the installation in "/root" as the installation procedure.

Regards,