- Nov 08, 2015
-
-
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
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47402
-
Felix Fietkau authored
We will only support uClibc for targets that actually need it. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47401
-
- Nov 06, 2015
-
-
Felix Fietkau authored
- remove logs like "make dirclean" does - remove key-build* Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 47397
-
Felix Fietkau authored
Update toolchain gdb to 7.10. Refresh patches. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47396
-
Felix Fietkau authored
autoload should be without .ko module extension Signed-off-by:
Ulrich Weber <uw@ocedo.com> SVN-Revision: 47395
-
Felix Fietkau authored
same as for hardware watchdogs, otherwise procd cannot initialize it. Signed-off-by:
Ulrich Weber <uw@ocedo.com> SVN-Revision: 47394
-
Felix Fietkau authored
Update mm-macros to 0.9.8. Add a secondary download location. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47393
-
Felix Fietkau authored
Update scons to 2.4.0. Change mirror (as the previous one is missing the current version). Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47392
-
Felix Fietkau authored
Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 47391
-
- Nov 05, 2015
-
-
John Crispin authored
r47388 accidentially changed 2 files too many Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 47389
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 47388
-
- Nov 04, 2015
-
-
Felix Fietkau authored
Adds about 1.2k gzip-compressed Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47387
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 47386
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 47385
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 47384
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47383
-