Linux Inside

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:06, 9 February 2007 (edit)
Rbu (Talk | contribs)
m (revert)
← Previous diff
Revision as of 09:35, 11 May 2007 (edit) (undo)
Roy (Talk | contribs)

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

Revision as of 09:35, 11 May 2007

Contents


目前使用的内核是 kernel 2.4.34-pre2 (V22用的是2.4.20)。

这意味着你可以在DD-WRT上运行附加的Linux程序。同时,你甚至可以通过命令行编写运行自己写的脚本或程序。

编写脚本代码

脚本示范

请参考我们提供的脚本示范

自行编译

编译DD-WRT源程序
Noob-Friendly Customized install.sh for compiling from source