- Jan 10, 2017
-
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
Felix Fietkau authored
This target has consistently failed builds for a long time and it does not look like it has any users left, nor any maintainers. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Jo-Philipp Wich authored
Instead of passing HOST_CONFIGURE_VARS as arguments to the configure script, pass it as environment variables which brings the logic in line with the behaviour of package-defaults.mk. The change is needed since passing environment variables as configure parameters only works with GNU autoconf which evaluates command line arguments looking like variable assignments. Doing the same with non-autoconf configure scripts is not guaranteed to work since such scripts might terminate due to unknown argument errors. One example case is the cmake configure script which bails out when called as "./configure LDFLAGS=..." but not when called as "LDFLAGS=... ./configure". Also change the SHELL override to CONFIG_SHELL in the default HOST_CONFIGURE_VARS as the former is not properly propagated through the various GNU configure invocations since it gets lost when configure re- executes itself. A prior attempt to change the variable placement had to be reverted due to the missing SHELL -> CONFIG_SHELL change, leading to misgenerated libtool executables in various packages. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Kabuli Chana authored
correct ports, fix power led on rango, tested mamba,shelby,rango Signed-off-by:
Kabuli Chana <newtownBuild@gmail.com>
-
Jo-Philipp Wich authored
Rework the bundle-libraries.sh implementation to use a more robust approach for executing host binaries through the shipped ELF loader and libraries. The previous approach relied on symlinks pointing to a wrapper script which caused various issues, especially with multicall binaries as the original argv[0] name was not preserved through the ld.so invocation. Another down- side was the fact that the actual binaries got moved into another directory which caused executables to fail looking up resources with paths relative to the executable location. The new library wrapper implements the following improvements: - Instead of symlinks pointing to a common wrapper, each ELF executable is now replaced by a unqiue shell script which retains the original program name getting called - Instead of letting ld.so invoke the ELF executable directly, launch the final ELF binary through a helper program which fixes up the argv[0] argument for the target program - Support sharing a common location for the bundled libraries instead of having one copy in each directory containing wrapped binaries Finally modify the SDK build to wrap the staging_dir and toolchain binaries which allows to use the SDK on systems with a different glibc version. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Since mtd-utils embeds ubi-utils and ubi-utils depends on @NAND_SUPPORT, we cannot share this package among targets as the SDK processing the package is not guaranteed to claim NAND_SUPPORT. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The kernel config symbol is not selectable on mxs Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Use USB_GADGET_SUPPORT feature flag instead of hardcoding the target list. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
imx6: build support for the ventana ethernet expansion board into the kernel instead of packaging it Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Always use the main make jobserver, which has been the default for ages Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
John Crispin authored
f706903 ujail: add basic /dev files Signed-off-by:
John Crispin <john@phrozen.org>
-
Florian Fainelli authored
The example command-lines used references and paths from an older directory structure. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Daniel Engberg authored
Update libnl to 3.2.29 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Antonis Kanouras authored
Without this patch swconfig will only allow setting up a total of 16 VLANs, with VLAN ID range of 0-15. Tested on ubnt-erx. Signed-off-by:
Antonis Kanouras <antonis@metadosis.eu>
-
Daniel Engberg authored
Update usb.ids database to 2016.10.13 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Pavel Kubelun authored
Fixing pvs1 bin voltage as found in GPL tarball and Qualcomm SDK. Also adjusting smb208_s2a/b minimum voltage to reflect lowest value in pvs table. Current ipq8065 devices in LEDE choose (based on eFuse data) pvs bin n4, that has correct values in DT, but in future a new device may choose n1 or n6. Without this change n1 is semi-correct and n6 is not available, because OPP driver disregards bins with voltage values that regulator cannot supply. Signed-off-by:
Pavel Kubelun <be.dissent@gmail.com>
-
- Jan 09, 2017
-
-
Hauke Mehrtens authored
This fixes a low level security vulnerability. Deactivate MIPS16 support, crypto code gets much slower with MIPS16. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
This adds USB initialization fixes for Danube, Amazon SE and xrx300 and should fix the clock on at least Danube which hopefully closes FS#351. The xrx200 usb driver now uses more memory for the dwc2 fifos, this was increased in the chip compared to ar9. This is based in part on the vendor documentation and the vendor code base as a reference. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
The DMA controller used only local locks, which will not lock the section against other CPUs, fix this by using spin locks. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Felix Fietkau authored
This was added a long time ago and was apparently never used Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
A lot of packages (especially those using libtool) depend on sed being available. xz fails on an incremental build pretty early if it's not there. Clean up handling if essential core tools (patch, tar, xz), build them in parallel and make them depend on sed Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
--force-compr was added by the xz compression patch, which is gone now. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
--force-compr was added by the xz compression patch, which is gone now. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The old polarssl 1.3 branch is EOL since end of 2016, and the package for it will be removed soon. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The old polarssl 1.3 branch is EOL since end of 2016, and the package for it will be removed soon. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
It has been unused, and less useful than squashfs for cases where flash space usage matters. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Hans Dedecker authored
Add option keep_ra_dnslifetime which will preserve the received lifetime for RDNSS and DNSSL RA records and not overwrite it by the RA router lifetime as specified in RFC6106. This allows to accept RDNNS records from RAs that don't announce a default route by setting router lifetime to 0 in the RAs. Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Felix Fietkau authored
It is safe and required by some software, e.g. shadowsocks Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-