apm821xx: fix MBL DUO SUPPORTED_DEVICES compat id
[openwrt/openwrt.git] / README
1 _______ ________ __
2 | |.-----.-----.-----.| | | |.----.| |_
3 | - || _ | -__| || | | || _|| _|
4 |_______|| __|_____|__|__||________||__| |____|
5 |__| W I R E L E S S F R E E D O M
6 -----------------------------------------------------
7
8 This is the buildsystem for the OpenWrt Linux distribution.
9
10 To build your own firmware you need a Linux, BSD or MacOSX system (case
11 sensitive filesystem required). Cygwin is unsupported because of the lack
12 of a case sensitive file system.
13
14 You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff,
15 unzip, gawk, getopt, subversion, libz-dev and libc headers installed.
16
17 1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
18 defined in feeds.conf / feeds.conf.default
19
20 2. Run "./scripts/feeds install -a" to install symlinks for all obtained
21 packages into package/feeds/
22
23 3. Run "make menuconfig" to select your preferred configuration for the
24 toolchain, target system & firmware packages.
25
26 4. Run "make" to build your firmware. This will download all sources, build
27 the cross-compile toolchain and then cross-compile the Linux kernel & all
28 chosen applications for your target system.
29
30 Sunshine!
31 Your OpenWrt Community
32 http://www.openwrt.org
33
34