Commit Graph

1675 Commits

Author SHA1 Message Date
LEAN-ESX
c0d39bb8e1 luci-app-ssr-plus: fix cccat.me too slow to subscribe 2019-10-16 03:45:30 -07:00
LEAN-ESX
dcf59f6341 luci-app-docker: access docker container from WAN can be enabled/disabled 2019-10-16 03:21:08 -07:00
LEAN-ESX
eed55e8a0f x64: auto load AVX crypto kernel module 2019-10-15 23:55:36 -07:00
LEAN-ESX
f1ff7a5f25 x64: disable PAGE_TABLE_ISOLATION 2019-10-15 23:46:27 -07:00
LEAN-ESX
d46b6d7970 x86: Enable fast strings on Intel CPUs if BIOS hasn't config for kernel 4.9 2019-10-15 22:50:02 -07:00
LEAN-ESX
ac6cb48969 luci-app-ssr-plus: add whitelist and blacklist domain support 2019-10-15 12:36:15 -07:00
LEAN-ESX
1aa668b3e8 kernel: bump to 4.14.149 and 4.19.79 2019-10-15 09:31:54 -07:00
LEAN-ESX
9574c86ef8 cryptodev-linux: bump to 1.10 2019-10-14 05:54:27 -07:00
LEAN-ESX
908a0e261b luci-ssr-plus: keep gfw_list.conf after upgrade fw 2019-10-14 03:42:39 -07:00
LEAN-ESX
540fe95b29 openssl: optimization speed for x64 (Compile with SSE2 and optimized assembly code) 2019-10-14 03:18:50 -07:00
LEAN-ESX
6d7336e59e luci theme: speedup loading page 2019-10-13 23:32:00 -07:00
Mu
3f76dc7b0a lucci-ssr-plus: Make it more like a normal browser to avoid block by waf
Make it more like a normal browser to avoid block by waf.
2019-10-14 14:26:38 +08:00
LEAN-ESX
fe61dee480 luci-app-ssr-plus: compatible with OpenWrt 19.07 luci 2019-10-13 23:06:59 -07:00
LEAN-ESX
320cb1537b luci-app-ssr-plus: status page compatible with proc-ng-ps 2019-10-13 22:45:42 -07:00
LEAN-ESX
f9df6c9eb3 luci-app-unblockmusic: compatible with proc-ng-ps 2019-10-13 22:38:15 -07:00
LEAN-ESX
072ed9f80c luci-app-ssr-plus: compatible with proc-ng-ps 2019-10-13 22:17:10 -07:00
LEAN-ESX
609a241000 fstools: bugs fixed and add support for exfat filesystem 2019-10-12 10:01:50 -07:00
LEAN-ESX
c92efbcd21 samba36: smb.conf.template socktet settings 2019-10-12 08:24:08 -07:00
LEAN-ESX
c78939e05c mips: enable KERNEL_MIPS_FPU_EMULATOR by default 2019-10-12 02:41:29 -07:00
rookietribe
411b6ce79d Update libelf Makefile
Update PKG_SOURCE_URL
2019-10-12 18:34:35 +09:00
LEAN-ESX
3580e0f1d5 luci-ssr-plus: fix v2ray ws json format issue 2019-10-12 02:33:54 -07:00
LEAN-ESX
9f68660b59 luci-app-docker: move docker sh files 2019-10-12 02:31:07 -07:00
LEAN-ESX
3c1b87541b luci-app-docker: add config file 2019-10-11 10:21:11 -07:00
LEAN-ESX
6b5092f383 luci-app-docker: add luci docker package 2019-10-11 09:30:44 -07:00
LEAN-ESX
d4e5063e47 x64: update docker-web files 2019-10-10 10:36:39 -07:00
LEAN-ESX
c220cfda95 x64: add sfe support for docker 2019-10-10 10:20:07 -07:00
LEAN-ESX
101c974800 x64: improve docker support 2019-10-10 09:34:30 -07:00
coolsnowwolf
d452feca3a
Update Makefile 2019-10-10 21:11:39 +08:00
coolsnowwolf
9ad8faf498
Update vsftpd_prepare 2019-10-10 21:10:48 +08:00
LEAN-ESX
6ade5c53f0 kernel: update config 2019-10-10 04:09:54 -07:00
LEAN-ESX
0cf9415b8b Version update to R9.10.10 2019-10-09 22:53:58 -07:00
LEAN-ESX
adea03cdd8 Config.in: add Global Build options to enable cgroups 2019-10-09 22:27:12 -07:00
LEAN-ESX
b0974d6ec5 luci-app-unblockmusic: bump to v2.2.0 2019-10-09 03:37:33 -07:00
LEAN-ESX
61a1c5b6b3 luci-ssr-plus: fix URL import issuse 2019-10-09 02:57:15 -07:00
LEAN-ESX
a9e6d15c64 ar71xx: fix mtd check patch 2019-10-09 01:22:04 -07:00
LEAN-ESX
a99a8179b4 luci-ssr-plus: add ss/v2ray URI import support 2019-10-09 01:18:42 -07:00
adamw92
667a56888f add SIP002 URI scheme subscription (#1715)
* add SIP002 URI scheme subscription

SIP002 URI scheme subscription without plugin

* add SIP002 URI scheme subscription

SIP002 URI scheme subscription without plugin
2019-10-09 15:22:23 +08:00
peeweep
2e4a3b69d3 tools: mkimage: fix __u64 typedef conflict with new glibc (#1721)
tools: mkimage: fix __u64 typedef conflict with new glibc

Including "sys/stat.h" from newer glibc will cause __u64 from linux uapi
header to be included, causing compilation failure for u-boot tools
USE_HOSTCC

Remove typedef for __u64 in include/compiler.h to fix the issue.  It should be
safe because as of u-boot-2018.03, no ref to __u64 is found under u-boot tools/
directory

Error message snippet follows

	  HOSTCC  tools/mkenvimage.o
	In file included from /usr/include/asm-generic/types.h:7,
			 from /usr/include/asm/types.h:5,
			 from /usr/include/linux/types.h:5,
			 from /usr/include/linux/stat.h:5,
			 from /usr/include/bits/statx.h:30,
			 from /usr/include/sys/stat.h:446,
			 from tools/mkenvimage.c:21:
	/usr/include/asm-generic/int-ll64.h:31:42: error: conflicting types for '__u64'
	   31 | __extension__ typedef unsigned long long __u64;
	      |                                          ^~~~~
	In file included from <command-line>:
	././include/compiler.h:69:18: note: previous declaration of '__u64' was here
	   69 | typedef uint64_t __u64;
	      |                  ^~~~~
	make[5]: *** [scripts/Makefile.host:116: tools/mkenvimage.o] Error 1

Ref: https://forum.openwrt.org/t/compile-error-19-07/44423
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1699194
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: peeweep <peeweep@0x0.ee>
2019-10-09 15:20:59 +08:00
LEAN-ESX
cfb7aadfd2 luci-ssr-plus: add more common proxy ports 2019-10-09 00:20:01 -07:00
LEAN-ESX
0db7b6c1b4 luci-ssr-plus: add Ping Latency detection support 2019-10-09 00:18:25 -07:00
LEAN-ESX
501213e6f1 add bnx2x-firmware 2019-10-08 09:13:35 -07:00
LEAN-ESX
e2b72bf55c kernel: add module for Emulex OneConnect 10Gbit for x86/x64 2019-10-08 08:55:06 -07:00
LEAN-ESX
1aaf35221a mt7621: memory auto-detection to support k2p 256MB/512MB 2019-10-08 08:48:36 -07:00
LEAN-ESX
5d7cb6ae8b x86: partition resize to 160MB 2019-10-08 08:41:28 -07:00
LEAN-ESX
2309377b73 Enable support for latency based cgroup IO protection for Docker 2019-10-08 08:09:45 -07:00
LEAN-ESX
304a646030 add KERNEL_CGROUPS for x86_64 docker-ce 2019-10-08 08:08:09 -07:00
Michael Qu
d354ed7a32 dnspod support customized command to get wan ip (#1705)
fix dnspod clear log bug
2019-10-08 22:42:11 +08:00
LEAN-ESX
6e2f8766af kernel: bump to 4.9.196, 4.14.148, 4.19.78 2019-10-08 07:38:30 -07:00
LEAN-ESX
ef6133ce6c luci ssr plus: add port control 2019-09-29 19:36:22 -07:00
LEAN-ESX
65b25ceb18 ramips: add wm8960 asoc sound driver for mt762x 2019-09-26 21:16:13 -07:00