Linux Inside

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:59, 21 November 2010 (edit)
Linlin911911 (Talk | contribs)
(Self Compiling)
← Previous diff
Revision as of 20:07, 21 November 2010 (edit) (undo)
Phuzi0n (Talk | contribs)
(this is an English page only)
Next diff →
Line 1: Line 1:
You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[Index:Scripting|Scripting]] / Linux Inside You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[Index:Scripting|Scripting]] / Linux Inside
-==内核版本==+==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: 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:
Line 11: Line 11:
* Broadcom k2.4 VINT: 2.4.35 * Broadcom k2.4 VINT: 2.4.35
* Broadcom k2.6: 2.6.24.111 * Broadcom k2.6: 2.6.24.111
-* Ralink:+* Ralink:
-==使用脚本== +==Working with scripts==
-===脚本例子=== +===Script Examples===
For some examples of such scripts, see our [[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]]) *[[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]] *[[Noob-Friendly Customized install.sh for compiling from source]]

Revision as of 20:07, 21 November 2010

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

Contents

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:
  • 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

home roof