- Mar 02, 2017
-
-
Florian Fainelli authored
Fixes linking failures observed with external toolchains: /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libubox.so, needed by /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so, not found (try using -rpath or -rpath-link) /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_open_nested' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_parse' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blob_nest_end' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_add_field' Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Make sure we pass down TARGET_CPPFLAGS to let toolchains with no default search paths to find the mbdetls headers, and override TARGET_LDFLAGS to include libraries we are linking against. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Brings the following change: 1fe6f48f8a50 Cmake: Find libubox/list.h Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Brings the following changes: 22f041e18df0 Extend StandardEject sequence to include LUN 1 61fdf7e9b1cc cmake: Search for libjson-c 2769852e76b5 cmake: Find libubox/blobmsg_json.h 8a47c4b6649f add TargetClass support Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Fixes build with external toolchains not having STAGING_DIR in their default search path(s). Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
thc-ipv6 did not allow an external environment to override CFLAGS, which would lead to our CFLAGS not being passed properly (relro, optimizations, etc...) Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Mar 01, 2017
-
-
Joseph C. Lehner authored
These modules are not needed by the EX2700, since it does not have an external wifi chip (MT7620A is covered by rt2x00). Signed-off-by:
Joseph C. Lehner <joseph.c.lehner@gmail.com>
-
Furong Xu authored
Signed-off-by:
Furong Xu <xfr@outlook.com>
-
Francois Goudal authored
This device features both a 2.4 and 5Ghz radio, and supports 802.11a/b/g/n/ac modes. It has 5 Gb-Ethernet ports and a USB 3.0 host port. It is powered by the Mediatek MT7621 SoC, and the MT7602E and MT7612E wifi chipsets, together with 128MB of RAM and 16 MB of SPI Flash. The stock firmware is in fact based on some openwrt barrier breaker, with a mediatek SDK kernel, and an afoundry custom made web interface (not LuCI based). Firmware update page on the stock web interface can not accept sysupgrade images, it bricks the device. At this point, the only working solution I found was to connect to the serial console port (available on J4 header) and to use opkg to install dropbear. Then scp the sysupgrade file in the device's /tmp and run sysupgrade from console without preserving configuration files. Signed-off-by:
Francois Goudal <francois@goudal.net>
-
Rafał Miłecki authored
Somewhere between 4.4 and 4.9 there was a change that made OF_EARLYCON_DECLARE adding entries to the __earlycon_table instead of __earlycon_of_table. We need to keep this table as well. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This error is important enough to be displayed even without debugging. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This driver has been added instead of improving spi-bcm53xx. It has some advantages: allows SPI speed control & hopefully doesn't have bug that was stopping us from using multiple SPI messages for writing flash data. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Jo-Philipp Wich authored
Flag the opkg package as essential to avoid accidential uninstalls of it. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Feb 28, 2017
-
-
Alberto Bursi authored
the mtd_get_mac_ascii function called within this script requires the inclusion of /lib/functions/system.sh Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it>
-
ZengFei Zhang authored
This patch adds supports for the HiWiFi HC5962(gee4) http://www.hiwifi.com Short specification: - MT7621AT + MT7612EN + 7603EN - 256MB DDR3 RAM - 128MB NAND flash - 1+3 x 1000M Ethernet - 1x USB 2.0 port. 1x USB 3.0 port. - reset button - UART pad on PCB (JP3: TX, RX, GND, 3.3V) Flash instruction: 1, Download lede-ramips-mt7621-hc5962-squashfs-factory.bin 2, Login as root via SSH on 192.168.199.1 and then copy factory.bin(using wget or nc or...) to /tmp/ 3, use the following commands: $ mtd write /tmp/lede-ramips-mt7621-hc5962-squashfs-factory.bin firmware $ mtd erase firmware_backup && reboot After reboot you should be able to login as root via SSH on 192.168.1.1 Signed-off-by:
ZengFei Zhang <zhangzengfei@kunteng.org>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Felix Fietkau authored
Fixes the following build error: CC arch/mips/boot/compressed/decompress.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin XZKERN arch/mips/boot/compressed/vmlinux.bin.z OBJCOPY arch/mips/boot/compressed/piggy.o LD vmlinuz arch/mips/boot/compressed/decompress.o: In function `lzma2_lzma': /tmp2/mehrtens/linux/arch/mips/boot/compressed/../../../../lib/xz/xz_dec_lzma2.c:884: undefined reference to `memmove' make[1]: *** [vmlinuz] Error 1 make: *** [vmlinuz] Error 2 lib/decompress_unxz.c only defines its own memmove function if there is no macro with the same name. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Hsing-Wang Liao authored
Signed-off-by:
Hsing-Wang Liao <kuoruan@gmail.com>
-
Rafał Miłecki authored
This is required to get booting kernel. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Daniel Gonzalez Cabanelas authored
Add SPROM wifi to the kernel board data. After this fix, the wifi won't work anyway due the lack of RAM memory (16 MB). It will throw a kernel panic when loading the b43 drivers. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Daniel Gonzalez Cabanelas authored
Fix board name typo, fix network configuration and add a led trigger. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Daniel Gonzalez Cabanelas authored
Fix typo, erase pointless option and allow to build the image. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Daniel Gonzalez Cabanelas authored
Leds are wrong and a button is missing, fix them. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Daniel Gonzalez Cabanelas authored
Fix the register for configuring rising/falling edge Rising should be sense=1, and falling sense=0. The old driver used these values, but the new one have them flipped. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Jonas Gorski authored
Use kconfig.pl to sort the generic configs and get rid of duplicate entries. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Feb 27, 2017
-
-
Matthias Schiffer authored
The confvar macro is adjusted to not only consider if a variable has a value or not, but also the value itself. Instead of creating a string of 'y' and 'n' characters, all variable names and values are concatenated and hashed. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
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>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
Jonas Gorski authored
Binutils recently updated the ABI version to 5, which broke glibc, as it refuses to load anything > 3. Upstream reverted the ABI version update, so backport the commit. Fixes the following error on boot: /bin/sh: error while loading shared libraries: /lib/libcrypt.so.1: ELF file ABI version invalid [ 0.920077] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 [ 0.920077] [ 0.929450] Rebooting in 1 seconds.. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Wang JiaWei authored
HC5661A is almost the same as HC5661 but MT7628AN is used instead of MT7620A. - MT7628AN - 128 MiB DDR2 RAM (W971GG6KB-25) - 16 MiB SPI NOR flash (W25Q128) - SD slot (not work yet) - 1+4 x 100M Ethernet - 802.11 b/g/n Wi-Fi - 3 x LED - 1 x button - UART pad on PCB (JP1: TX, RX, GND, 3.3V) The factory flash layout seems different from HC5661. "hwf_config" is renamed to "oem" and its size changes to 0x20000. It is modified accordingly in the dts file. 0x000000000000-0x000000030000 : "u-boot" 0x000000030000-0x000000040000 : "hw_panic" 0x000000040000-0x000000050000 : "Factory" 0x000000050000-0x000000160000 : "kernel" 0x000000160000-0x000000fc0000 : "rootfs" 0x000000bb0000-0x000000fc0000 : "rootfs_data" 0x000000fc0000-0x000000fe0000 : "oem" 0x000000fe0000-0x000000ff0000 : "bdinfo" 0x000000ff0000-0x000001000000 : "backup" 0x000000050000-0x000000fc0000 : "firmware" To install LEDE, enabled the "developer mode", which will *void your warranty* and open the SSH server at port 1022. sysupgrade -n -F lede-ramips-mt7628-hc5661a-squashfs-sysupgrade.bin SD slot: - Tried to add modules kmod-sdhci kmod-sdhci-mt7620, and corresponding dts block. - It will block WAN + 3xLAN ports, only one LAN works. - I'm not sure why, everything else works fine. Signed-off-by:
Wang JiaWei <buaawjw@gmail.com>
-
Ansuel Smith authored
refresh patch 630-packet_socket_type Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
Chris Blake authored
The following will enable the TPM kernel module, as well as support for the atmel i2c TPM driver. Tested and confirmed working on an Aerohive AP-121 Signed-off-by:
Chris Blake <chrisrblake93@gmail.com>
-
- Feb 26, 2017
-
-
Thomas Reifferscheid authored
The more straight forward approach for generating the pure and unpadded kernel file which then can be used for initramfs straight. Build options for factory.img and sysupgrade.tar are handeled seperately. Signed-off-by:
Thomas Reifferscheid <thomas@reifferscheid.org>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Etienne Haarsma authored
Patch 100-fix-gets-removal.patch is removed because it's included in the new version. Signed-off-by:
Etienne Haarsma <bladeoner112@gmail.com>
-
Felix Fietkau authored
Instead of using a separate .clean stamp file, remove the install info file on compile, then append the install package list afterwards Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Defined required host related variables in toplevel.mk instead Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-