Changes between Version 54 and Version 55 of WikiStart


Ignore:
Timestamp:
Jan 28, 2017, 3:04:52 PM (6 years ago)
Author:
amain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v54 v55  
    5959== Development ==
    6060
    61 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.
     61DebWrt includes a large build environment encapsulating OpenWrt/LEDE build environment and a Debian multi-arch based cross compile environment. With a few commands you can:
    6262
    63 See [wiki:Doc Documentation] for instructions.
     63  * Build a custom DebWrt kernel/firmware for many devices supported by OpenWrt/LEDE
     64  * Build a custom Debian root filesystem (multiple Debian releases supported)
     65
     66The DebWrt build environment is like OpenWrt/LEDE menu driven and uses make. After downloading the build environment use 'make help' to get an overview of available commands. A typical workflow:
     67
     68  * make menuconfig (select desired device, Debian architecture and Debian release)
     69  * make openwrt/all (build kernel/firmware, optionally add V=s for debug output)
     70  * make rootfs/all (build the Debian root filesystem)
     71
     72See [wiki:DebWrtSvn SVN access] for instructions.
    6473
    6574== Sitemap ==