- Feb 17, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35644
-
Jo-Philipp Wich authored
SVN-Revision: 35643
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35642
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35641
-
Gabor Juhos authored
[juhosg: change rb-951g to rb-951g-2hnd in the scripts] Patchwork: http://patchwork.openwrt.org/patch/3257/ Signed-off-by:
Kamil Trzcinski <ayufan@ayufan.eu> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35634
-
Gabor Juhos authored
This is platform definition for the RB951G device. It's mostly rework of RB2011UAS patchset with network taken from the RB751 patches. The main difference is the flash layout used by this device. [juhosg: - remove dead code from mach-rb951g - add "-2HnD" suffix to the machine name - use a separate 615-MIPS-ath79-RB951G-support.patch] Patchwork: http://patchwork.openwrt.org/patch/3257/ Signed-off-by:
Kamil Trzcinski <ayufan@ayufan.eu> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35633
-
- Feb 16, 2013
-
-
Hauke Mehrtens authored
This contains the following new bigger changes: * new partition parser which still could lake some features or have bugs * new nand flash driver * using physmap-flash flash driver for parallel flash * some changes to the serial flash driver With these changes OpenWrt starts using more of the mainline flash drivers. SVN-Revision: 35632
-
Felix Fietkau authored
SVN-Revision: 35630
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35629
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35628
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35627
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35626
-
Hauke Mehrtens authored
Adjust the "AutoLoad" number for the BGMAC module to be prior to the switch modules. This probably isn't real important as the modules are loaded in the correct order by preinit anyway. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 35625
-
Hauke Mehrtens authored
Do not try to load bcm57xx.ko any more this is not needed for kernel 2.6 and 3.X Ask the switch driver where the CPU port is. SVN-Revision: 35624
-
Hauke Mehrtens authored
The included patch will generate a correct network configuration on the simpletech simpleshare. Thank you for the patch Will Holmes (RealOpty) This closes #12361. SVN-Revision: 35623
-
Hauke Mehrtens authored
This closes #12746. SVN-Revision: 35622
-
Hauke Mehrtens authored
SVN-Revision: 35621
-
Felix Fietkau authored
SVN-Revision: 35619
-
Hauke Mehrtens authored
The mac address should be aligned to u16 to prevent an unaligned access in drivers/ssb/pci.c where it is casted to __be16. This closes #9824. SVN-Revision: 35618
-
Hauke Mehrtens authored
This should fix #13000. SVN-Revision: 35617
-
Gabor Juhos authored
Signed-off-by:
Russell Senior <russell@personaltelco.net> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35616
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35615
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35614
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35613
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35612
-
Jonas Gorski authored
r35336 exposed PTP, which has additional drivers on ixp4xx, causing it to not build with PTP enabled. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35611
-
Jonas Gorski authored
Based on a patch from НКВД. Closes #12962. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35610
-
- Feb 15, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35608
-
Florian Fainelli authored
This is already taken care of by PKG_DEFAULT_DEPENDS Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35607
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
-
Jonas Gorski authored
fixes #12982. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35605
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35604
-
- Feb 14, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35603
-
Gabor Juhos authored
Currently the switch gets registered when an ethernet driver connects to a PHY of the switch. This method does not work with the ethernet drivers which are connecting to the PHY from their ndo_open callback. With those ethernet drivers, the driver tries to register the switch each time when the etherned device is opened and this causes a deadlock. Move the switch registration into the probe routine to fix this problem. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35602
-
Florian Fainelli authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35601
-
Florian Fainelli authored
1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain circumstances. 1.0.1e has the fix for TLS. Also include a further patch from the 1.0.1 branch which fixes the breakage this introduced for Cisco's outdated pre-standard version of DTLS, as used by OpenConnect. Update mirror URLs to reflect current reality. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35600
-
Hauke Mehrtens authored
brcm47xx: if the cpuport of the switch is port 8 assume vlan0ports: "1 2 3 4 8" and vlan0ports: "0 8" SVN-Revision: 35597
-
Hauke Mehrtens authored
SVN-Revision: 35596
-
Hauke Mehrtens authored
SVN-Revision: 35595
-
- Feb 13, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35593
-