| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Refresh 2to3 patch. Upstream partially did this against some older
python version. This is still needed.
Refreshed other patches to be python3 safe.
Remove uClibc patches as only musl is present now.
Refresh others.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
| |
Add an alias for Debian packages and download them from the Debian
mirror redirector.
Signed-off-by: David Bauer <mail@david-bauer.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since the switch to Python 3 build fails if CONFIG_USE_MKLIBS is set
("Strip unnecessary functions from libraries" in menuconfig) as
mklibs hasn't been converted to run on Python 3.
* update to most recent upstream version which brings some
reproducibility fixes
* converted to Python 3 using 2to3
* fixed mixed tab/spaces indentation
* fixed use of string.* functions
* some more minor fixes to make Python 3 happy
Fixes commit 19938c8de7 ("build: switch to Python 3")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
| |
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44285
|
|
|
|
|
|
| |
It breaks on trying to find ldso
SVN-Revision: 36849
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36820
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35818
|
|
|
|
| |
SVN-Revision: 33140
|
|
|
|
| |
SVN-Revision: 33097
|
|
|
|
| |
SVN-Revision: 32165
|
|
|
|
|
|
| |
Too much broken, needs to be reworked
SVN-Revision: 32163
|
|
|
|
| |
SVN-Revision: 32145
|
|
|
|
| |
SVN-Revision: 31316
|
|
|
|
|
|
|
|
| |
Fixes compile on my Arch Linux system, as unistd.h is needed for ::close().
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31315
|
|
|
|
|
|
|
|
| |
This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case)
- Thanks to Luka Perkov
SVN-Revision: 31259
|
|
|
|
|
|
| |
to weak function overrides between libgcc, libc and libpthread
SVN-Revision: 25795
|
|
|
|
|
|
| |
static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order
SVN-Revision: 25793
|
|
|
|
| |
SVN-Revision: 24984
|
|
|
|
| |
SVN-Revision: 24283
|
|
|
|
| |
SVN-Revision: 24282
|
|
|
|
| |
SVN-Revision: 18438
|
|
|
|
|
|
| |
bytes, maybe more in the future
SVN-Revision: 18123
|
|
|
|
| |
SVN-Revision: 18085
|
|
|
|
| |
SVN-Revision: 18084
|
|
|
|
| |
SVN-Revision: 18083
|
|
|
|
| |
SVN-Revision: 17639
|
|
|
|
| |
SVN-Revision: 17172
|
|
|
|
| |
SVN-Revision: 17171
|
|
|
|
| |
SVN-Revision: 17170
|
|
|
|
| |
SVN-Revision: 17164
|
|
symbol stripping
SVN-Revision: 17154
|