aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include: autotools.mk: do not fail in patch-libtool fixup if patch is ↵Jo-Philipp Wich2011-10-111-1/+1
| | | | | | already applied SVN-Revision: 28419
* base-files: introduce "igmp_snooping" option to toggle IGMP snooping on ↵Jo-Philipp Wich2011-10-112-2/+4
| | | | | | bridge interfaces SVN-Revision: 28412
* * add support for ar9John Crispin2011-10-1030-566/+10593
| | | | | | | | * add support for ase (vr9 support is still a todo) SVN-Revision: 28406
* * update patches to 3.0John Crispin2011-10-10100-6148/+8778
| | | | | | | | * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) SVN-Revision: 28405
* ubus: update to latest version, includes a small bugfix for object call repliesFelix Fietkau2011-10-101-3/+3
| | | | SVN-Revision: 28404
* kernel: fix i2c section after r28334Florian Fainelli2011-10-101-1/+2
| | | | SVN-Revision: 28399
* fix a small logic error in package downloadFelix Fietkau2011-10-091-1/+1
| | | | SVN-Revision: 28395
* build system: add a feature that allows you to pull sources from a git tree ↵Felix Fietkau2011-10-092-1/+21
| | | | | | instead of the usual tarball SVN-Revision: 28394
* update libubox and ubus to the latest versionFelix Fietkau2011-10-092-6/+6
| | | | SVN-Revision: 28393
* mac80211: update to wireless-testing 2011-10-05 + pending patchesFelix Fietkau2011-10-0947-4732/+11045
| | | | SVN-Revision: 28392
* package/gdb: disable expat properly, remove conditional dependency on ↵Nicolas Thill2011-10-091-4/+4
| | | | | | libexpat, bump release number SVN-Revision: 28390
* mac80211: set the country code early to allow crda to settleFelix Fietkau2011-10-081-0/+7
| | | | SVN-Revision: 28387
* mac80211: remove a WARN_ON that causes compile errors on 2.6.32Felix Fietkau2011-10-081-0/+10
| | | | SVN-Revision: 28386
* iw: update to v3.1, add support for per-chain signal strength infoFelix Fietkau2011-10-086-97/+324
| | | | SVN-Revision: 28385
* ath9k: add support for per-chain signal strength infoFelix Fietkau2011-10-082-0/+444
| | | | SVN-Revision: 28384
* ath9k: extend the phy error disable patchFelix Fietkau2011-10-081-0/+21
| | | | SVN-Revision: 28383
* ag71xx: close a race between the phy state machine and link stateJonas Gorski2011-10-081-3/+7
| | | | | | | | | | | A fast stop/start cycle could leave the ag71xx interrupts and tx engine disabled when using a phy driver with a fixed link and the start/stop happens between two phy state machine polls. Prevent this by always forcing the link down on stop regardless of phy state and having a phy connected. SVN-Revision: 28380
* ath9k: disable phy error reporting on the rx queue to improve stability ↵Felix Fietkau2011-10-072-1/+17
| | | | | | under noisy conditions SVN-Revision: 28379
* iproute2: update to 2.6.39Florian Fainelli2011-10-075-17/+8
| | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> SVN-Revision: 28378
* add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverJo-Philipp Wich2011-10-067-23/+143
| | | | SVN-Revision: 28376
* ppp: move the rp_pppoe_* options behind the plugin argumentJo-Philipp Wich2011-10-041-1/+1
| | | | SVN-Revision: 28368
* ppp: implement pppoe specific uci options "ac" and "service" which map to ↵Jo-Philipp Wich2011-10-041-3/+14
| | | | | | "rp_pppoe_ac" and "rp_pppoe_service" SVN-Revision: 28366
* ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵Jo-Philipp Wich2011-10-043-4/+12
| | | | | | appending the nic-xxx argument last SVN-Revision: 28364
* add missing kernel config symbolsFlorian Fainelli2011-10-042-0/+2
| | | | SVN-Revision: 28363
* swconfig: fix vlan/port configs being applied to all switchesJonas Gorski2011-10-032-3/+3
| | | | | | Check devn instead of dev (which will never be null at this point). SVN-Revision: 28362
* kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI ↵Jo-Philipp Wich2011-10-031-1/+1
| | | | | | or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case SVN-Revision: 28361
* kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is setJo-Philipp Wich2011-10-031-1/+1
| | | | SVN-Revision: 28360
* Was specifying input-polled-keys and not input-keys-polled as the module ↵Daniel Dickinson2011-10-031-1/+1
| | | | | | name. Philip Prindeville - 2011-10-03 03:58:17 SVN-Revision: 28357
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-032-1/+3
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* New x86 platform specific symbol needed for 3.1-rc3.Daniel Dickinson2011-10-031-0/+1
|
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵Daniel Dickinson2011-10-031-0/+5
| | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 SVN-Revision: 28354
* A lot of these options get set automatically when Geode is selected.Daniel Dickinson2011-10-031-25/+4
| | | | | | | Don't make the config more complicated than it needs to be. Philip Prindeville - 2011-08-29 03:15:27 SVN-Revision: 28353
* package I2C_MUX_GPIOJohn Crispin2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined SVN-Revision: 28352
* ath9k: add some more fixes to AP handling of buffered frames for powersave ↵Felix Fietkau2011-09-302-10/+40
| | | | | | clients SVN-Revision: 28344
* add vlan definitions for Siemens SE505v2Florian Fainelli2011-09-301-3/+2
| | | | | | | | | | | | | | | | | | Hi, this patch adds the correct vlan definitions for the Siemens SE505v2. It applies to trunk as well as backfire (please apply here too). On backfire this also patches brcm-2,4, because brcm47xx base-files is just symlinked to brcm-2.4. It also fixes two whitespace issues. Tested with brcm47xx on both trunk and backfire branch and works as expected. Signed-off-by: Manuel Munz <freifunk@somakoma.de> SVN-Revision: 28336
* add kmod-hwmon-lm95241Florian Fainelli2011-09-301-0/+14
| | | | | | | | This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28335
* add support for more i2c muxesFlorian Fainelli2011-09-301-0/+92
| | | | | | | | | | | | | | | | This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 28334
* dnsmasq: update to 2.58Florian Fainelli2011-09-301-5/+6
| | | | | | patch by Raphael Huck. SVN-Revision: 28333
* build system: add support for download-time make hooksFelix Fietkau2011-09-301-0/+5
| | | | SVN-Revision: 28322
* hostap-driver: introduce "disabled" option for wifi-iface section to ↵Vasilis Tsiligiannis2011-09-291-0/+3
| | | | | | shutdown single networks on a radio SVN-Revision: 28318
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵Felix Fietkau2011-09-281-1/+0
| | | | | | other platforms as well SVN-Revision: 28314
* The enable function was using the global timeout variable for local ↵John Crispin2011-09-261-0/+40
| | | | | | operations. This resulted in the value of the global variable being corrupted, thus breaking the code. SVN-Revision: 28310
* * remove obseleted m25p80 patchJohn Crispin2011-09-261-8/+0
| | | | SVN-Revision: 28309
* * rebase 3.0 patches * fold some fixes into existing patchesJohn Crispin2011-09-2628-548/+729
| | | | SVN-Revision: 28308
* * fixes brnboot image generationJohn Crispin2011-09-261-5/+5
| | | | SVN-Revision: 28307
* base-files: use "zonename" system option to symlink /etc/localtime via ↵Jo-Philipp Wich2011-09-262-1/+6
| | | | | | /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc SVN-Revision: 28306
* image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs ↵Jo-Philipp Wich2011-09-261-1/+1
| | | | | | -processors option SVN-Revision: 28305
* ath9k: fix some tx aggregation issues - reduces the number of tx dma stop ↵Felix Fietkau2011-09-253-1/+63
| | | | | | failures SVN-Revision: 28301
* ath9k: merge a pending fix for powersaveFelix Fietkau2011-09-251-1/+1
| | | | SVN-Revision: 28300
* mac80211: rework mac address generation for virtual interfaces; set locally ↵Jo-Philipp Wich2011-09-251-9/+17
| | | | | | administered bit on generated macs and change the last two bytes isntead of the first one SVN-Revision: 28298