summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-068-8/+8
| | | | SVN-Revision: 29469
* ar71xx: create firmware image for the TL-WR740N/ND v4 boardsGabor Juhos2011-12-061-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 mktplinkfwGabor Juhos2011-12-061-27/+27
| | | | SVN-Revision: 29467
* ar71xx: fix TL-MR3x20 profile names in image/MakefileGabor Juhos2011-12-061-2/+2
| | | | SVN-Revision: 29463
* ar71xx: cleanup TP-Link profilesGabor Juhos2011-12-062-211/+96
| | | | SVN-Revision: 29461
* ar71xx: add TP-Link board detectionGabor Juhos2011-12-051-1/+54
| | | | SVN-Revision: 29459
* ar71xx: use correct mac on the lan interface on several TP-LINK devicesGabor Juhos2011-12-053-6/+6
| | | | SVN-Revision: 29458
* ar71xx: allow to pass negative offset values for ar71xx_init_macGabor Juhos2011-12-052-3/+3
| | | | SVN-Revision: 29457
* ar71xx: don't register PCI controller on AR934x if PCIE_RC bit is not setGabor Juhos2011-12-051-2/+7
| | | | SVN-Revision: 29456
* ar71xx: verify hardware id of firmware images on TP-Link boardsGabor Juhos2011-12-052-0/+26
| | | | SVN-Revision: 29455
* ramips: set mac addresses for the NBG-419NGabor Juhos2011-12-052-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 boardGabor Juhos2011-12-051-0/+4
| | | | | | Based on a patch by Daniel Golle <dgolle@allnet.de> SVN-Revision: 29453
* ramips: use ramips_get_mac_* functions in the preinit scriptGabor Juhos2011-12-051-18/+4
| | | | SVN-Revision: 29452
* ramips: move ramips_get_mac_* functions to lib/ramips.shGabor Juhos2011-12-052-33/+37
| | | | SVN-Revision: 29451
* ramips: add ramips_ prefix to get_mac_{binary,nvram} functionsGabor Juhos2011-12-051-6/+6
| | | | SVN-Revision: 29450
* ramips: fix network configuration setupGabor Juhos2011-12-051-3/+3
| | | | SVN-Revision: 29448
* ar71xx: reclaim some unused space on TP-Link boardsGabor Juhos2011-12-051-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 parserGabor Juhos2011-12-051-1/+31
| | | | SVN-Revision: 29446
* ar71xx: use the lzma-loader on TP-Link boards w/o lzma supportGabor Juhos2011-12-051-11/+42
| | | | SVN-Revision: 29444
* ar71xx: add lzma loaderGabor Juhos2011-12-0517-0/+1941
| | | | SVN-Revision: 29443
* ar71xx: add preliminary support for wzr-hp-g450hFelix Fietkau2011-12-059-0/+118
| | | | SVN-Revision: 29441
* ar71xx: move multi-m25p80 concat code from wzr-hp-ag300h mach code to ↵Felix Fietkau2011-12-053-72/+78
| | | | | | dev-m25p80.c, other buffalo routers use it as well SVN-Revision: 29440
* ar71xx: rewrite WNDR3700/3800 handlingGabor Juhos2011-12-0510-297/+59
| | | | SVN-Revision: 29434
* add some missing wndr3800 base-files definitionsJo-Philipp Wich2011-12-053-2/+72
| | | | SVN-Revision: 29433
* ar71xx: change user-space board detectionGabor Juhos2011-12-052-6/+25
| | | | SVN-Revision: 29432
* ar71xx: allow WNDR3700 image creation to fail if kernel/rootfs too bigGabor Juhos2011-12-051-18/+16
| | | | SVN-Revision: 29431
* ramips: fix argus board rootfs sizeGabor Juhos2011-12-041-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422
* ar71xx: use the tp-link parser on the tp-link boardsGabor Juhos2011-12-038-267/+33
| | | | | | Also remove static partition maps. SVN-Revision: 29416
* ar71xx: add mtd partition parser for the TP-Link boardsGabor Juhos2011-12-033-0/+191
| | | | SVN-Revision: 29415
* ar71xx: run the RedBoot parser only on the RedBoot based boardsGabor Juhos2011-12-037-27/+60
| | | | SVN-Revision: 29414
* ar71xx: run the MyLoader parser only on the WP543 boardGabor Juhos2011-12-033-26/+13
| | | | SVN-Revision: 29413
* ar71xx: run the wrt160nl parser only on the WRT160NL boardGabor Juhos2011-12-032-57/+4
| | | | | | Also remove static mtd partition definitions. SVN-Revision: 29412
* ar71xx: allow to pass part_probe types to the m25p80 driverGabor Juhos2011-12-034-5/+28
| | | | SVN-Revision: 29411
* ar71xx: create initramfs images for the newer TP-Link boardsGabor Juhos2011-12-031-0/+8
| | | | SVN-Revision: 29410
* ar71xx: remove swconfig and wpad-mini from custom profilesGabor Juhos2011-12-035-5/+5
| | | | SVN-Revision: 29408
* ar71xx: add uboot-envtools to the default package listGabor Juhos2011-12-031-1/+1
| | | | SVN-Revision: 29407
* ar71xx: reclaim unused space in WNDR3700/3800 imagesGabor Juhos2011-12-031-20/+63
| | | | | | Patch by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29406
* ar71xx: add a profile and build image for the OM2P boardGabor Juhos2011-12-012-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 AirRouterGabor Juhos2011-12-015-0/+42
| | | | | | Signed-off-by: Gergely Barta <gergely.barta@printerfairkft.hu> SVN-Revision: 29395
* ar71xx: configure default led behavior for the OM2PGabor Juhos2011-12-011-0/+5
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29394
* ramips: enable sysupgrade on the RT-N15 boardGabor Juhos2011-12-011-0/+1
| | | | SVN-Revision: 29393
* ramips: wrap long line in platform upgrade scriptGabor Juhos2011-12-011-1/+12
| | | | SVN-Revision: 29392
* ramips: add profile for the Asus RT-N15Gabor Juhos2011-12-011-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
* ramips: setup default network configuration for RT-N15Gabor Juhos2011-12-011-1/+9
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 29390
* ramips: rt288x: add swconfig and rtl8366{s,_smi} drivers to the default profileGabor Juhos2011-12-011-1/+1
| | | | | | It is needed by the RT-N15 board. SVN-Revision: 29389
* ramips: remove default network configuration, and generate that from ↵Gabor Juhos2011-12-012-1/+13
| | | | | | uci-defaults SVN-Revision: 29387
* ramips: use /lib/functions/uci-defaults.shGabor Juhos2011-12-011-26/+12
| | | | SVN-Revision: 29386
* ar71xx: use /lib/functions/uci-defaults.shGabor Juhos2011-12-011-124/+49
| | | | SVN-Revision: 29385
* ramips: simplify uci-defaults/network scriptGabor Juhos2011-12-011-50/+13
| | | | SVN-Revision: 29383
* ramips: setup mac and network interfaces from separate functionsGabor Juhos2011-12-011-8/+30
| | | | SVN-Revision: 29382