Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usbreset: improve usability - add device list in usage screen - support ↵ | Jo-Philipp Wich | 2012-07-16 | 2 | -21/+198 |
| | | | | | | resetting by bus/device number, by produc:vendor id or by device name SVN-Revision: 32741 | ||||
* | package-ipkg.mk: flag packages as "ok" after install | Jo-Philipp Wich | 2012-07-15 | 1 | -1/+1 |
| | | | | | | | By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. SVN-Revision: 32739 | ||||
* | ar71xx: enable I2C_GPIO, the PB44 board needs that | Gabor Juhos | 2012-07-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 32738 | ||||
* | ar71xx: fix PB44 board detection | Gabor Juhos | 2012-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 32737 | ||||
* | ar71xx: use gpio_set_value_cansleep on sleeping GPIOs in ath79_spi | Gabor Juhos | 2012-07-15 | 2 | -12/+15 |
| | | | | SVN-Revision: 32736 | ||||
* | ath5k: fix txop calculation similar to what was done in ath9k | Felix Fietkau | 2012-07-15 | 1 | -0/+11 |
| | | | | SVN-Revision: 32735 | ||||
* | ath9k: fix an uninitialized variable warning | Felix Fietkau | 2012-07-15 | 1 | -8/+21 |
| | | | | SVN-Revision: 32734 | ||||
* | kernel: add Marvell SoC built-in RTC to modules | Luka Perkov | 2012-07-15 | 2 | -1/+17 |
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32732 | ||||
* | set DEVICE_TYPE to other to avoid pulling unecessary packages | Florian Fainelli | 2012-07-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 32731 | ||||
* | add compatible property to pci node | Florian Fainelli | 2012-07-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 32730 | ||||
* | use ohci_err() instead of err() | Florian Fainelli | 2012-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 32729 | ||||
* | make sure we properly unmap DMA mappings we created | Florian Fainelli | 2012-07-15 | 1 | -6/+11 |
| | | | | SVN-Revision: 32728 | ||||
* | nuport-mac: add definitions of the various bits/masks used | Florian Fainelli | 2012-07-15 | 1 | -24/+67 |
| | | | | SVN-Revision: 32727 | ||||
* | kirkwood: add support for seagate goflexnet and goflexhome | Luka Perkov | 2012-07-15 | 4 | -2/+331 |
| | | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> SVN-Revision: 32725 | ||||
* | toolchain: Fix typo in libssp config | Vasilis Tsiligiannis | 2012-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 32723 | ||||
* | kirkwood: revert config changes from r32053 | Luka Perkov | 2012-07-15 | 1 | -2/+1 |
| | | | | SVN-Revision: 32719 | ||||
* | uboot-kirkwood: update to 2012.04.01 | Luka Perkov | 2012-07-14 | 21 | -1249/+1718 |
| | | | | | | | | | | | | | | | | | | | | iConnect board tested by: Tim Fletcher <tim@night-shade.org.uk> Wojciech Dubowik <wojciech.dubowik@neratec.com> DockStar board tested by: Martin Mueller <mm@sig21.net> RaidSonic ICY BOX NAS6210 board tested by: Luka Perkov <uboot@lukaperkov.net> SheevaPlug was not tested but support for SheevaPlug is taken from upstream uboot and it is not reported to be broken there. SVN-Revision: 32717 | ||||
* | package: kernel: estetic fix | Luka Perkov | 2012-07-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 32714 | ||||
* | kernel: enable kernel support for ALSA midi | Vasilis Tsiligiannis | 2012-07-14 | 1 | -1/+18 |
| | | | | | | | | | | | | | | Here is a newer version of the patch: Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode <adam@spicenitz.org> [b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko] Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32712 | ||||
* | base-files: Modernize hotplug2 rules (#11368) | Vasilis Tsiligiannis | 2012-07-14 | 1 | -29/+11 |
| | | | | SVN-Revision: 32711 | ||||
* | ath9k: add extra checks to reduce the amount of unnecessary rx dma related ↵ | Felix Fietkau | 2012-07-14 | 1 | -0/+15 |
| | | | | | | logspam SVN-Revision: 32709 | ||||
* | tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac ↵ | Felix Fietkau | 2012-07-13 | 2 | -0/+2 |
| | | | | | | os x. the clang build fails with some linker errors SVN-Revision: 32706 | ||||
* | ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock | Felix Fietkau | 2012-07-13 | 1 | -0/+13 |
| | | | | SVN-Revision: 32705 | ||||
* | uhttpd: various changes | Jo-Philipp Wich | 2012-07-13 | 8 | -140/+127 |
| | | | | | | | | | - remove unused variables - simply ignore command line args which belong to not enabled features - resolve peer address at accept() time, should solve (#11850) - remove floating point operations where possible SVN-Revision: 32704 | ||||
* | netifd: update to latest version, fixes wlan network state getting stuck on ↵ | Felix Fietkau | 2012-07-12 | 1 | -2/+2 |
| | | | | | | wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen SVN-Revision: 32689 | ||||
* | librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with ↵ | Felix Fietkau | 2012-07-12 | 1 | -0/+11 |
| | | | | | | eglibc SVN-Revision: 32686 | ||||
* | ath9k: fix selecting the second antenna on a single-stream device with diversity | Felix Fietkau | 2012-07-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 32685 | ||||
* | mac80211: fix an ap + sta mode regression that prevented the sta from ↵ | Felix Fietkau | 2012-07-12 | 1 | -0/+21 |
| | | | | | | connecting (#11847) SVN-Revision: 32684 | ||||
* | ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0 | Gabor Juhos | 2012-07-12 | 3 | -1/+5 |
| | | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> SVN-Revision: 32683 | ||||
* | ramips: rt305x: add support for Edimax 3G-6200N | Gabor Juhos | 2012-07-12 | 13 | -1/+122 |
| | | | | | | | | Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> SVN-Revision: 32682 | ||||
* | generic: ocf: restore terminating entry of pci_id_table in hifnHIPP | Gabor Juhos | 2012-07-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 32680 | ||||
* | ar71xx: select ATH79_DEV_M25P80 for the WRT400N board | Gabor Juhos | 2012-07-12 | 1 | -5/+6 |
| | | | | SVN-Revision: 32679 | ||||
* | ar71xx: airrouter power led support | Gabor Juhos | 2012-07-12 | 1 | -1/+6 |
| | | | | | | | | | | This patch adds support for power led to Unifi Airrouter AP. [juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32678 | ||||
* | ar71xx: unifi reset button support | Gabor Juhos | 2012-07-12 | 1 | -1/+5 |
| | | | | | | | | | | This patch adds support for reset button to Ubiquiti UniFi AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32677 | ||||
* | ar71xx: airrouter reset button support | Gabor Juhos | 2012-07-12 | 1 | -1/+5 |
| | | | | | | | | | | This patch adds support for reset button to Ubiquiti Airrouter AP. [juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch] Signed-off-by: Rocco Folino <lordzen@autistici.org> SVN-Revision: 32676 | ||||
* | openssl: enable the use of cryptodev digests | Luka Perkov | 2012-07-11 | 3 | -7/+15 |
| | | | | SVN-Revision: 32673 | ||||
* | ocf: update to version 20120127 | Luka Perkov | 2012-07-11 | 37 | -275/+4066 |
| | | | | SVN-Revision: 32672 | ||||
* | mac80211: update brcmsmac patches | Hauke Mehrtens | 2012-07-11 | 13 | -760/+1213 |
| | | | | SVN-Revision: 32671 | ||||
* | kernel: bcma: update to version from wireless-testing tag master-2012-07-11 | Hauke Mehrtens | 2012-07-11 | 4 | -63/+379 |
| | | | | SVN-Revision: 32670 | ||||
* | ath9k: add a number of ar93xx eeprom related fixes / enhancements | Felix Fietkau | 2012-07-11 | 4 | -0/+513 |
| | | | | SVN-Revision: 32669 | ||||
* | ath9k: add missing part of the aggregation duration fix | Felix Fietkau | 2012-07-11 | 1 | -0/+10 |
| | | | | SVN-Revision: 32668 | ||||
* | nls.mk: fix build dependency on gettext (#11829) | Jo-Philipp Wich | 2012-07-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 32665 | ||||
* | mac80211: fix patch order (#11839, #11842) | Jo-Philipp Wich | 2012-07-11 | 2 | -0/+0 |
| | | | | SVN-Revision: 32664 | ||||
* | toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes ↵ | Jo-Philipp Wich | 2012-07-11 | 1 | -1/+1 |
| | | | | | | the buildroot up SVN-Revision: 32663 | ||||
* | uhttpd: retry parsing the CGI header until the buffer space is exhausted | Jo-Philipp Wich | 2012-07-11 | 4 | -11/+23 |
| | | | | SVN-Revision: 32662 | ||||
* | remove bcm63xx_pci_register() call in livebox board | Florian Fainelli | 2012-07-11 | 1 | -6/+1 |
| | | | | SVN-Revision: 32661 | ||||
* | use physmap-flash on livebox (#8677) | Florian Fainelli | 2012-07-11 | 1 | -4/+11 |
| | | | | SVN-Revision: 32660 | ||||
* | nuport-mac: check netif_receive_skb() return value | Florian Fainelli | 2012-07-11 | 1 | -2/+1 |
| | | | | | | | | We did not reassign status to netif_receive_skb() return value, we thus almost always incremented the dropped counter because the descriptor status value never matches the NET_RX_DROP. SVN-Revision: 32659 | ||||
* | ath9k: fix some bugs related to txop limit handling and aggregation | Felix Fietkau | 2012-07-11 | 2 | -0/+147 |
| | | | | SVN-Revision: 32658 | ||||
* | ath9k: disable hardware full sleep with active client mode interface until ↵ | Felix Fietkau | 2012-07-10 | 1 | -0/+20 |
| | | | | | | mac80211 IEEE80211_CONF_IDLE support has been fixed SVN-Revision: 32657 |