aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAge
...
* ar71xx: use RedBoot parser on PB44Gabor Juhos2011-12-11
| | | | SVN-Revision: 29501
* ar71xx: fix WNDR3x00 factory image generationGabor Juhos2011-12-07
| | | | | | | | | | | | | | | | | Factory images for WNDR3700v2 and WNDR3800 should contain these model IDs for the device: field in their DNI tags, not WNDR3700. This regressed in r29434, which redid WNDR3x00 model detection. The sixth parameter to Image/Build/Netgear is only used as the -B argument to mkdniimg, which is used to set the device: field. In r29434, this was erroneously changed to be WNDR3700 for all models. The tools to flash factory images (U-Boot's TFTP server and the factory software's upgrade utility) may refuse to honor images with incorrect device: fields in their DNI tags. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29473
* ar71xx: fix WNDR3x00 model detectionGabor Juhos2011-12-07
| | | | | | | | | | | | | | | | | | | | Detect the model name for /tmp/sysinfo/model based on 10 bytes at offset 56 in the art (caldata) mtd partition. r29434 redid WNDR3x00 model detection, attempting to distinguish between WNDR3700v2 and WNDR3800 by checking MemTotal in /proc/meminfo. However, it contained a bug: it put the awk inside a $(...), with the result that all WNDR3700v2 and WNDR3800 models would be reported as WNDR3800. This patch checks the model name stored in the art partition, as is done by U-Boot shipping on the WNDR3800. It has the likely advantage of working with future models based on the WNDR3700 board. It also will not mis-detect units on which people install more memory. I have tested this patch on WNDR3700 (v1), WNDR3700v2, and WNDR3800. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29472
* ar71xx: create firmware image for the TL-WR740N/ND v4 boardsGabor Juhos2011-12-06
| | | | | | Based on a patch by Cristian Deluxe <djcristiandeluxe@gmail.com> SVN-Revision: 29468
* ar71xx: use hw_id, hw_rev and flash_layout with mktplinkfwGabor Juhos2011-12-06
| | | | SVN-Revision: 29467
* ar71xx: fix TL-MR3x20 profile names in image/MakefileGabor Juhos2011-12-06
| | | | SVN-Revision: 29463
* ar71xx: cleanup TP-Link profilesGabor Juhos2011-12-06
| | | | SVN-Revision: 29461
* ar71xx: add TP-Link board detectionGabor Juhos2011-12-05
| | | | SVN-Revision: 29459
* ar71xx: use correct mac on the lan interface on several TP-LINK devicesGabor Juhos2011-12-05
| | | | SVN-Revision: 29458
* ar71xx: allow to pass negative offset values for ar71xx_init_macGabor Juhos2011-12-05
| | | | SVN-Revision: 29457
* ar71xx: don't register PCI controller on AR934x if PCIE_RC bit is not setGabor Juhos2011-12-05
| | | | SVN-Revision: 29456
* ar71xx: verify hardware id of firmware images on TP-Link boardsGabor Juhos2011-12-05
| | | | SVN-Revision: 29455
* ar71xx: reclaim some unused space on TP-Link boardsGabor Juhos2011-12-05
| | | | | | | | With the default OpenWrt configuration, this increases the size of the rootfs_data partition by 384KB/128KB on the older/newer TP-Link models. SVN-Revision: 29447
* ar71xx: check squashfs signature in TP-Link mtd parserGabor Juhos2011-12-05
| | | | SVN-Revision: 29446
* ar71xx: use the lzma-loader on TP-Link boards w/o lzma supportGabor Juhos2011-12-05
| | | | SVN-Revision: 29444
* ar71xx: add lzma loaderGabor Juhos2011-12-05
| | | | SVN-Revision: 29443
* ar71xx: add preliminary support for wzr-hp-g450hFelix Fietkau2011-12-05
| | | | SVN-Revision: 29441
* ar71xx: move multi-m25p80 concat code from wzr-hp-ag300h mach code to ↵Felix Fietkau2011-12-05
| | | | | | dev-m25p80.c, other buffalo routers use it as well SVN-Revision: 29440
* ar71xx: rewrite WNDR3700/3800 handlingGabor Juhos2011-12-05
| | | | SVN-Revision: 29434
* add some missing wndr3800 base-files definitionsJo-Philipp Wich2011-12-05
| | | | SVN-Revision: 29433
* ar71xx: change user-space board detectionGabor Juhos2011-12-05
| | | | SVN-Revision: 29432
* ar71xx: allow WNDR3700 image creation to fail if kernel/rootfs too bigGabor Juhos2011-12-05
| | | | SVN-Revision: 29431
* ar71xx: use the tp-link parser on the tp-link boardsGabor Juhos2011-12-03
| | | | | | Also remove static partition maps. SVN-Revision: 29416
* ar71xx: add mtd partition parser for the TP-Link boardsGabor Juhos2011-12-03
| | | | SVN-Revision: 29415
* ar71xx: run the RedBoot parser only on the RedBoot based boardsGabor Juhos2011-12-03
| | | | SVN-Revision: 29414
* ar71xx: run the MyLoader parser only on the WP543 boardGabor Juhos2011-12-03
| | | | SVN-Revision: 29413
* ar71xx: run the wrt160nl parser only on the WRT160NL boardGabor Juhos2011-12-03
| | | | | | Also remove static mtd partition definitions. SVN-Revision: 29412
* ar71xx: allow to pass part_probe types to the m25p80 driverGabor Juhos2011-12-03
| | | | SVN-Revision: 29411
* ar71xx: create initramfs images for the newer TP-Link boardsGabor Juhos2011-12-03
| | | | SVN-Revision: 29410
* ar71xx: remove swconfig and wpad-mini from custom profilesGabor Juhos2011-12-03
| | | | SVN-Revision: 29408
* ar71xx: add uboot-envtools to the default package listGabor Juhos2011-12-03
| | | | SVN-Revision: 29407
* ar71xx: reclaim unused space in WNDR3700/3800 imagesGabor Juhos2011-12-03
| | | | | | Patch by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29406
* ar71xx: add a profile and build image for the OM2P boardGabor Juhos2011-12-01
| | | | | | | | | [juhosg: the name of the final image has been changed to 'openwrt-ar71xx-generic-om2p-squashfs-factory.bin'] Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29397
* ar71xx: add support for Ubiquiti AirRouterGabor Juhos2011-12-01
| | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395
* ar71xx: configure default led behavior for the OM2PGabor Juhos2011-12-01
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29394
* ar71xx: use /lib/functions/uci-defaults.shGabor Juhos2011-12-01
| | | | SVN-Revision: 29385
* ar71xx: modify phy mask of the WP543 boardGabor Juhos2011-11-24
| | | | | | This fixes ethernet on newer boards. Based on a patch from #9702. SVN-Revision: 29328
* ar71xx: fix wndr3800 machine nameGabor Juhos2011-11-24
| | | | | | | | This fixes the machine name in /proc/cpuinfo and luci status page machine name. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 29326
* ar71xx: copy atheros initramfs images to the image directoryGabor Juhos2011-11-24
| | | | SVN-Revision: 29325
* ar71xx: specify mtd layout in command line for the DB120 boardGabor Juhos2011-11-24
| | | | SVN-Revision: 29324
* ar71xx: set GE0 phy_mask for AR933xGabor Juhos2011-11-20
| | | | SVN-Revision: 29274
* ar71xx: fix USB LED on the DB120 boardGabor Juhos2011-11-14
| | | | SVN-Revision: 29126
* ar71xx: add a function for selecting output signal on a given GPIO pinGabor Juhos2011-11-14
| | | | SVN-Revision: 29125
* ar71xx: fix GPIO function handling on AR934xGabor Juhos2011-11-14
| | | | SVN-Revision: 29124
* ar71xx: add AR71XX_ prefix to GPIO_REG_* definesGabor Juhos2011-11-14
| | | | SVN-Revision: 29123
* ar71xx: merge nand scan patchGabor Juhos2011-11-14
| | | | SVN-Revision: 29122
* ar71xx: fix a compiler warningGabor Juhos2011-11-14
| | | | SVN-Revision: 29110
* ar71xx: fix GPIO count for AR934xGabor Juhos2011-11-14
| | | | SVN-Revision: 29109
* ar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934XGabor Juhos2011-11-14
| | | | SVN-Revision: 29108
* ar71xx: use a dummy irq chip for WMAC and PCIe irq hadlingGabor Juhos2011-11-14
| | | | SVN-Revision: 29107