Entware Installation on DD-WRT: Difference between revisions
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
mount -o bind /opt/ModifiedProfile /etc/profile | mount -o bind /opt/ModifiedProfile /etc/profile | ||
sleep 1 | sleep 1 | ||
</syntaxhighlight>I know I said I wouldn't explain things, but it needs to be said for the above short script. | /opt/etc/init.d/rc.unslung start | ||
</syntaxhighlight>I know I said I wouldn't explain things, but it needs to be said for the above short script. The mount command effectively replaces the DD-WRT version of the profile file (this is the BASH login script for users). The rc.unslung start command is what the Entware installation script said to add to the Startup Script. RC.UNSLUNG starts all the installed services for Entware. | |||
* The first useful item to install is an updated version of BusyBox (Google it). Use the below commands<syntaxhighlight lang="abap"> | |||
opkg update | |||
opkg install busybox | |||
</syntaxhighlight>One thing to keep in mind is that when a user logs in, the DD-WRT version of BusyBox is what starts things off, so it will report a different version than what Entware installs. Just type: busybox That will display the version of BusyBox currently running. | |||
* | * |