mirror of https://github.com/hak5/openwrt.git
9437012b9e
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
|
||
---|---|---|
.. | ||
001-compile.patch | ||
002-disable_symbol_checks.patch | ||
003-no_copy.patch | ||
004-libpthread_link.patch | ||
005-duplicate_syms.patch | ||
006-uclibc_init.patch | ||
007-gc_sections.patch | ||
008-uclibc_libgcc_link.patch | ||
009-uclibc_libpthread_symbols.patch | ||
010-remove_STT_GNU_IFUNC.patch | ||
011-remove_multiarch.patch | ||
100-apply-2to3.patch |