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
Current revision (23:48, 7 February 2011) (edit) (undo)
Daibaan (Talk | contribs)
(Kernel Version)
 
(13 intermediate revisions not shown.)
Line 1: Line 1:
-__toc__+{{languages}}
 +You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[Index:Scripting|Scripting]] / Linux Inside
-目前使用的内核是 kernel [[2.4.34-pre2]] (V22用的是2.4.20)。 +==Kernel Version==
 +
 +DD-WRT uses different kernels in different builds. To find out what kernel your build is using, connect to the router via [[Telnet/SSH]] and execute this command:
 + uname -r
-这意味着你可以在DD-WRT上运行附加的Linux程序。同时,你甚至可以通过[[Telnet/SSH and the Command Line|命令行]]编写运行自己写的脚本或程序。+To give you an idea of the variety of kernels used currently in v24 preSP2 builds:
 +* Atheros: 2.6.23.17
 +* Broadcom k2.4 NEWD: 2.4.37
 +* Broadcom k2.4 VINT: 2.4.35
 +* Broadcom k2.6: 2.6.24.111
 +* Ralink:
-==编写脚本代码==+==Working with scripts==
 +
 +===Script Examples===
 +For some examples of such scripts, see our [[Script Examples]]
 +
 +==Self Compiling==
 +*[[Development#Building_DD-WRT_from_Source|Building DD-WRT from Source]] (old instructions: [[Compiling DD-WRT Sources]])
 +*[[Noob-Friendly Customized install.sh for compiling from source]]
-===脚本示范===+home
-请参考我们提供的[[Script Examples|脚本示范]]。+roof
-==自行编译==+ [[Category:Scripts]]
-[[Compiling DD-WRT Sources|编译DD-WRT源程序]]+
-<br>[[Noob-Friendly Customized install.sh for compiling from source]]+
- +
- +
-[[Category:English documentation]]+

Current revision

You are here: DD-WRT wiki mainpage / Scripting / Linux Inside

Contents

[edit] Kernel Version

DD-WRT uses different kernels in different builds. To find out what kernel your build is using, connect to the router via Telnet/SSH and execute this command:

uname -r

To give you an idea of the variety of kernels used currently in v24 preSP2 builds:

  • Atheros: 2.6.23.17
  • Broadcom k2.4 NEWD: 2.4.37
  • Broadcom k2.4 VINT: 2.4.35
  • Broadcom k2.6: 2.6.24.111
  • Ralink:

[edit] Working with scripts

[edit] Script Examples

For some examples of such scripts, see our Script Examples

[edit] Self Compiling

home roof