ar71xx: update bomb
authorZoltan HERPAI <wigyori@uid0.hu>
Wed, 22 Jun 2016 12:12:09 +0000 (14:12 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Wed, 22 Jun 2016 12:12:09 +0000 (14:12 +0200)
commit299c437ccd1fd605eef2e15f07397866864cf896
tree13f424074215d071d37938c40af9e89a3b8ace2c
parent906ce8b22a737a5f880f5f21214580e9f04305b8
ar71xx: update bomb

ar71xx: split tp-link image building code into a separate file
ar71xx: split legacy image building code into a separate file
ar71xx: split ubnt image building code into a separate file
ar71xx: move generic device image definitions to a separate file
ar71xx: move nand device image definitions to a separate file
ar71xx: Add support for initramfs images for OpenMesh devices
ar71xx: Generate sysupgrade images for OpenMesh devices
ar71xx: Move OpenMesh image target validation into subfunction
ar71xx: Allow OpenMesh CE images with more than 3 files
ar71xx: add kernel support for the OpenMesh OM2P-HSv3
ar71xx: add user-space support for the OpenMesh OM2P-HSv3
ar71xx: enable sysupgrade for the OpenMesh OM2P-HSv3
package/om-watchdog: add OpenMesh OM2P-HSv3 support
package/uboot-envtools: add OpenMesh OM2P-HSv3 support
ar71xx: add OM2P-HSv3 to the OM2P profile
ar71xx: add kernel support for the OpenMesh MR1750v2
ar71xx: add user-space support for the OpenMesh MR1750v2
ar71xx: enable sysupgrade for the OpenMesh MR1750v2
package/om-watchdog: add OpenMesh MR1750v2 support
package/uboot-envtools: add OpenMesh MR1750v2 support
ar71xx: extract ath10k wifi board.bin for the OpenMesh MR1750v2 board
ar71xx: add MR1750v2 to the MR1750 profile
ar71xx/cpe510: split profile into 2 profiles cpe210 and cpe510
ar71xx/cpe510: use second wifi calibration table
ar71xx: add GPIO pin for usb power switch for RouterBOARD 912
ar71xx: switch ordering and template to improve readability
ar71xx: Fix TL-WR841N v11 LEDs, use separate machine

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
22 files changed:
package/boot/uboot-envtools/files/ar71xx
package/kernel/om-watchdog/files/om-watchdog.init
target/linux/ar71xx/base-files/etc/board.d/01_leds
target/linux/ar71xx/base-files/etc/board.d/02_network
target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c
target/linux/ar71xx/files/arch/mips/ath79/mach-mr1750.c
target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v9.c
target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
target/linux/ar71xx/generic/profiles/openmesh.mk
target/linux/ar71xx/image/Makefile
target/linux/ar71xx/image/generic.mk [new file with mode: 0644]
target/linux/ar71xx/image/legacy.mk [new file with mode: 0644]
target/linux/ar71xx/image/nand.mk [new file with mode: 0644]
target/linux/ar71xx/image/tp-link.mk [new file with mode: 0644]
target/linux/ar71xx/image/ubnt.mk [new file with mode: 0644]