| 2 | |
| 3 | |
| 4 | Debwrt is |
| 5 | * an OpenWRT kernel plus Debian root filesystem |
| 6 | * a build environment |
| 7 | |
| 8 | |
| 9 | = OpenWRT kernel = |
| 10 | |
| 11 | The OpenWRT project tunes Linux kernel for residentail gateways, |
| 12 | a.k.a. ''routers''. |
| 13 | Debwrt tells that kernel, during build time, |
| 14 | to use the {{{root filesystem}}} on an {{{USB storage device}}}. |
| 15 | (Openwrt uses an filesystem on on-board (flash)memory.) |
| 16 | |
| 17 | = Debian root filesystem = |
| 18 | |
| 19 | This gives you all packages available in Debian, |
| 20 | including the {{{aptitude}}} packaging system. |
| 21 | |
| 22 | = Build environment = |
| 23 | |
| 24 | DebWrt is a source tree that is a ''layer'' |
| 25 | over OpenWrt and also over {{{debootstrap}}}. |
| 26 | |
| 27 | |