10000 GitHub - zhangjingye03/openwrt: My fork of OpenWrt for personal use
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhangjingye03/openwrt

 
 

Repository files navigation

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------

This is the buildsystem for the OpenWrt Linux distribution.

To build your own firmware you need a Linux, BSD or MacOSX system (case
sensitive filesystem required). Cygwin is unsupported because of the lack
of a case sensitive file system.

You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff,
unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
defined in feeds.conf / feeds.conf.default

2. Run "./scripts/feeds install -a" to install symlinks for all obtained
packages into package/feeds/

3. Run "make menuconfig" to select your preferred configuration for the
toolchain, target system & firmware packages.

4. Run "make" to build your firmware. This will download all sources, build
the cross-compile toolchain and then cross-compile the Linux kernel & all
chosen applications for your target system.

Sunshine!
	Your OpenWrt Community
	http://www.openwrt.org

Self use defconfig file:
defconfig_g-dock:	G-Dock V2.0 (P&W R619AC)
			ipq40xx, openwrt-19.07, kernel 4.14
			* SDHCI driver added.

defconfig_d7800_es:	Netgear D7800 Engineering Sample Version
			ipq806x, openwrt-19.07, kernel 4.14
			* Use ath10k-ct-firmware version 1 to acheive normal performance.

defconfig_wr703n:	TP-Link WR703n V1
			ar71xx, openwrt-19.07, kernel 4.14
			* USB functionality of ath79 target is broken.
			* Flash memory size enlarged to 8M.

About

My fork of OpenWrt for personal use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 62.3%
  • Makefile 17.9%
  • Shell 8.9%
  • C++ 5.1%
  • Perl 2.2%
  • Assembly 1.8%
  • Other 1.8%
0