Changes between Version 54 and Version 55 of WikiStart
- Timestamp:
- Jan 28, 2017, 3:04:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v54 v55 59 59 == Development == 60 60 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. 61 DebWrt 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: 62 62 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 66 The 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 72 See [wiki:DebWrtSvn SVN access] for instructions. 64 73 65 74 == Sitemap ==