Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211: add support for firmware 666.2 for b43 devices | Hauke Mehrtens | 2011-12-08 |
| | | | | SVN-Revision: 29485 | ||
* | librpc: do not build if external or native toolchains are used | Jo-Philipp Wich | 2011-12-08 |
| | | | | SVN-Revision: 29484 | ||
* | ar71xx: fix WNDR3x00 factory image generation | Gabor Juhos | 2011-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 detection | Gabor Juhos | 2011-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 | ||
* | ramips: fix mac addresses on the DIR-300/600 boards | Gabor Juhos | 2011-12-06 |
| | | | | SVN-Revision: 29471 | ||
* | linux: update 3.1 to 3.1.4 | Jonas Gorski | 2011-12-06 |
| | | | | SVN-Revision: 29470 | ||
* | linux: update 3.0 to 3.0.12 | Jonas Gorski | 2011-12-06 |
| | | | | SVN-Revision: 29469 | ||
* | ar71xx: create firmware image for the TL-WR740N/ND v4 boards | Gabor Juhos | 2011-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 mktplinkfw | Gabor Juhos | 2011-12-06 |
| | | | | SVN-Revision: 29467 | ||
* | tools/mktplinkfw: allow to specify hw_id, hw_rev and flash_layout | Gabor Juhos | 2011-12-06 |
| | | | | SVN-Revision: 29466 | ||
* | ubus: update to the latest version | Felix Fietkau | 2011-12-06 |
| | | | | SVN-Revision: 29465 | ||
* | libubox: update to latest version, fix some endian issues | Felix Fietkau | 2011-12-06 |
| | | | | SVN-Revision: 29464 | ||
* | ar71xx: fix TL-MR3x20 profile names in image/Makefile | Gabor Juhos | 2011-12-06 |
| | | | | SVN-Revision: 29463 | ||
* | iwinfo: support nl80211 hardware identification against radioX pseudo ↵ | Jo-Philipp Wich | 2011-12-06 |
| | | | | | | interfaces, useful if radio is not up yet SVN-Revision: 29462 | ||
* | ar71xx: cleanup TP-Link profiles | Gabor Juhos | 2011-12-06 |
| | | | | SVN-Revision: 29461 | ||
* | mac80211: merge some pending fixes, fixes skb leaks and some warnings | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29460 | ||
* | ar71xx: add TP-Link board detection | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29459 | ||
* | ar71xx: use correct mac on the lan interface on several TP-LINK devices | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29458 | ||
* | ar71xx: allow to pass negative offset values for ar71xx_init_mac | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29457 | ||
* | ar71xx: don't register PCI controller on AR934x if PCIE_RC bit is not set | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29456 | ||
* | ar71xx: verify hardware id of firmware images on TP-Link boards | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29455 | ||
* | ramips: set mac addresses for the NBG-419N | Gabor Juhos | 2011-12-05 |
| | | | | | | 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 |
| | | | | | | 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 |
| | | | | SVN-Revision: 29452 | ||
* | ramips: move ramips_get_mac_* functions to lib/ramips.sh | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29451 | ||
* | ramips: add ramips_ prefix to get_mac_{binary,nvram} functions | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29450 | ||
* | include/package-ipkg.mk: don't add vi backup files to packages | Gabor Juhos | 2011-12-05 |
| | | | | | | Also remove trailing whitespaces. SVN-Revision: 29449 | ||
* | ramips: fix network configuration setup | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29448 | ||
* | ar71xx: reclaim some unused space on TP-Link boards | Gabor Juhos | 2011-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 parser | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29446 | ||
* | firmware-utils/mktplinkfw: allow to align the rootfs on a specified boundary | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29445 | ||
* | ar71xx: use the lzma-loader on TP-Link boards w/o lzma support | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29444 | ||
* | ar71xx: add lzma loader | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29443 | ||
* | tools/mkimage: allow to use different magic in uImages | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29442 | ||
* | ar71xx: add preliminary support for wzr-hp-g450h | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29441 | ||
* | ar71xx: move multi-m25p80 concat code from wzr-hp-ag300h mach code to ↵ | Felix Fietkau | 2011-12-05 |
| | | | | | | dev-m25p80.c, other buffalo routers use it as well SVN-Revision: 29440 | ||
* | netifd: update to latest version, fixes some use-after-free issues | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29439 | ||
* | ath9k: fix antenna configuration on ar9285 for devices without antenna diversity | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29438 | ||
* | ath9k: fix 5/10 mhz channel bandwidth issues | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29437 | ||
* | mac80211: update to 2011-12-01 | Felix Fietkau | 2011-12-05 |
| | | | | SVN-Revision: 29436 | ||
* | ar71xx: rewrite WNDR3700/3800 handling | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29434 | ||
* | add some missing wndr3800 base-files definitions | Jo-Philipp Wich | 2011-12-05 |
| | | | | SVN-Revision: 29433 | ||
* | ar71xx: change user-space board detection | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29432 | ||
* | ar71xx: allow WNDR3700 image creation to fail if kernel/rootfs too big | Gabor Juhos | 2011-12-05 |
| | | | | SVN-Revision: 29431 | ||
* | iwinfo: factor tx power offset into power level listing | Jo-Philipp Wich | 2011-12-04 |
| | | | | SVN-Revision: 29430 | ||
* | iwinfo: expose txpower and frequency offset information | Jo-Philipp Wich | 2011-12-04 |
| | | | | SVN-Revision: 29425 | ||
* | iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5 | Jo-Philipp Wich | 2011-12-04 |
| | | | | SVN-Revision: 29424 | ||
* | iwinfo: fix model detection on legacy atheros | Jo-Philipp Wich | 2011-12-04 |
| | | | | SVN-Revision: 29423 | ||
* | ramips: fix argus board rootfs size | Gabor Juhos | 2011-12-04 |
| | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422 | ||
* | iwinfo: add initial hardware detection capabilities | Jo-Philipp Wich | 2011-12-04 |
| | | | | SVN-Revision: 29421 |