Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ar71xx: add gpios and usb for wzr-hp-g450h | Felix Fietkau | 2011-12-13 | 1 | -2/+73 |
| | | | | SVN-Revision: 29509 | ||||
* | ar71xx: use RedBoot parser on PB44 | Gabor Juhos | 2011-12-11 | 1 | -0/+10 |
| | | | | SVN-Revision: 29501 | ||||
* | convert to gpiolib | John Crispin | 2011-12-09 | 2 | -0/+536 |
| | | | | | | Signed-off-by: karlp@tweak.net.au SVN-Revision: 29486 | ||||
* | ar71xx: fix WNDR3x00 factory image generation | Gabor Juhos | 2011-12-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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 detection | Gabor Juhos | 2011-12-07 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | ramips: fix mac addresses on the DIR-300/600 boards | Gabor Juhos | 2011-12-06 | 2 | -0/+13 |
| | | | | SVN-Revision: 29471 | ||||
* | linux: update 3.1 to 3.1.4 | Jonas Gorski | 2011-12-06 | 10 | -486/+248 |
| | | | | SVN-Revision: 29470 | ||||
* | linux: update 3.0 to 3.0.12 | Jonas Gorski | 2011-12-06 | 8 | -8/+8 |
| | | | | SVN-Revision: 29469 | ||||
* | ar71xx: create firmware image for the TL-WR740N/ND v4 boards | Gabor Juhos | 2011-12-06 | 1 | -0/+2 |
| | | | | | | Based on a patch by Cristian Deluxe <djcristiandeluxe@gmail.com> SVN-Revision: 29468 | ||||
* | ar71xx: use hw_id, hw_rev and flash_layout with mktplinkfw | Gabor Juhos | 2011-12-06 | 1 | -27/+27 |
| | | | | SVN-Revision: 29467 | ||||
* | ar71xx: fix TL-MR3x20 profile names in image/Makefile | Gabor Juhos | 2011-12-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 29463 | ||||
* | ar71xx: cleanup TP-Link profiles | Gabor Juhos | 2011-12-06 | 2 | -211/+96 |
| | | | | SVN-Revision: 29461 | ||||
* | ar71xx: add TP-Link board detection | Gabor Juhos | 2011-12-05 | 1 | -1/+54 |
| | | | | SVN-Revision: 29459 | ||||
* | ar71xx: use correct mac on the lan interface on several TP-LINK devices | Gabor Juhos | 2011-12-05 | 3 | -6/+6 |
| | | | | SVN-Revision: 29458 | ||||
* | ar71xx: allow to pass negative offset values for ar71xx_init_mac | Gabor Juhos | 2011-12-05 | 2 | -3/+3 |
| | | | | SVN-Revision: 29457 | ||||
* | ar71xx: don't register PCI controller on AR934x if PCIE_RC bit is not set | Gabor Juhos | 2011-12-05 | 1 | -2/+7 |
| | | | | SVN-Revision: 29456 | ||||
* | ar71xx: verify hardware id of firmware images on TP-Link boards | Gabor Juhos | 2011-12-05 | 2 | -0/+26 |
| | | | | SVN-Revision: 29455 | ||||
* | ramips: set mac addresses for the NBG-419N | Gabor Juhos | 2011-12-05 | 2 | -1/+7 |
| | | | | | | Based on a patch by Nerijus Baliunas <nerijus@users.sourceforge.net> SVN-Revision: 29454 | ||||
* | ramips: set preinit interface mac on the hw550-3g board | Gabor Juhos | 2011-12-05 | 1 | -0/+4 |
| | | | | | | Based on a patch by Daniel Golle <dgolle@allnet.de> SVN-Revision: 29453 | ||||
* | ramips: use ramips_get_mac_* functions in the preinit script | Gabor Juhos | 2011-12-05 | 1 | -18/+4 |
| | | | | SVN-Revision: 29452 | ||||
* | ramips: move ramips_get_mac_* functions to lib/ramips.sh | Gabor Juhos | 2011-12-05 | 2 | -33/+37 |
| | | | | SVN-Revision: 29451 | ||||
* | ramips: add ramips_ prefix to get_mac_{binary,nvram} functions | Gabor Juhos | 2011-12-05 | 1 | -6/+6 |
| | | | | SVN-Revision: 29450 | ||||
* | ramips: fix network configuration setup | Gabor Juhos | 2011-12-05 | 1 | -3/+3 |
| | | | | SVN-Revision: 29448 | ||||
* | ar71xx: reclaim some unused space on TP-Link boards | Gabor Juhos | 2011-12-05 | 1 | -4/+31 |
| | | | | | | | | 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 parser | Gabor Juhos | 2011-12-05 | 1 | -1/+31 |
| | | | | SVN-Revision: 29446 | ||||
* | ar71xx: use the lzma-loader on TP-Link boards w/o lzma support | Gabor Juhos | 2011-12-05 | 1 | -11/+42 |
| | | | | SVN-Revision: 29444 | ||||
* | ar71xx: add lzma loader | Gabor Juhos | 2011-12-05 | 17 | -0/+1941 |
| | | | | SVN-Revision: 29443 | ||||
* | ar71xx: add preliminary support for wzr-hp-g450h | Felix Fietkau | 2011-12-05 | 9 | -0/+118 |
| | | | | SVN-Revision: 29441 | ||||
* | ar71xx: move multi-m25p80 concat code from wzr-hp-ag300h mach code to ↵ | Felix Fietkau | 2011-12-05 | 3 | -72/+78 |
| | | | | | | dev-m25p80.c, other buffalo routers use it as well SVN-Revision: 29440 | ||||
* | ar71xx: rewrite WNDR3700/3800 handling | Gabor Juhos | 2011-12-05 | 10 | -297/+59 |
| | | | | SVN-Revision: 29434 | ||||
* | add some missing wndr3800 base-files definitions | Jo-Philipp Wich | 2011-12-05 | 3 | -2/+72 |
| | | | | SVN-Revision: 29433 | ||||
* | ar71xx: change user-space board detection | Gabor Juhos | 2011-12-05 | 2 | -6/+25 |
| | | | | SVN-Revision: 29432 | ||||
* | ar71xx: allow WNDR3700 image creation to fail if kernel/rootfs too big | Gabor Juhos | 2011-12-05 | 1 | -18/+16 |
| | | | | SVN-Revision: 29431 | ||||
* | ramips: fix argus board rootfs size | Gabor Juhos | 2011-12-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422 | ||||
* | ar71xx: use the tp-link parser on the tp-link boards | Gabor Juhos | 2011-12-03 | 8 | -267/+33 |
| | | | | | | Also remove static partition maps. SVN-Revision: 29416 | ||||
* | ar71xx: add mtd partition parser for the TP-Link boards | Gabor Juhos | 2011-12-03 | 3 | -0/+191 |
| | | | | SVN-Revision: 29415 | ||||
* | ar71xx: run the RedBoot parser only on the RedBoot based boards | Gabor Juhos | 2011-12-03 | 7 | -27/+60 |
| | | | | SVN-Revision: 29414 | ||||
* | ar71xx: run the MyLoader parser only on the WP543 board | Gabor Juhos | 2011-12-03 | 3 | -26/+13 |
| | | | | SVN-Revision: 29413 | ||||
* | ar71xx: run the wrt160nl parser only on the WRT160NL board | Gabor Juhos | 2011-12-03 | 2 | -57/+4 |
| | | | | | | Also remove static mtd partition definitions. SVN-Revision: 29412 | ||||
* | ar71xx: allow to pass part_probe types to the m25p80 driver | Gabor Juhos | 2011-12-03 | 4 | -5/+28 |
| | | | | SVN-Revision: 29411 | ||||
* | ar71xx: create initramfs images for the newer TP-Link boards | Gabor Juhos | 2011-12-03 | 1 | -0/+8 |
| | | | | SVN-Revision: 29410 | ||||
* | ar71xx: remove swconfig and wpad-mini from custom profiles | Gabor Juhos | 2011-12-03 | 5 | -5/+5 |
| | | | | SVN-Revision: 29408 | ||||
* | ar71xx: add uboot-envtools to the default package list | Gabor Juhos | 2011-12-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 29407 | ||||
* | ar71xx: reclaim unused space in WNDR3700/3800 images | Gabor Juhos | 2011-12-03 | 1 | -20/+63 |
| | | | | | | Patch by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29406 | ||||
* | ar71xx: add a profile and build image for the OM2P board | Gabor Juhos | 2011-12-01 | 2 | -0/+36 |
| | | | | | | | | | [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 AirRouter | Gabor Juhos | 2011-12-01 | 5 | -0/+42 |
| | | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395 | ||||
* | ar71xx: configure default led behavior for the OM2P | Gabor Juhos | 2011-12-01 | 1 | -0/+5 |
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29394 | ||||
* | ramips: enable sysupgrade on the RT-N15 board | Gabor Juhos | 2011-12-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 29393 | ||||
* | ramips: wrap long line in platform upgrade script | Gabor Juhos | 2011-12-01 | 1 | -1/+12 |
| | | | | SVN-Revision: 29392 | ||||
* | ramips: add profile for the Asus RT-N15 | Gabor Juhos | 2011-12-01 | 1 | -0/+18 |
| | | | | | | | | | | This uses previously submitted rtl8366 kernel packages. [juhosg: The kmod-gpio-dev package has been removed from the package list.] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29391 |