Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ADC and battery fixes * Fix concurrent battery readings * Add missing kfree ↵ | Lars-Peter Clausen | 2010-10-27 | |
| | | | | | | in battery driver remove * Fix disabling of a ADC component SVN-Revision: 23670 | |||
* | Add missing symbol to 2.6.36 config | Lars-Peter Clausen | 2010-10-27 | |
| | | | | SVN-Revision: 23669 | |||
* | mark targets maintained by me | Imre Kaloz | 2010-10-27 | |
| | | | | SVN-Revision: 23668 | |||
* | madwifi: make wep-open the default | Jo-Philipp Wich | 2010-10-27 | |
| | | | | SVN-Revision: 23660 | |||
* | madwifi: add wep+open, wep+shared format support to madwifi as well | Jo-Philipp Wich | 2010-10-27 | |
| | | | | SVN-Revision: 23657 | |||
* | Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵ | Jo-Philipp Wich | 2010-10-27 | |
| | | | | | | | | | | auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. https://dev.openwrt.org/ticket/8120 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23655 | |||
* | register uart driver on livebox (#8013) | Florian Fainelli | 2010-10-27 | |
| | | | | SVN-Revision: 23653 | |||
* | refresh 2.6.35 patches | Florian Fainelli | 2010-10-27 | |
| | | | | SVN-Revision: 23652 | |||
* | refresh 2.6.35 patches | Florian Fainelli | 2010-10-27 | |
| | | | | SVN-Revision: 23651 | |||
* | ath9k: fix aggregation flush on ar9003 | Felix Fietkau | 2010-10-27 | |
| | | | | SVN-Revision: 23650 | |||
* | ath9k: add more pending locking fixes - fixes tx dma hang issues on reset | Felix Fietkau | 2010-10-27 | |
| | | | | SVN-Revision: 23649 | |||
* | gdb: There are dep issues with cconfig.h. Disable parallel build for now. | Michael Büsch | 2010-10-26 | |
| | | | | SVN-Revision: 23647 | |||
* | hotplug2 depends on udevtrigger | Florian Fainelli | 2010-10-26 | |
| | | | | SVN-Revision: 23646 | |||
* | allow overriding BIN_DIR (#7412) | Jo-Philipp Wich | 2010-10-26 | |
| | | | | SVN-Revision: 23643 | |||
* | hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces | Felix Fietkau | 2010-10-26 | |
| | | | | SVN-Revision: 23641 | |||
* | copy kernel .config, needed by mkfs.jffs2 to detect compression capabilities | Jo-Philipp Wich | 2010-10-26 | |
| | | | | SVN-Revision: 23639 | |||
* | mac80211: add uci support for the ad-hoc multicast rate setting | Felix Fietkau | 2010-10-25 | |
| | | | | SVN-Revision: 23637 | |||
* | iw: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | |
| | | | | SVN-Revision: 23636 | |||
* | mac80211: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | |
| | | | | SVN-Revision: 23635 | |||
* | linux/mpc83xx: add preliminary 2.6.36 kernel support | Alexandros C. Couloumbis | 2010-10-25 | |
| | | | | SVN-Revision: 23633 | |||
* | package/busybox: include an upstream patch | Alexandros C. Couloumbis | 2010-10-25 | |
| | | | | SVN-Revision: 23630 | |||
* | package/madwifi: fix mtu setting. (closes #7858) | Alexandros C. Couloumbis | 2010-10-25 | |
| | | | | SVN-Revision: 23628 | |||
* | hostapd: fix wpa_supplicant standalone compile | Felix Fietkau | 2010-10-24 | |
| | | | | SVN-Revision: 23625 | |||
* | Fix nxp_74hc164 driver compile error (builbot) | Claudio Mignanti | 2010-10-24 | |
| | | | | SVN-Revision: 23623 | |||
* | Add some symbols from buildbot | Claudio Mignanti | 2010-10-24 | |
| | | | | SVN-Revision: 23622 | |||
* | Don't compile u-boot by default | Claudio Mignanti | 2010-10-24 | |
| | | | | SVN-Revision: 23621 | |||
* | soloscli utility for Solos ADSL2+ modems | Florian Fainelli | 2010-10-24 | |
| | | | | | | | | Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23619 | |||
* | add support for darcs-based feeds | Florian Fainelli | 2010-10-24 | |
| | | | | | | | | | | | | | The following patch adds support for darcs-based feeds. It is tested and works well for my purpose. I wish it were committed upstream so that I can share my feed with other users without converting it to svn/git/whatever. Best regards, Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> SVN-Revision: 23616 | |||
* | add support for darcs repositories | Florian Fainelli | 2010-10-24 | |
| | | | | | | | | | | | | | | | | | | | | This patch adds support for darcs repositories (as sources of packages). It does *not* add support for darcs:// URI scheme because such a scheme do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO to darcs in your Makefile (and use a regular http:// URI). You also have to set PKG_SOURCE_VERSION to a string matching a tag contained in the repository, and PKG_SOURCE_SUBDIR to something sensible ($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance). Same rationale as for the previous patch ("useless to most, but small and straightforward so why no add it?). Best regards, Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> SVN-Revision: 23615 | |||
* | hostapd: fix AP+STA reconnects | Felix Fietkau | 2010-10-24 | |
| | | | | SVN-Revision: 23604 | |||
* | hostapd: remove some unnecessary debugging code from the last commit | Felix Fietkau | 2010-10-23 | |
| | | | | SVN-Revision: 23603 | |||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | |
| | | | | SVN-Revision: 23602 | |||
* | hostapd: fix SIGHUP for multi-bss | Felix Fietkau | 2010-10-23 | |
| | | | | SVN-Revision: 23601 | |||
* | busybox: fix configured stampfile name - add $(SH_FUNC) for md5s | Felix Fietkau | 2010-10-23 | |
| | | | | SVN-Revision: 23600 | |||
* | Add HOST_FPIC. It currently always is -fPIC, because that should work on all ↵ | Michael Büsch | 2010-10-23 | |
| | | | | | | platforms, even if it may generate slightly inefficient code on some arches. SVN-Revision: 23598 | |||
* | add required symbols to allow building of 2.6.35.7 | Florian Fainelli | 2010-10-23 | |
| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23594 | |||
* | fix lzo decompressor build failure on 2.6.35 | Florian Fainelli | 2010-10-23 | |
| | | | | | | | | | The patch fixes the build failure in Linux 2.6.35.7. Other versions may have the same issue, but I haven't test it. Signed-off-by: Ramax Lo <ramaxlo@gmail.com> SVN-Revision: 23593 | |||
* | create subtarget "om gta02" in preparation for further s3c24xx-based boards ↵ | Mirko Vogt | 2010-10-23 | |
| | | | | | | - thanks to Ramax Lo SVN-Revision: 23592 | |||
* | base-files: mark /etc/shadow as conffile | Jo-Philipp Wich | 2010-10-23 | |
| | | | | SVN-Revision: 23590 | |||
* | ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵ | Felix Fietkau | 2010-10-23 | |
| | | | | | | issued SVN-Revision: 23588 | |||
* | ar71xx: remove some unnecessary patches | Felix Fietkau | 2010-10-22 | |
| | | | | SVN-Revision: 23581 | |||
* | move a few more 2.6.36 config options from ar71xx to generic | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23580 | |||
* | remove 2.6.36 config options which no longer exist | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23579 | |||
* | refresh generic kernel configs using kconfig.pl | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23578 | |||
* | ar71xx: the ar7240 dsa driver is no longer used, remove it. | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23577 | |||
* | ar71xx: use the new ar7240 switch driver for tl-wa901nd as well | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23576 | |||
* | ar71xx: fix more section mismatches | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23575 | |||
* | ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ↵ | Felix Fietkau | 2010-10-21 | |
| | | | | | | patch to the 2.6.36 patches, add a backport patch to 2.6.32 SVN-Revision: 23574 | |||
* | rt8366*: use __devinit instead of __init for the probe function to fix a ↵ | Felix Fietkau | 2010-10-21 | |
| | | | | | | section mismatch SVN-Revision: 23573 | |||
* | ar71xx: refresh kernel config for 2.6.36 | Felix Fietkau | 2010-10-21 | |
| | | | | SVN-Revision: 23572 |