= Welcome to DebWrt = == Introduction == DebWrt provides firmware to run Debian GNU/Linux on a vast amount of embedded devices, for example wireless routers. DebWrt connects two very powerful technologies: Debian and OpenWrt/LEDE. Allowing to manage ‘small’ devices like a full size Debian server. Debian has a great package management system and includes thousands of packages for many architectures. OpenWrt/LEDE has great Linux kernel support for many devices. Bringing these two strengths together opens a whole new world of possibilities. It is greatly underestimated what these embedded devices are capable of. Running Debian on smaller devices can turn the device into something more than it was supposed to be. All Debian supported software is just one apt-get install away. For more an overview of supported hardware, installation and usage instructions: Documentation and development. == Installation == Installation options: * [http://www.debwrt.net/download/ Download] firmware and a root filesystem * check TableOfSupportedHardware * Follow installation instructions: DebWrtInstallation * [wiki:DebWrtSvn Build DebWrt from SVN] See [wiki:Doc Documentation] for an overview of supported hardware, installation and usage instructions. == Status Automated Builds == * [http://buildbot.debwrt.net/firmware/waterfall Firmwares] * [http://buildbot.debwrt.net/rootfs/waterfall Root filesystems] == Downloads / Debian Package Sources == * [http://www.debwrt.net/download/firmware Firmwares] * [http://www.debwrt.net/download/rootfs Root filesystems] * [http://packages.debwrt.net/debwrt/pool/ DebWrt Debian packages] Add the following line to /etc/apt/sources.list, replacing [debian-release] with a Debian release name (sid, strech, jessie, wheezy).: {{{ deb http://packages.debwrt.net/debwrt/ [debian-release]-debwrt-stable main contrib non-free }}} More information: [http://dev.debwrt.net/wiki/DebWrtPackages here] == Debian mirror == For low memory (<64M) system, which have a hard time running ''apt-get update'', DebWrt provides a Debian mirror containing a, still very large, subset of all Debian packages. * Available component: main * Available distributions: sid, stretch, jessie * Available architectures: mips, mipsel * Number of packages: ~13.000 (of ~50.000 in total) * Sections included: shells, httpd, database, editors, php, text, admin, web, utils, net sources.list line: {{{ deb http://debian.debwrt.net/ [debian-release] main }}} Please contact me if you feel a package or section is missing. == Development == The DebWrt development environment combines OpenWrt, Emdebian and Debian in an easy to use cross-compile build environment. The environment compiles the OpenWrt kernel/firmware, creates an Emdebian cross-compile environment, cross-compiles Debian packages and creates the target Debian root filesystem using debootstrap. The DebWrt build environment is like OpenWrt menu driven. See [wiki:Doc Documentation] for instructions. == Sitemap == * [wiki:TitleIndex Development site sitemap]