• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Jun-202150

BSDmakefileH A D17-Apr-2017179

Config.inH A D17-Apr-201717 KiB

configs/H17-Apr-20173

dl/H17-Apr-2017131

docs/H17-Apr-201718

git_home/H17-Apr-201761

include/H17-Apr-201740

LICENSEH A D17-Apr-201717.6 KiB

MakefileH A D17-Apr-20173.3 KiB

package/H17-Apr-2017236

prebuilt/H17-Apr-20173

r7800_gpl_source.txtH A D17-Apr-201721.4 KiB

r7800_gpl_source_list.txtH A D17-Apr-20174.5 KiB

READMEH A D17-Apr-20171.2 KiB

README.buildH A D17-Apr-2017583

rules.mkH A D17-Apr-20179.6 KiB

scripts/H17-Apr-201742

target/H17-Apr-20178

toolchain.tar.bz2H A D17-Apr-201719.7 MiB

tools/H17-Apr-201754

README

1This is the buildsystem for the OpenWrt Linux distribution.
2
3Please use "make menuconfig" to configure your appreciated
4configuration for the toolchain and firmware.
5
6You need to have installed gcc, binutils, patch, bzip2, flex,
7make, gettext, pkg-config, unzip, libz-dev and libc headers.
8
9Run "./scripts/feeds update" to get the latest package definitions
10defined in feeds.conf / feeds.conf.default respectively
11and "./scripts/feeds install" to install symlinks into "package/feeds/*".
12
13Use "make menuconfig" to configure your image.
14
15Simply running "make" will build your firmware.
16It will download all sources, build the cross-compile toolchain, 
17the kernel and all choosen applications.
18
19You can use "scripts/flashing/flash.sh" for remotely updating your embedded
20system via tftp.
21
22The OpenWrt system is documented in docs/. You will need a LaTeX distribution
23and the tex4ht package to build the documentation. Type "make -C docs/" to build it.
24
25To build your own firmware you need to have access to a Linux, BSD or MacOSX system
26(case-sensitive filesystem required). Cygwin will not be supported because of
27the lack of case sensitiveness in the file system.
28
29
30Sunshine!
31	Your OpenWrt Project
32	http://openwrt.org
33
34
35

README.build

1Build Instructions
2
3
4Note: 1) This package has been built successfully on Ubuntu with gcc 4.5.2.
5      2) Compiling this package on platforms other than Ubuntu may have unexpected results.
6
7How to build:
81. unzip R7800-V1.0.2.28_gpl_src.tar.bz2.zip
92. tar -jxvf R7800-V1.0.2.28_gpl_src.tar.bz2
103. tar -jxvf toolchain.tar.bz2
114. cp toolchain/*  R7800-V1.0.2.28_gpl_src
125. cd R7800-V1.0.2.28_gpl_src
136. cp configs/defconfig-r7800 .config
147. make V=99
158. the final images is './bin/ipq806x/R7800-V1.0.2.28.img'
16
17User may upgrade to this image using the R7800 GUI "Router Upgrade" page.
18