CN_SZTL
25cc297914
mkrasimage: fix segmentation fault
2020-03-02 17:53:40 +08:00
CN_SZTL
32af49a7d3
Merge Lean's source
2020-03-01 15:56:30 +08:00
osdu
7a461c6655
upx: fix host build ( #3339 )
2020-03-01 14:05:09 +08:00
CN_SZTL
e43614e18a
tools/bison: Update to 3.5.1
2020-02-23 15:28:43 +08:00
AmadeusGhost
e5f08410e0
adjust build script ( #3235 )
...
* download.pl: add jsDelivr mirror for GitHub and add utsc mirrors
* m520: fix 'hlos' not found
* dependence: add python3
* netfilter: Revert delete support for kernel 4.9
* scons: move to packages feed
2020-02-21 11:55:07 +08:00
CN_SZTL
43ef5343d5
tools/libressl: Update to 3.0.2
2020-02-20 03:04:00 +08:00
CN_SZTL
e0bf90db7e
tools/patchelf: Update to 0.10
2020-02-20 03:03:26 +08:00
CN_SZTL
5db6439ed5
tools/e2fsprogs: Update to 1.45.5
2020-02-20 03:03:08 +08:00
CN_SZTL
ec537eb672
tools/gmp: Remove obsolete options
2020-02-20 03:02:36 +08:00
CN_SZTL
787bfb7467
tools/sed: Update to 4.8
2020-02-20 03:02:22 +08:00
ElmerZhang
b5993c0f11
update PKG_SOURCE_URL of mkimage ( #3199 )
2020-02-19 18:47:13 +08:00
ElonH
d99da91bbe
upx: fix dependence ( #3188 )
...
missing ucl library dependence
reduce error probability on parallel build
2020-02-19 14:53:31 +08:00
ElonH
453c427daf
upx: fix dependence
...
reduce error on parallel build
2020-02-19 02:01:59 +08:00
CN_SZTL
7e1b4e652a
subconverter/jpcre/rapidjson: add packages
2020-02-18 20:24:18 +08:00
CN_SZTL
07e939f834
tools/jpcre2: add package
2020-02-18 19:01:41 +08:00
CN_SZTL
3195e7e991
Merge Lean's source
2020-02-16 22:02:16 +08:00
coolsnowwolf
9477f7695c
fix v2ray mips upx build and update cifsd
2020-02-16 21:42:46 +08:00
CN_SZTL
ab8135ce7d
Merge Lean's source
2020-02-15 15:32:19 +08:00
coolsnowwolf
a237f50d1d
Add and Upgrade upx to v3.96
2020-02-15 13:56:56 +08:00
CN_SZTL
ffce816dc9
Merge Lean's source
2020-02-01 00:36:16 +08:00
AmadeusGhost
91822bf59c
squashfs-tools: fix build error ( #2902 )
2020-01-31 21:46:37 +08:00
CN_SZTL
150e7a36b9
tools/gmp: update to 6.2.0
2020-01-27 22:07:55 +08:00
CN_SZTL
123e8dd70b
tools/bison: update to 3.5
2020-01-22 19:01:18 +08:00
CN_SZTL
d483f93a5e
firmware-utils/mksenaofw: fix possible memory leak
2020-01-21 14:33:54 +08:00
CN_SZTL
16b9a64d10
ccache: update to 3.7.7
2020-01-21 14:31:31 +08:00
CN_SZTL
ac3a7c986e
tools/cmake: update to 3.16.2
2020-01-21 14:30:53 +08:00
CN_SZTL
bcb86fa276
make_ext4fs: Update to version 2020-01-05
2020-01-15 02:06:24 +08:00
CN_SZTL
b7f801ade7
tools: qemu: Add patches to support adapter_type and monolithicFlat
2020-01-01 16:09:30 +08:00
CN_SZTL
580d990dcd
Merge Lean's source
2019-12-14 12:18:29 +08:00
LEAN-ESX
7ea08e97fe
ramips: mt7621: add support for Netgear R6800
2019-12-13 08:25:54 -08:00
CN_SZTL
c3fff0a37c
tools/quilt: update to 0.66
2019-11-30 19:24:57 +08:00
CN_SZTL
1ed1df16fc
ccache: update to 3.7.6
2019-11-30 19:24:40 +08:00
CN_SZTL
08df0486c6
tools/expat: change package source to GitHub
2019-11-30 19:24:19 +08:00
CN_SZTL
d9be6e62d5
tools: update
2019-10-26 10:01:37 +08:00
CN_SZTL
07d52b5ebe
tool: squashfskit4: add package
2019-10-26 09:59:39 +08:00
CN_SZTL
69ecf24afd
tools: keep stamp file in $(STAGING_DIR_HOST)
2019-10-26 08:29:12 +08:00
CN_SZTL
60a8d5de11
Merge https://github.com/coolsnowwolf/lede into dev
2019-10-12 19:10:26 +08:00
rookietribe
411b6ce79d
Update libelf Makefile
...
Update PKG_SOURCE_URL
2019-10-12 18:34:35 +09:00
CN_SZTL
f7a5898e95
tools/e2fsprogs: Update to version 1.45.4
2019-10-12 15:49:31 +08:00
CN_SZTL
573dee006f
expat: Update to version 2.2.9
2019-10-12 08:19:05 +08:00
CN_SZTL
fc184df3d4
Merge Lean's source
2019-10-12 08:03:19 +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
CN_SZTL
77bc463e4a
ccache: update to 3.7.4
2019-09-30 19:35:10 +08:00
CN_SZTL
1bc395a8ca
mkimage: update
2019-09-07 22:14:34 +08:00
CN_SZTL
6a243c90d1
tools/mkimage: Update U-Boot to version 2019.07
...
This updates the U-Boot which provides the host tools like mkimage to
version 2019.07.
The patches were cleaned up and it was checked if this still compiles
on Linux and FreeBSD.
CONFIG_FIT_SIGNATURE_MAX_SIZE is set to the default value.
The patch for libressl was merged upstream.
2019-09-07 19:26:46 +08:00
CN_SZTL
814693560e
tools: fix permission
2019-09-07 15:36:23 +08:00
CN_SZTL
da77e79e02
update mpfr
2019-08-17 12:23:42 +08:00
CN_SZTL
1983aa2917
tools/patch: apply upstream patch for cve-2019-13638
2019-08-16 13:59:06 +08:00
CN_SZTL
e79420fae4
tools/pkg-config: Handle variable substitution of bindir to redirect to STAGING_DIR/bin
2019-08-16 13:55:10 +08:00
CN_SZTL
8f0c8d550b
tools/firmware-utils: fix sysupgrade typo in mkdapimg2
2019-08-16 13:52:14 +08:00
CN_SZTL
ce8ed9121b
add luci-app-haproxy & luci-app-udpspeederv2
2019-05-25 21:05:51 +08:00
coolsnowwolf
472192311a
fix vhdx and kvm qcow2 support
2019-01-03 21:06:34 +08:00
coolsnowwolf
347daa04b2
Merge branch master of https://github.com/coolsnowwolf/lede
2019-01-03 19:29:28 +08:00
coolsnowwolf
fa33774bdc
Enable x86/x64 to Generate EFI grub images
2018-10-09 00:13:34 +08:00
coolsnowwolf
806f5db174
sync with OpenWrt trunk
2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7
sync with OpenWrt v18.06.1 stable new R8.1 version
2018-08-23 17:40:23 +08:00
coolsnowwolf
8fe0636b8a
Merge branch 'master' of github.com:lede-project/source
2018-04-23 18:50:49 +08:00
coolsnowwolf
2881c86f2b
enable EFI+GPT grub2 images for x86/x64 platforms (such as Atom N2600)
2018-03-29 22:41:20 +08:00
coolsnowwolf
229cde62a4
Merge branch 'master' of https://github.com/lede-project/source
2018-01-09 14:38:15 +08:00
coolsnowwolf
5d1a43f782
squashfs: use host cflags and fix for x86/x64 vmware firstboot
2017-10-24 23:23:45 +08:00
coolsnowwolf
c682ebad62
enable generate EFI+GPT grub2 ext4 images for x86/x64 platforms
2017-10-20 13:23:12 +08:00
coolsnowwolf
521ca2dfd7
fix DW33D kernel part too big in 4.9
2017-10-20 01:41:04 +08:00
coolsnowwolf
03efb03919
Merge branch 'master' of https://github.com/lede-project/source
2017-09-12 01:07:20 +08:00
coolsnowwolf
97a4ffcc12
update source
2017-09-06 19:19:45 +08:00