mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ElonH
31f6b41d00
RcloneNg: bump version to 0.3.2 (#4810)
* RcloneNg: bump version to 0.3.1 Changelog [0.3.1](https://github.com/ElonH/RcloneNg/compare/v0.3.0...v0.3.1) (2020-06-13) Features * **about:** show changelog ([9d7bea5](9d7bea5f62
)) * **breadcurmb:** edit mode, double click to edit path. double again, back to normal ([60c57b4](60c57b4368
)) * **file.detail:** enable download file ([1f578f7](1f578f7d54
)) * **file.detail:** show spaces usage in file detail if selected is directory ([ff27df9](ff27df9161
)) * **list-view:** expend click area of checkbox to improving user experience ([988a219](988a219dbb
)) * **manager:** push a message to toastr before creating directory ([9e1091a](9e1091a1f1
)) * **pages:** add star button ([5c23b9b](5c23b9bfe3
)) * **server-setting:** adding more description in schema ([4eee2f5](4eee2f55d9
)) * **server-setting:** provide a powerful schema for server setting ([67223bf](67223bf7e4
)) Bug Fixes * check if "rc.Serve" is enabled in server options before downloading file ([6a484ca](6a484ca3a7
)) * remove debug code ([b5cb23c](b5cb23c9db
)) * **breadcurmb:** set cursor as poniter in breadcurmb item ([f014edc](f014edc11e
)) * **changelog.md:** copy RcloneNg CHANGELOG.md only ([ef76e1e](ef76e1e589
)) * **list-view:** disable double click in manipulations column ([0e0d825](0e0d825f57
)) * **list-view:** disable double click surrounding area of checkbox ([bf03dd1](bf03dd173f
)) * **list-view:** disable select types icon ([2ea540e](2ea540ec15
)) * **manager:** show detail button when right sidebar is expended ([d69179e](d69179e36e
)) * RcloneNg: bump version to 0.3.2 Changelog [0.3.2](https://github.com/ElonH/RcloneNg/compare/v0.3.1...v0.3.2) (2020-06-14) Features * **jobs-manager:** add animation on refresh button ([b7cc817](b7cc817b23
)) Bug Fixes * **list-view:** table index except first page ([b9d7fcf](b9d7fcfb1c
))
PROJECT OPENWRT
The Experimental Source Code of OpenWrt-Snapshot Modified by CTCGFW
Welcome to our Telegram Group: @ctcgfw_openwrt_discuss.
How to make it
Minimum requirements
Linux with case sensitive
2G DDR2 RAM
2 CPU Cores (AMD64, 1.4Ghz)
25G disk space left
Has access to both ChinaNet & Internet
Install the necessary packages (for Ubuntu user)
sudo apt-get update -y
sudo apt-get full-upgrade -y
sudo apt-get install -y build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python python3 python-pip python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons antlr3 gperf ecj fastjar mkisofs
For mainland China & Ubuntu(16.04+) user, you may run the following command to setup quickly:
sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_build_environment.sh)"
Clone the source
git clone -b master --single-branch https://github.com/project-openwrt/openwrt && cd openwrt
./scripts/feeds update -a && ./scripts/feeds install -a
Configure your firmware
make menuconfig
Make it
make -j1 V=s
Tips
You'd better not use root to make it, or you may be not able to use.
Default login address: 192.168.1.1, username is root and password is password.
Contributed
See CONTRIBUTED.md.
License
GNU General Public License v3.0.
Description
Languages
C
70%
Makefile
12.4%
Shell
6%
Roff
3.9%
Perl
2%
Other
5.6%