MyGit

KFERMercer/OpenWrt

Fork: 205 Star: 197 (更新于 2024-05-29 01:46:39)

license: NOASSERTION

Language: C .

Mercer's OpenWrt source tree

最后发布版本: R20.1.24-2.11 ( 2020-02-11 19:31:42)

GitHub网址

Mercer's OpenWrt source

Build Release Contributors Last commit

This repository is a router firmware that my own using.
I'm already made some improvements based on the original project.

Build firmware:

To build your own firmware, you need to have access to a Linux, BSD or MacOSX system (case-sensitive filesystem required). Cygwin will not be supported because of the lack of case sensitiveness in the file system.

Also, you need to have installed necessary packages. For example, in Debian:
running

sudo apt-get update

then

sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync

Run

./scripts/feeds update -a

to get all the latest package definitions, defined in /feeds.conf or /feeds.conf.default respectively;

./scripts/feeds install -a

to install symlinks of all of them into /package/feeds/.

Use

make menuconfig

to configure your image.

Simply running

make

will build your firmware. It will download all sources, build the cross-compile toolchain, and then cross-compile the kernel and all choosen applications for your target system.

Acknowledgements:

The original codes built by OpenWrt Project, other core codes comes from coolsnowwolf.
For this, I am sincerely pay tribute to them.

最近版本更新:(数据更新于 2024-05-09 00:26:23)

2020-02-11 19:31:42 R20.1.24-2.11

2019-12-08 00:52:13 R9.12.03-12.8

2019-11-25 01:45:03 R9.11.23-11.25

2019-10-28 20:01:34 R9.10.24-10.28

2019-10-22 00:53:22 R9.10.10-10.22

2019-09-28 00:15:39 R9.10.1-9.27

2019-09-24 00:23:17 R9.9.15-9.24

2019-09-16 23:30:42 R9.9.15-9.16

2019-09-02 03:02:42 R9.8.17-9.2

2019-08-17 15:39:00 R9.8.17-8.17

主题(topics):

c, linux, lua, makefile, openwrt, shell-script

KFERMercer/OpenWrt同语言 C最近更新仓库

2024-06-24 22:00:55 jart/cosmopolitan

2024-06-13 07:38:41 obsproject/obs-studio

2024-06-10 10:36:22 EdgeTX/edgetx

2024-06-08 17:50:27 ventoy/Ventoy

2024-06-08 11:28:32 lizongying/my-tv

2024-06-07 17:28:28 espressif/esp-idf