- Feb 01, 2017
-
-
Magnus Kroken authored
The short git hash suffix printed by getver.sh is taken from the latest local commit, change this to use the hash from latest upstream commit if available. This is considered the intended behavior based on commit message a642a11f, introducing getver.sh. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Rafał Miłecki authored
We override default Ethernet interface with eth0 which often uses random MAC due to missing proper NVRAM entry. Fix this by manually assigning MAC in the config. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Felix Fietkau authored
Remove gcc testsuite, ada and libjava (if not selected) Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Since the main stamp file depends on the _check stampfile, the _check stampfile needs to be created on the first run as well. Fixes spurious rebuilds with CONFIG_AUTOREBUILD=y Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Mathias Kresin authored
All mvebu boards have three USB LEDs. The first one is used for the USB1 port. There are two LEDs related to the second USB port. The top (bar) LED gets bright in case any USB device is connected to the second USB port. If the connected device is an USB 3 (SuperSpeed) device, the small dot LED bellow the "bar" LED gets also bright. While at it, use a name for the USB LEDs that matches the names printed on the case. Fixes: FS#423, FS#425 Signed-off-by:
Kabuli Chana <newtownbuild@gmail.com> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jan 31, 2017
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This is a pure rename without any changes. It makes maintaining bgmac simpler and will hopefully make adding new kernel a bit easier. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Hans Dedecker authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Felix Fietkau authored
Fixes DFS detection false positive issues Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
Some debugging/error messages are printed using wpa_printf and this change allows finally reading them out of the syslog. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This will allow starting hostapd with the new -s parameter and finally read all (error) messages from the syslog. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Felix Fietkau authored
This needs to be refined and reworked before we can safely leave it enabled by default Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
- fixes unaligned acccesses, causing DNS parsing issues on ARMv5 - fixes service timeout handling Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Avoid treating error pages as successfully downloaded content Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
FUKAUMI Naoki authored
Buffalo WCR-1166DS is a small wireless router with - MT7628AN + MT7612E - 64MiB DDR2 SDRAM - 16MiB SPI flash - 2T2R 11ac/a/b/g/n Wi-Fi - 2x 10/100M ethernet switch - 8x programmable LED - 3x button - UART pad on PCB (J2: 3.3V, GND, TX, RX) factory image can be installed via stock web UI. due to the "dual image" function in the bootloader, the second half of the SPI flash ("firmware2" partition) cannot be used as a part of the file system. Signed-off-by:
FUKAUMI Naoki <naobsd@gmail.com>
-
FUKAUMI Naoki authored
only factory images for DHP-EU and DHP2-JP (fw ver. 2.x) are built. this will not work for DHP-JP/AP/TW (fw ver. 1.x) because they use different buffalo_csum() formula. Signed-off-by:
FUKAUMI Naoki <naobsd@gmail.com> Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
FUKAUMI Naoki authored
some of Buffalo DHP series use slightly different trx magic, buffalo-enc, buffalo-tag, and factory image begin with 'bgn'. this patch adds support for building those images. Signed-off-by:
FUKAUMI Naoki <naobsd@gmail.com>
-
Felix Fietkau authored
Enables PCI bus and support for the MT7603 and RT5592 chips Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 30, 2017
-
-
Hans Dedecker authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Stijn Tintel authored
Qemu's local AES code defines symbols that conflict with LibreSSL/OpenSSL's libcrypto. Rename them to avoid build problems. See upstream commit c8d70e59738e672021926c7747af8ef9dea15c82. Fixes FS#444. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Kevin Darbyshire-Bryant authored
Updated cake's tc patch to match the official cake repository formatting. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Kevin Darbyshire-Bryant authored
wash, mpu & some memory optimisation have now made it to the official cake repository. Point LEDE to the official repository. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Hans Dedecker authored
c13b6a0 dhcpv6: fix white space error e9d80cc dhcpv6: trigger restart of DHCPv6 state machine when not receiving statefull options c7122ec update README 419fb63 dhcpv6: server unicast option support Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Alexander Couzens authored
Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Mathias Kresin authored
The condition is always true due to the literal string followed the -n test parameter. A model name set by target scripts always gets overwritten this way. Change the condition to check for an already existing destination file as it was before 5e85ae9e ("base-files: fix error message during boot"). Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Rafał Miłecki authored
It wasn't possible to read hostapd wpa_printf messages unless running hostapd manually. It was because hostapd was printing them using vprintf and not directly to the syslog. We were trying to workaround this problem by redirecting STDIN_FILENO and STDOUT_FILENO but it was working only for the initialization phase. As soon as hostapd did os_daemonize our solution stopped working. Please note despite the subject this change doesn't affect debug level messages only but just everything printed by hostapd with wpa_printf including MSG_ERROR-s. This makes it even more important as reading error messages can be quite useful for debugging. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Jan 29, 2017
-
-
Florian Fainelli authored
Fixes build issues with some toolchains that don't add lcrypt in the default search paths: CMakeFiles/rpcd.dir/session.c.o: In function `rpc_login_test_password': build_dir/target-mipsel-linux-gnu/rpcd-2016-12-03-0577cfc1/session.c:823: undefined reference to `crypt' collect2: error: ld returned 1 exit status Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Some toolchains will produce executables with an interpreter that is e.g: ld.so.1 (typically a symbolic link). Due to our current LIBC_SPEC_FILE value, we would not be able to copy this symbolic link/file over to the rootfs and executables would fail to load. Extend the search pattern to include all ld*.so* files that could be needed. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
For external toolchain, we also know the type of C library used, and the toolchain triplet may not always be reflective of that, therefore make $(TARGET_DIR_NAME) suffixed with _$(LIBC). Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Sergey Sergeev authored
This fixes logic bug(in function netdev_trig_notify) introduced in 0b2991a8 commit. Events triggered by different interfaces were stopping work queue so it wasn't working for tx/rx mode. Signed-off-by:
Sergey Sergeev <adron@yapic.net>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Magnus Kroken authored
Refresh patches, delete patches that have been applied upstream. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix defaults]
-
Magnus Kroken authored
The "new style" busybox applet approach moves all config and build definitions related to an applet to its .c file. This makes the patches easier to maintain, as they only add new files to the busybox build directory, without modifying BusyBox files. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
- Jan 28, 2017
-
-
FUKAUMI Naoki authored
"pad-rootfs" is required just after "append-rootfs". Signed-off-by:
FUKAUMI Naoki <naobsd@gmail.com>
-
Michael Heimpold authored
Commit 29443e2c (mxs: remove modules.mk, select drivers in the kernel config) missed to remove these references, so cleanup it now. Signed-off-by:
Michael Heimpold <mhei@heimpold.de>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-