- Mar 16, 2016
-
-
John Crispin authored
- Enable SDIO support on brcmfmac. - Disable power managment for brcm2708 target. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49023
-
- Mar 14, 2016
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 49022
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 49021
-
Luka Perkov authored
Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 49020
-
Luka Perkov authored
Dropped patches because they applied upstream: - 120-iomega_ix2_200.patch - 150-pogoplug_e02.patch Tested on dockstar and goflexnet. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 49019
-
Luka Perkov authored
Explicit sets the size of the mtdparts, because the kernel has also an explicit value. If they have diffent sizes the ubi won't be detected. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49018
-
Luka Perkov authored
otherwise the uboot is missing important commands like bootz Signed-off-by:
Martin Mueller <mm@sig21.net> Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49017
-
Luka Perkov authored
Since switching to new ubi(kernel,squashfs,ubifs) layout, the kernel lies in a ubi volume. Dropping the mtd parts because the mtd layout is saved in the device-tree, which is appended to the zImage. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49016
-
Luka Perkov authored
Previous the uboot was overwriting the device-tree's mtd layout to use the last 3 mb. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49015
-
Luka Perkov authored
The kernel will automatic attach mtd partitions named 'ubi' to ubi0. Renaming the "root" partition into "ubi" will safe arguments from the kernel cmdline. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49014
-
Luka Perkov authored
Also using the new image build step format Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49013
-
Luka Perkov authored
Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49012
-
Luka Perkov authored
the kernel tries to use "ubi" or "data" labeled partition to find it's root filesystem. dockstar don't need anymore mtdparts= nor root= bootarguments Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49011
-
Luka Perkov authored
The new image requires `bootz` because of devicetree appending. To flash a new image boot initramfs: tftpboot 0x800000 openwrt-kirkwood-dockstar-initramfs-kernel.bin bootz 0x800000 # detach if already attached ubidetach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}') # scp openwrt-kirkwood-dockstar-squashfs-factory.bin /tmp ubiformat -f /tmp/openwrt-kirkwood-dockstar-squashfs-factory.bin # attach is important to resize rootfs_data otherwise it wont boot ubiattach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}') Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49010
-
Luka Perkov authored
depending on KERNEL_IN_UBI, the image.mk will create a ubi volume for the kernel Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49009
-
Luka Perkov authored
this platform already uses devicetree Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49008
-
- Mar 11, 2016
-
-
Rafał Miłecki authored
Apart from using our new building system there are 2 more changes: 1) Limit amount of images So far we were generating all standard images (optimized one and two with no loader) for every SUBTARGET. This is not needed, as e.g. the only device requiring gzipped kernel is legacy Huawei E970. 2) Change output names The new image building system requires specifying device name. This forced picking some and resulted in: openwrt-brcm47xx-$(SUBTARGET)-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-squashfs-gz.trx openwrt-brcm47xx-$(SUBTARGET)-squashfs-noloader-nodictionary.trx becoming: openwrt-brcm47xx-$(SUBTARGET)-standard-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-standard-noloader-gz-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-standard-noloader-nodictionarylzma-squashfs.trx Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49006
-
Jo-Philipp Wich authored
This reverts commit 845d82da156781135b027ecf75ff67e2253e06dd. SVN-Revision: 49005
-
- Mar 10, 2016
-
-
John Crispin authored
some bit rot was accidentally left-out in r48986, remove it. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48997
-
John Crispin authored
WARNING: Variable 'respawn' does not exist or is not an array/object Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 48996
-
John Crispin authored
internal jsoncpp include order leads to multiple build errors on Alpine Linux which uses musl libc use include order from upstream jsoncpp first error was: In file included from /usr/include/c++/5.3.0/stdexcept:38:0, from /home/..../openwrt/build_dir/host/cmake-3.4.3/Utilities/cmjsoncpp/include/json/assertions.h:16, from /home/..../openwrt/build_dir/host/cmake-3.4.3/Utilities/cmjsoncpp/src/lib_json/json_reader.cpp:7: /usr/include/c++/5.3.0/exception:35:9: error: '#pragma' is not allowed here #pragma GCC visibility push(default) Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 48995
-
John Crispin authored
This patch adds support for GL-MT750. GL-MT750 is powered by MT7620A and MT7610e, dual band 802.11ac, 2.4G 300Mbps and 5G 450Mbps. It has 5 LANs, MMC interface, USB, a lot of IOs and PoE support. SVN-Revision: 48994
-
John Crispin authored
This patch adds support for GL-MT300N. GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM, 2 LANs, USB, UART, GPIO and PoE support. SVN-Revision: 48993
-
John Crispin authored
This patches adds support for GL-MT300A. GL-MT300A is powered by MT7620A. It has 16MB flash, 128MB RAM, Two LANs, USB, UART and MMC daughter board. SVN-Revision: 48992
-
John Crispin authored
Update GNU findutils to the new stable version 4.6.0 Remove the patch for 32-bit buildhosts as the issue is fixed upstream. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48991
-
John Crispin authored
Update gdb to version 7.11 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48990
-
John Crispin authored
Update gdb to version 7.11 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48989
-
John Crispin authored
* Bump pkg-config version to 0.29.1 * Use https for the source download (http gets directed there) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48988
-
John Crispin authored
Bump mm-macros to 0.9.10 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48987
-
John Crispin authored
A re-write of the driver based on xway_nand.c and constants as well as the cmd_ctrl() function from the original oxnas_nand.c resulted in a extremely similar looking file (see diffsize), and fixes the issue of NAND not being detected on newer kernels. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48986
-
John Crispin authored
As usual these patches were extracted from the raspberry repo: https://github.com/raspberrypi/linux/commits/rpi-4.4.y - Disable unused MFD RPISENSE driver. - Disable ethernet HW checksums in order to avoid kernel exceptions. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48985
-
John Crispin authored
procd from revision b12bb150ed38a4409bef5127c77b060ee616b860 supports writing a pidfile. This adds support for setting that parameter with standard init script hooks: procd_set_param pidfile /var/run/someprocess.pid Signed-off-by:
Karl Palsson <karlp@etactica.com> SVN-Revision: 48984
-
John Crispin authored
This patch adds support for Arduino Yun board "WLAN RST" button. Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com> SVN-Revision: 48983
-
John Crispin authored
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel so called Layer-4 switching. IPVS running on a host acts as a load balancer at the front of a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address. Signed-off-by:
Mauro Mozzarelli <mauro@ezplanet.net> SVN-Revision: 48982
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 48981
-
John Crispin authored
Looks like the addresses for BCM3368 were wrongly defined when DT support was introduced. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48980
-
John Crispin authored
According to the calling convention of the o32 ABI the caller function must reserve stack space for $a0-$a3 registers in case the callee needs to save its arguments. The assembly code of the loader does not reserve stack space for these registers thus when the 'loader_main' function needs to save its arguments, those will be stored in the 'workspace' area instead of the stack. Because the workspace area is also used by other part of the code, the saved register values gets overwritten and this often leads to failed kernel boots. Fix the code to reserve stack space for the registers to avoid this error. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> [noltari: apply the fix for brcm63xx too] Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48979
-
John Crispin authored
fixes build errors: src/flock.c:208:34: error: 'O_NOCTTY' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); src/flock.c:208:43: error: 'O_CREAT' undeclared (first use in this function) fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666); Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 48978
-
John Crispin authored
Signed-off-by:
Micke Prag <micke.prag@telldus.se> SVN-Revision: 48977
-
John Crispin authored
base-files: add function ucidef_set_interface_raw to enable default configuration on interfaces other than lan and wan. Signed-off-by:
Micke Prag <micke.prag@telldus.se> SVN-Revision: 48976
-