summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* include/package-ipkg.mk: don't add vi backup files to packagesGabor Juhos2011-12-051-3/+3
| | | | | | Also remove trailing whitespaces. SVN-Revision: 29449
* 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
* firmware-utils/mktplinkfw: allow to align the rootfs on a specified boundaryGabor Juhos2011-12-051-14/+45
| | | | SVN-Revision: 29445
* 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
* tools/mkimage: allow to use different magic in uImagesGabor Juhos2011-12-051-0/+63
| | | | SVN-Revision: 29442
* 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
* netifd: update to latest version, fixes some use-after-free issuesFelix Fietkau2011-12-051-2/+2
| | | | SVN-Revision: 29439
* ath9k: fix antenna configuration on ar9285 for devices without antenna diversityFelix Fietkau2011-12-051-0/+9
| | | | SVN-Revision: 29438
* ath9k: fix 5/10 mhz channel bandwidth issuesFelix Fietkau2011-12-052-0/+76
| | | | SVN-Revision: 29437
* mac80211: update to 2011-12-01Felix Fietkau2011-12-0549-770/+390
| | | | SVN-Revision: 29436
* 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
* iwinfo: factor tx power offset into power level listingJo-Philipp Wich2011-12-041-3/+6
| | | | SVN-Revision: 29430
* iwinfo: expose txpower and frequency offset informationJo-Philipp Wich2011-12-0413-108/+281
| | | | SVN-Revision: 29425
* iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5Jo-Philipp Wich2011-12-041-8/+15
| | | | SVN-Revision: 29424
* iwinfo: fix model detection on legacy atherosJo-Philipp Wich2011-12-041-1/+68
| | | | SVN-Revision: 29423
* ramips: fix argus board rootfs sizeGabor Juhos2011-12-041-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422
* iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-0416-39/+361
| | | | SVN-Revision: 29421
* libiwinfo: fix hw mode detectionJo-Philipp Wich2011-12-031-0/+2
| | | | SVN-Revision: 29417
* 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
* firmware-utils/mktplinkfw: fix combined image creationGabor Juhos2011-12-031-1/+1
| | | | SVN-Revision: 29409
* 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
* add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-0324-0/+10947
| | | | SVN-Revision: 29403
* 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
* scripts: add a script for generating fwupgrade config for the OM2P boardGabor Juhos2011-12-011-0/+52
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29396
* 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