summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵Hauke Mehrtens2011-10-131-7/+8
| | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all SVN-Revision: 28437
* mac80211: use new version of carl80211 firmwareHauke Mehrtens2011-10-131-2/+2
| | | | | | This firmware is compatible with the driver version in use. SVN-Revision: 28436
* mac80211: use correct firmware for ath9k_htcHauke Mehrtens2011-10-131-4/+5
| | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433
* 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
* 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
* 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
* 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
* 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
* 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
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-031-0/+2
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* 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
* 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 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
* 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
* * 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
* 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
* base-files: apply network interface settings such as macaddr, mtu and ↵Felix Fietkau2011-09-241-15/+9
| | | | | | txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar SVN-Revision: 28297
* base-files: make ip matching in dns add/remove functions more explicit, ↵Jo-Philipp Wich2011-09-232-3/+3
| | | | | | avoids overmatching pairs like 1.2.3.35 and 1.2.3.3 SVN-Revision: 28291
* kernel: modules: usb.mk: fix a typoJonas Gorski2011-09-221-1/+1
| | | | | | Closes #10143. SVN-Revision: 28290
* package/maccalc: don't expect to get all data in one readGabor Juhos2011-09-211-1/+30
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28266
* wpa_supplicant: increase the time between scans to reduce the number of hw ↵Felix Fietkau2011-09-201-1/+1
| | | | | | resets SVN-Revision: 28262
* ath9k: fix antenna gain calculationFelix Fietkau2011-09-201-2/+2
| | | | SVN-Revision: 28261
* ath9k: fix handling configured tx power limitsFelix Fietkau2011-09-191-1/+1
| | | | SVN-Revision: 28260
* b43: merge ad-hoc beacon fixFelix Fietkau2011-09-193-2/+14
| | | | SVN-Revision: 28258
* uhttpd: fix bad pointer use in previous commitJo-Philipp Wich2011-09-181-1/+1
| | | | SVN-Revision: 28257
* uhttpd: fix possible CGI header line parsing beyound the empty line, thanks ↵Jo-Philipp Wich2011-09-182-5/+5
| | | | | | Linus Luessing for spotting it SVN-Revision: 28254
* ath9k: add some cleanup patches and rework tx power handlingFelix Fietkau2011-09-175-16/+870
| | | | SVN-Revision: 28253
* ath9k: do not strip MMIC for key miss framesFelix Fietkau2011-09-171-3/+13
| | | | SVN-Revision: 28252
* mac80211: reduce tx queue length of wireless interfaces - improves latency ↵Felix Fietkau2011-09-171-0/+10
| | | | | | under load SVN-Revision: 28251
* ath9k: fix a regression in handling of MAC key miss events (should improve ↵Felix Fietkau2011-09-171-0/+83
| | | | | | connection stability) SVN-Revision: 28250
* ath9k: fix compile without debugfs (#10117)Felix Fietkau2011-09-171-3/+5
| | | | SVN-Revision: 28249