- Feb 25, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35801
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35800
-
Gabor Juhos authored
It is removed in 3.8. Also add a revert patch for 3.7. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35799
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35798
-
Hauke Mehrtens authored
SVN-Revision: 35791
-
Hauke Mehrtens authored
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore "#". CFE and NVRAM contain different vars - example: CFE line original: Device eth0: hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0 CFE after openwrt: Device eth0: hwaddr 00-FF-FF-FF-FF-FF, ipaddr 192.168.1.1, mask 255.255.255.0 Logs were posted earlier on this mailing list: https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016174.html Different logs with factory firmware are in the wiki: http://wiki.openwrt.org/toh/netgear/wndr3400#wndr3400v2 (and on wikidevi for example) Signed off by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 35790
-
Gabor Juhos authored
Added support for the TP-LINK TL-WA830RE v1 Range Extender. Based on the WA901ND v1 support. Hardware IDs checked against original firmware. Patch was successfully tested on hardware. Signed-off-by:
Ronald Hecht <ronald.hecht@gmx.de> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35789
-
Gabor Juhos authored
Signed-off-by:
Ronald Hecht <ronald.hecht@gmx.de> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35788
-
- Feb 24, 2013
-
-
Hauke Mehrtens authored
SVN-Revision: 35770
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35769
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35768
-
- Feb 22, 2013
-
-
Gabor Juhos authored
The NO_IRQ symbol is not used by the amba core since upstream commit: dfb85185bda373a70409c70c2632b02fb0f8f449 AMBA: get rid of last two uses of NO_IRQ This gets rid of the last two users of NO_IRQ in AMBA primecell drivers. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35748
-
Gabor Juhos authored
The amba core throws a warning if -1 is used as an irq value since upstream commit: 2eac58d5026e4ec8b17ff8b62877fea9e1d2f1b3 ARM: amba: make use of -1 IRQs warn Make the core warn about the use of -1 (NO_IRQ) Cange the value of the unused IRQs to zero for the UART devices to get rid of the warning. Based on #12729. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35747
-
- Feb 21, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35737
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35736
-
Gabor Juhos authored
Compile tested only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35735
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35734
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35733
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35732
-
Gabor Juhos authored
Use the same MAC addresses as the original firmware. Based on a patch from #10421. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> Tested-by:
Gabor Varga <vargagab@gmail.com> SVN-Revision: 35730
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35729
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35728
-
Gabor Juhos authored
This builds and boots. Because of the function pointer indirection (e.g. mtd_info's read function pointer is assigned to spiflash_read), it is difficult for me to understand where the calls are coming from (could be anywhere, conditionally pointing at spiflash versions), so I punted and used the renamed function pointers (_erase, _read, _write). If someone knows better what to do, please fix. Cleaned up other sundry kernel tracking issues like get_phy_id and __devinit,etc. [juhosg: don't switch to that yet] Signed-off-by:
Russell Senior <russell@personaltelco.net> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35727
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35726
-
Jonas Gorski authored
Fix sysupgrade for tag-version 7 and 8. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35724
-
Jonas Gorski authored
Setting this bit stops BCM53125 (bgmac actually) from receiving any packets. This bit is cleared conditionally in b53_switch_reset and it seems the same is done in bcmrobo.c which never sets that bit again. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 35723
-
Jonas Gorski authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 35722
-
Jonas Gorski authored
Makes warnings/errors visible when building with V=w/V=1. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35721
-
Jonas Gorski authored
Makes warnings/errors visible when building with V=w/V=1. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35720
-
Jonas Gorski authored
Makes warnings/errors visible when building with V=w/V=1. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35719
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35708
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35707
-
- Feb 20, 2013
-
-
Hauke Mehrtens authored
The Broadcom switch driver says that vlan0 should not be used with any switch other than bcm5325. This makes OpenWrt always use vlan1 and vlan2 instead. SVN-Revision: 35704
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35690
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35689
-
- Feb 19, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35687
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35686
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35677
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35676
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35675
-