Gabor Juhos
b77d4d8d19
ar71xx: image: improve the CatFiles macro
...
Make it possible to append the rootfs image directly
to the kernel.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38115
2013-09-22 09:11:22 +00:00
Gabor Juhos
2e62ff9320
kernel/3.10: add partition parser for Seama firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38114
2013-09-21 17:56:18 +00:00
Gabor Juhos
2f2ed5c5c1
kernel/3.10: add partition parser for uImage firmwares
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38113
2013-09-21 17:56:09 +00:00
Gabor Juhos
98db90576c
kernel/3.10: add default partition name defines to mtdsplit.h
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38112
2013-09-21 17:56:01 +00:00
Gabor Juhos
61c39f923b
kernel/3.10: add more helpers to the mtdsplit code
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38111
2013-09-21 17:55:54 +00:00
Gabor Juhos
daec7ad768
kernel/3.10: add separate rootfs partition parser
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38110
2013-09-21 17:55:49 +00:00
Gabor Juhos
d89bea92b3
kernel/3.10: move squashfs check from rootfs split code into a separate file
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38109
2013-09-21 17:55:44 +00:00
Gabor Juhos
3b71cd94bc
kernel/3.10: allow to use partition parsers for rootfs and firmware split
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38108
2013-09-21 17:55:30 +00:00
Gabor Juhos
6f2b80dff1
kernel/3.10: allow to use different MTD parser types
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38107
2013-09-21 17:55:18 +00:00
Gabor Juhos
0ee77c1efb
ar71xx: enable wlan2g led in the default configuration of dir-825-c1
...
Enable the wlan2g led in the default configuration of dir-825-c1.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4079/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38106
2013-09-21 16:08:45 +00:00
Gabor Juhos
d661af0b77
ar71xx: vanity changes for dir-825-c1
...
This patch
- changes the color names from orange to amber
- changes the name of GPIO 13 from WIFI_BGN (wifi_bgn) to WLAN_2G
(wlan2g) to be more consistent with the other routers' files
- changes the descriptions of the hardware keys to be a tad more
explicit
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4081/
[juhosg: update the LED migration script as well]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38105
2013-09-21 16:08:44 +00:00
Gabor Juhos
b02cb983d9
ar71xx: diag.sh: consolidate netgear device entries
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38104
2013-09-21 15:55:57 +00:00
Gabor Juhos
5dc4786200
ar71xx: use the green power led for diag on the WNR2200 board
...
Make it consistent with the other Netgear boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38103
2013-09-21 15:55:56 +00:00
Gabor Juhos
0a813e9e3c
ar71xx: use netgear prefix for WNDAP360 LED names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38102
2013-09-21 15:55:55 +00:00
Gabor Juhos
d0fe16cedf
ar71xx: use netgear prefix for WNR612 v2 LED names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38101
2013-09-21 15:55:54 +00:00
Gabor Juhos
ae7d14f701
ar71xx: use netgear prefix for WNR2200 LED names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38100
2013-09-21 15:55:52 +00:00
Gabor Juhos
87f7ac6b4e
ar71xx: use netgear prefix for WNR2000 LED names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38099
2013-09-21 15:55:51 +00:00
Gabor Juhos
e33ccdc295
ar71xx: use netgear prefix for WNDR3700 LED names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38098
2013-09-21 15:55:50 +00:00
Gabor Juhos
d381cd170d
ar71xx: add an uci-defaults script for LED configuration migration
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38097
2013-09-21 15:55:49 +00:00
Gabor Juhos
10ed605a89
ar71xx: let HW switch control WAN LED on dir-825-c1
...
Enable GPIO 20. This hands off control of the blue planet led to the
integrated switch. Consequently, remove the led configuration for the
blue planet led.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4080/
[juhosg: whitespace fixup]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38096
2013-09-21 14:56:24 +00:00
Gabor Juhos
20c8252a8f
ar71xx: image: override mkcameofw status
...
This allows to build images for other boards, even if
the image is too big for Cameo devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38095
2013-09-21 14:56:22 +00:00
Gabor Juhos
50f4732438
ar71xx: fix LAN LEDs for dir-825-c1
...
This patches fixes the lan led configuration. The new configuration is
identical to the one in mach-db120.c and it works. The previous one
didn't work at all.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38094
2013-09-21 12:04:45 +00:00
Steven Barth
4894800bdd
odhcp6c: handle NoAddrsAvail IA-status
...
SVN-Revision: 38092
2013-09-21 10:54:13 +00:00
Gabor Juhos
fe19f5a718
ar71xx: set proper wan mac during initial configuration on dir-825-c1
...
The goal is to set the WAN MAC address to the one on the
sticker on the bottom of the unit. Currently it is not
used at all. But some users expect the WAN interface to
have the MAC address that is written on the sticker.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38091
2013-09-20 16:59:44 +00:00
Gabor Juhos
1dd33c4d6c
ar71xx: tew-712br: use ath79_parse_ascii_mac helper
...
Remove the local MAC address parser function and use
the generic one instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38090
2013-09-20 16:41:36 +00:00
Gabor Juhos
cb18e38996
ar71xx: tew-673gru: use ath79_parse_ascii_mac helper
...
Remove the local MAC address parser function and use
the generic one instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38089
2013-09-20 16:41:34 +00:00
Gabor Juhos
a98df83f5f
ar71xx: dir-825-c1: use ath79_parse_ascii_mac helper
...
Remove the local MAC address parser function and use
the generic one instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38088
2013-09-20 16:41:33 +00:00
Gabor Juhos
710314990a
ar71xx: dir-825-b1: use ath79_parse_ascii_mac helper
...
Remove the local MAC address parser function and use
the generic one instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38087
2013-09-20 16:41:32 +00:00
Gabor Juhos
2a777a272c
ar71xx: dir-505-a1: use ath79_parse_ascii_mac helper
...
Remove the local MAC address parser function and use
the generic one instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38086
2013-09-20 16:41:31 +00:00
Gabor Juhos
e312a917d3
ar71xx: rename ath79_parse_mac_addr to ath79_parse_ascii_mac
...
Rename the function and extend it in order to make it
usable from board setup code.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38085
2013-09-20 16:41:30 +00:00
Gabor Juhos
cf5891fb39
ar71xx: fix Cameo934x initramfs image generation
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38084
2013-09-20 16:41:28 +00:00
Luka Perkov
7665c57a72
lantiq: fix usb on sx76x
...
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 38083
2013-09-20 14:24:30 +00:00
Luka Perkov
c90e521790
imx6: update gw5400-a dts
...
- remove common imx6q-ventana.dtsi - there isn't enough commonality to
warrent this
- rename user led's to 1-based
- add alises used by bootloader
- clean up iomux gpios
- fix pfuze slave address
- enable sata
- add delay after release of pci reset downstream from PCIe switch
- remove PCIe clock configuration as its now handled in updated driver
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38081
2013-09-20 01:59:33 +00:00
Luka Perkov
3f059f58db
imx6: update PCIe driver
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38080
2013-09-20 01:59:32 +00:00
Luka Perkov
19bd25f4ec
imx6: update network defaults for Gateworks Ventana
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38079
2013-09-20 01:59:30 +00:00
Luka Perkov
cd1257ee0c
imx6: update config
...
* enable PERF_EVENTS
* enable REGULATOR_ANATOP
* enable VMSPLIT_2G
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38078
2013-09-20 01:59:29 +00:00
Luka Perkov
7c9b567371
imx6: drop inittab
...
It's the same as in base-files package.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38077
2013-09-20 01:59:27 +00:00
Gabor Juhos
cd9ff05845
ar71xx: add profile and build image for the WD My Net N600 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38076
2013-09-19 22:36:43 +00:00
Gabor Juhos
37968b3be1
ar71xx: add sysupgrade support for the WD My Net N600 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38075
2013-09-19 22:36:42 +00:00
Gabor Juhos
7f9d2292fa
ar71xx: add user-space support for the WD My Net N600 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38074
2013-09-19 22:36:41 +00:00
Gabor Juhos
8b50ecc6ff
package/mtd: enable seama fixup code for ar71xx
...
It will be used for the WD My Net N600.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38073
2013-09-19 22:36:40 +00:00
Gabor Juhos
9a2e94476a
ar71xx: add kernel support for the WD My Net N600 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38072
2013-09-19 22:36:39 +00:00
Gabor Juhos
9200807877
ar71xx: wndr4300: enable HW ECC mode for the NAND controller
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38071
2013-09-19 18:43:43 +00:00
Gabor Juhos
83915a8d78
ar71xx: add ath79_nfc_set_ecc_mode helper
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38070
2013-09-19 18:43:42 +00:00
Gabor Juhos
d6fef0cb39
ar71xx: ar934x_nfc: add experimental support for hardware ECC
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38069
2013-09-19 18:43:41 +00:00
Gabor Juhos
ceecdfb1c9
ar71xx: ar934x_nfc: return error code from some low-level functions
...
Change some flow-level unctions to return with an
error code in order to be able to report errors
to the core code.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38068
2013-09-19 18:43:40 +00:00
Gabor Juhos
df8485c7cb
ar71xx: ar934x_nfc: use devm_* functions
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38067
2013-09-19 18:43:38 +00:00
Gabor Juhos
54c0e72f9d
ar71xx: add profile and build image for the TL-MR13U board
...
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38066
2013-09-19 17:52:45 +00:00
Gabor Juhos
da3700b2a6
firmware-utils/mktplinkfw: add support for the TL-MR13U board
...
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38065
2013-09-19 17:52:44 +00:00
Gabor Juhos
5e3c7d14ec
ar71xx: add user-space support for the TL-MR13U board
...
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38064
2013-09-19 17:52:42 +00:00