- Nov 10, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47442
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47441
-
Felix Fietkau authored
Many glibc functions have __warn_unused_result__ in so many different core functions, and failing the build for all of those simply does not make any sense Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47440
-
Felix Fietkau authored
Only costs about 3k compressed, but significantly improves handling of configuration mismatch Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47439
-
Felix Fietkau authored
This includes binutils, gcc, gdb and uClibc-ng. Latest release of ARC gcc (as of today it is "arc-2015.06") is based on upstream gcc 4.8.4. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/gcc Latest release of ARC binutils (as of today it is "arc-2015.06") is based on upstream binutils 2.23. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06 Latest release of ARC GDB (as of today this is "arc-2015.06-gdb") is based on upstream gdb 7.9.1. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb Note that for binutils and gdb that come from unified git repository (which is the case for upstream binutils/gdb today) we need to disable building of gdb in binutils and binutils in gdb hence in binutils: ------>8------ --disable-sim --disable-gdb ------>8------ and in gdb: ------>8------ --disable-binutils --disable-ld --disable-gas ------>8------ Also in gdb we disable sim because if the following breakage while building with it: ------------>8------------ /usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \ -mono -fast -pbb -switch sem5-switch.c \ -cpu a5f -infile ./mloop5.in \ -outfile-suffix 5 unknown option: bash Makefile:699: recipe for target 'stamp-5mloop' failed make[7]: *** [stamp-5mloop] Error 1 ------------>8------------ Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> SVN-Revision: 47438
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47437
-
Luka Perkov authored
Match the engineering board names now used elsewhere. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47436
-
Luka Perkov authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47435
-
Luka Perkov authored
This automatically writes to the alternate firmware partition (on Linksys's dual firmware layout) using code borrowed from the WRT1900AC port. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47434
-
Luka Perkov authored
This is done with existing code from the WRT1900AC port. It makes sure the "auto_recovery" bootloader option is set, and resets the s_env boot counter after a successful boot. This gives users without a serial console connection some measure of safety. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47433
-
Luka Perkov authored
This is done with the new image generation system and board names. It also generates a sysupgrade.tar image. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47432
-
Luka Perkov authored
This is imported verbatim from the mvebu WRT1900AC port. It picks up the current boot partition from the kernel command line, then renames that partition "ubi" so that it auto-mounts. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47431
-
Luka Perkov authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47430
-
Luka Perkov authored
- Use board engineering names rather than marketing names - Linksys uses a dual firmware layout, where the bootloader will switch to the other stored image when one fails to boot three consecutive times. In order to make this firmware compatible with the factory images and the stock bootloader we must match this layout. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47429
-
Luka Perkov authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47428
-
- Nov 08, 2015
-
-
Felix Fietkau authored
Add a new config option "channels" for mac80211 wifi devices. It's only valid if automatic channel selection is used and restricts the channel selection to one of the given channels. config wifi-device list channels 1 list channels 6 list channels 11 Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 47427
-
Felix Fietkau authored
Update e2fsprogs to 1.42.13. Refresh and cleanup patches. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47426
-
Felix Fietkau authored
Signed-off-by:
Richard Kunze <richard.kunze@web.de> SVN-Revision: 47425
-
Felix Fietkau authored
as conntrack and conntrackd are completely independent programs, serving a different purpose. Also split by other distributions, as Debian and Ubuntu. Signed-off-by:
Ulrich Weber <uw@ocedo.com> SVN-Revision: 47424
-
Felix Fietkau authored
Signed-off-by:
Ulrich Weber <uw@ocedo.com> SVN-Revision: 47423
-
Felix Fietkau authored
default configuration will fill up disk by writing /var/log/conntrackd-stats.log Introduced due init script auto start. Signed-off-by:
Ulrich Weber <uw@ocedo.com> SVN-Revision: 47422
-
Felix Fietkau authored
The imagebuilder requires a profile for every subtarget to work. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 47421
-
Felix Fietkau authored
The international version is completely different from the already supported Chinese version. The WLAN of the QCA956x SoC used by this router has been fixed in r46948. This patch looks like it changes a lot in 700-MIPS-ath79-openwrt-machines.patch; that is not the case. Unfortunately, quilt decided to completely reorganize the Kconfig patch even though only a single section has been added. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 47420
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47419
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47418
-
- Nov 07, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47417
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47416
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47415
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47414
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47413
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47412
-
Felix Fietkau authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 47411
-
Felix Fietkau authored
When running "make kernel_menuconfig" right after "make clean", we error out with the following message: Makefile:22: recipe for target '.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked' failed make[2]: [.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked] Error 127 (ignored) The root cause of the problem is located in the OpenWrt specific quilt patch, which sets the quilt install directory to $STAGING_DIR/../host. However, on a clean environment (right after running "make clean"), $STAGING_DIR doesn't exist. The "quilt" executable doesn't find its different commands, errors out, and creates this message. We're fixing it by using $STAGING_DIR_HOST rather than $STAGING_DIR, which is absolute. It will work even if there is no target directory yet. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47410
-
Felix Fietkau authored
Certains host packages (like quilt) need to know the previously used install location at run-time. They currently use $STAGING_DIR, which causes issues on cleaned environment, where $STAGING_DIR doesn't exist yet. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 47409
-
Felix Fietkau authored
In order to set the multicast rate for mesh point interfaces the "mesh join" was made explicit and moved to mac80211_setup_vif(), similar to how it is done for IBSS interfaces. Previously, the mesh join was made implicit in case authentication (i.e. $key) was not used when creating the interface in mac80211_prepare_vif(), while using authentication would create the interface first, then join later in mac80211_setup_vif() by starting authsae. Signed-off-by:
Nils Schneider <nils@nilsschneider.net> SVN-Revision: 47408
-
Felix Fietkau authored
* remove references to non-existing kmod-usb3-mt7621 * ZTB WG2626 doesn't have an RTC (thanks to Piotr Dymacz!) Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47407
-
Felix Fietkau authored
The hardware of the v3 is identical to the v2. Based-on-patch-by:
Andreas Ziegler <github@andreas-ziegler.de> Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 47406
-
Felix Fietkau authored
Signed-off-by:
Benjamin Berg <benjamin@sipsolutions.net> SVN-Revision: 47405
-
Felix Fietkau authored
Some devices require the kernel to be in a JFFS2 file system. Make the support for this more generic so that it can be used by other devices. Signed-off-by:
Benjamin Berg <benjamin@sipsolutions.net> SVN-Revision: 47404
-
Felix Fietkau authored
In case if we're interested in generation of non-binary images (for example if we want images to be valid .elfs - and that's what we want for ARC now) we have to instruct Device/Build/initramfs target to use input file with some extension (in case of ARC it will be essentially .elf). Otherwise default binary vmlinux-initramfs (without extension) is used and resulting images then are binaries instead of elfs. Now having KERNEL_INITRAMFS_NAME variable it's possible to substitute default $$(KERNEL_NAME)-initramfs with preferred option like $$(KERNEL_NAME)-initramfs.elf. Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> SVN-Revision: 47403
-