Linux Inside

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 09:35, 11 May 2007 (edit)
Roy (Talk | contribs)

← Previous diff
Revision as of 09:42, 11 May 2007 (edit) (undo)
Roy (Talk | contribs)

Next diff →
Line 1: Line 1:
-__toc__+Line 1:
 + __toc__
 +
 +At this time kernel [[2.4.34-pre2]] is used (2.4.20 in v22).
 +
 +This means you can run additional linux programs on DD-WRT that are not included. It also means you can write your own shell scripts at the [[Telnet/SSH and the Command Line|command line]]
-目前使用的内核是 kernel [[2.4.34-pre2]] (V22用的是2.4.20)。 +
 +==Working with scripts==
 +
 +===Script Examples===
 +For some examples of such scripts, see our [[Script Examples]]
 +
 +==Self Compiling==
 +[[Compiling DD-WRT Sources]]
 + <br>[[Noob-Friendly Customized install.sh for compiling from source]]
 +
-这意味着你可以在DD-WRT上运行附加的Linux程序。同时,你甚至可以通过[[Telnet/SSH and the Command Line|命令行]]编写运行自己写的脚本或程序。+ [[Category:English documentation]]
- +
-==编写脚本代码==+
- +
-===脚本示范===+
-请参考我们提供的[[Script Examples|脚本示范]]。+
- +
-==自行编译==+
-[[Compiling DD-WRT Sources|编译DD-WRT源程序]]+
-<br>[[Noob-Friendly Customized install.sh for compiling from source]]+
- +
- +
-[[Category:English documentation]]+

Revision as of 09:42, 11 May 2007

Line 1:

Contents


At this time kernel 2.4.34-pre2 is used (2.4.20 in v22).

This means you can run additional linux programs on DD-WRT that are not included. It also means you can write your own shell scripts at the command line


Working with scripts

Script Examples

For some examples of such scripts, see our Script Examples

Self Compiling

Compiling DD-WRT Sources


Noob-Friendly Customized install.sh for compiling from source