aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: fix network configuration for the TL-WA901N/ND boardsGabor Juhos2012-01-041-5/+1
| | | | SVN-Revision: 29654
* ar71xx: allow to use LAN LED on the TL-WA901N/ND boardsGabor Juhos2012-01-042-0/+15
| | | | SVN-Revision: 29653
* ar71xx: add default LED configuration for the TL-MR3020Gabor Juhos2012-01-042-0/+6
| | | | | | Also use the system LED for diagnostic. SVN-Revision: 29652
* ar71xx: add support for TP-Link TL-MR3020Gabor Juhos2012-01-0410-0/+160
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the TP-Link device TL-MR3020 which is very similiar to the TL-WR703N. The TL-MR3020 uses 5 LEDs, 1 push button and a switch with 3 positions. Only four LEDs can be controlled via GPIO. The power LED is connected to the power supply. The WPS push button has been mapped to KEY_WPS_BUTTON. The two GPIO signals of the sliding switch have been mapped to BTN_0 and BTN_1. I have also setup a wiki page with details here: http://wiki.openwrt.org/toh/tp-link/tl-mr3020 USB is working and has been tested with USB mass storage and USB UMTS stick. Wifi also seems to work. Ethernet is working too. Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29651
* firmware-utils/mktplinkfw: add support for TL-MR3020Gabor Juhos2012-01-041-0/+6
| | | | | | Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29650
* package: remove the om2p-watchdog packageGabor Juhos2012-01-043-73/+0
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29649
* ar71xx: use the new om-watchdog package for OM2PGabor Juhos2012-01-041-1/+1
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29648
* package: add om-watchdog packageGabor Juhos2012-01-043-0/+82
| | | | | | | | | | om2p-watchdog package is OM2P specific. However a similar watchdog mechanism exists on OM1P as well. This new package wants to substitute om2p-watchdog with a new one which is suitable either for OM1P and OM2P. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 29647
* disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS ↵Jo-Philipp Wich2012-01-041-0/+2
| | | | | | is on (#10735) SVN-Revision: 29646
* add CT target and TTL/HL match+targetJo-Philipp Wich2012-01-041-0/+4
| | | | | | | | This patch adds the CT target for conntrack (enables manipulation of conntrack events and supercedes NOTRACK) as well as the TTL/HL target and match. SVN-Revision: 29645
* remove current RTSP supportJo-Philipp Wich2012-01-0411-12299/+0
| | | | SVN-Revision: 29643
* backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to ↵Jo-Philipp Wich2012-01-032-0/+82
| | | | | | affected kernels (#9802) commit 8efa88540635 (sch_sfq: avoid giving spurious NET_XMIT_CN signals) forgot to call qdisc_tree_decrease_qlen() to signal upper levels that a packet (from another flow) was dropped, leading to various problems. SVN-Revision: 29642
* ar71xx: add profile and build factory image for the Hornet-UB boardGabor Juhos2012-01-012-13/+24
| | | | SVN-Revision: 29637
* ar71xx: build images for the ALFA Network N2/N5 boardsGabor Juhos2012-01-012-0/+41
| | | | SVN-Revision: 29636
* ar71xx: add support for the ALFA Network N2/N5 boardsGabor Juhos2012-01-0110-0/+183
| | | | SVN-Revision: 29635
* iwinfo: factor txpower offset into info display output, recompile if driver ↵Jo-Philipp Wich2012-01-012-2/+13
| | | | | | selection changes SVN-Revision: 29634
* if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-012-1/+2
| | | | SVN-Revision: 29633
* ar71xx: define LAN/WAN LEDs for the TL-WR741N/ND boardsGabor Juhos2011-12-313-6/+103
| | | | SVN-Revision: 29631
* ar71xx: enable SWCONFIG_LEDSGabor Juhos2011-12-311-0/+1
| | | | SVN-Revision: 29630
* package/base-files: add support for the switch LED triggerGabor Juhos2011-12-312-1/+9
| | | | SVN-Revision: 29629
* package/base-files: use case statement in led init scriptGabor Juhos2011-12-311-15/+27
| | | | SVN-Revision: 29628
* kernel: swconfig: introduce a generic switch LED triggerGabor Juhos2011-12-319-3/+385
| | | | SVN-Revision: 29627
* ar71xx: ag71xx: implement get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+142
| | | | SVN-Revision: 29626
* kernel: swconfig: add get_port_{link,stats} callbacksGabor Juhos2011-12-311-0/+26
| | | | SVN-Revision: 29625
* ar71xx: fix LEDs on the WRT400NGabor Juhos2011-12-312-12/+13
| | | | SVN-Revision: 29624
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-2811-1/+184
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt288x: change base address and window size of flash bank 0Gabor Juhos2011-12-281-2/+2
| | | | SVN-Revision: 29616
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-2813-3/+166
| | | | SVN-Revision: 29615
* ar71xx: enable sysupgrade support for airrouterGabor Juhos2011-12-271-0/+1
| | | | | | | | Works for me! ;-) Patch-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 29614
* ar71xx: fix sysupgrade on PB42/PB44 boardsGabor Juhos2011-12-271-2/+4
| | | | SVN-Revision: 29613
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-2711-1/+189
| | | | SVN-Revision: 29612
* add usbreset - a small simple utility to send port rests to selected usb ↵Jo-Philipp Wich2011-12-252-0/+120
| | | | | | devices (#10394) SVN-Revision: 29611
* add missing config symbolJo-Philipp Wich2011-12-259-0/+9
| | | | SVN-Revision: 29610
* package CT targetJo-Philipp Wich2011-12-251-0/+1
| | | | SVN-Revision: 29609
* mac80211: clean up init, remove some redundant checks, fix tx power init ↵Felix Fietkau2011-12-231-77/+73
| | | | | | (#10113) SVN-Revision: 29606
* brcm47xx: fix usb on more recent bcma based devices.Hauke Mehrtens2011-12-231-4/+5
| | | | SVN-Revision: 29605
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-2313-5/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add support for the Sitecom WL-351 v1 002. In principle the Engenius ESR9850 should also work with this, but I don't have the hardware to test it. Since an external gigabit switch (RTL8366RB) is used, I had to modify the ramips_esw driver to add a 'bypass' mode, which just configures it to not filter the vlan tags. Also two initialization words (FCT2 and FPA2) are set to different values by u-boot than what the driver is using and it only seems to work correctly when they not overridden by the driver, so I added them to the platform specific data as reg_initval_fct2 and reg_initval_fpa2. With this wired lan works as expected, however I'm still having some trouble with the wireless lan: It only works after I rmmod & re-insmod rt2800pci and then reconfigure it in the webinterface, but not directly after rebooting. The symptom of this is wpad saying: Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: associated (aid 1) Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> WPA: pairwise key handshake completed (RSN) Dec 20 15:45:22 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: authenticated But wpa_supplicant on the client saying: Authentication with <wl351mac> timed out. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 29604
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-2314-1/+190
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: define firmware partition for Omnima MiniEMBWiFiGabor Juhos2011-12-231-0/+4
| | | | | | Patch-by: Ivan Ignjatic <ivan@omnima.co.uk> SVN-Revision: 29602
* kernel: enable magic sysrq by default, it does not add much to the kernel ↵Felix Fietkau2011-12-221-1/+1
| | | | | | image size, but is useful for debugging many kinds of hangs/crashes SVN-Revision: 29600
* ar71xx: set a reserved bit that resets to 1 when writing the address table ↵Felix Fietkau2011-12-221-0/+2
| | | | | | control register on the ar7240 switch (should fix #10547) SVN-Revision: 29598
* ar71xx: add default network config for buffalo WZR-HP-G300NH2 and WZR-HP-G450HJonas Gorski2011-12-211-0/+8
| | | | | | Thanks netprince for reporting and testing. SVN-Revision: 29595
* the mach file of the WZR-HP-G300NH2 accidentally claimed the mach id of the ↵Jo-Philipp Wich2011-12-211-1/+1
| | | | | | WZR-HP-AG300H, correct the id (#10649) SVN-Revision: 29593
* base-files: add -b (--create-backup) option to sysupgrade, which generates a ↵Jo-Philipp Wich2011-12-202-3/+27
| | | | | | backup .tar.gz according to the user settings. This will also be reused by LuCI. SVN-Revision: 29587
* firewall: - introduce per-section "option enabled" which defaults to "1" - ↵Jo-Philipp Wich2011-12-203-2/+11
| | | | | | useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version SVN-Revision: 29577
* brcm47xx: remove patch starting adding brcm4716 to ssbHauke Mehrtens2011-12-191-104/+0
| | | | | | brcm4716 is supported by bcma now we do not need this patch SVN-Revision: 29576
* brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.Hauke Mehrtens2011-12-1911-521/+1787
| | | | | | This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more. SVN-Revision: 29575
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-1931-3949/+17429
| | | | SVN-Revision: 29574
* brcm47xx: remove support for kernel 2.6.39Hauke Mehrtens2011-12-1936-3310/+0
| | | | | | There are problems with the patches for kernel 2.6.39 and I do not want to support two different sets of patches. SVN-Revision: 29573
* mac80211: deactivate mac80211 tracingHauke Mehrtens2011-12-191-0/+44
| | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572