aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ath5k: fix a crash when setting coverage class before the first channel ↵Felix Fietkau2011-07-021-0/+10
| | | | | | change (#9586) SVN-Revision: 27352
* broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 ↵Felix Fietkau2011-07-021-0/+31
| | | | | | by George Kashperko) SVN-Revision: 27348
* base-files: do not use the relinked libgcc, fixes c++ exception handling ↵Felix Fietkau2011-07-021-1/+1
| | | | | | issues (#9185) SVN-Revision: 27347
* move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵Felix Fietkau2011-07-022-0/+46
| | | | | | - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345
* ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz ↵Felix Fietkau2011-07-011-0/+54
| | | | | | available through debugfs - does not work on all chipsets and is not recommended for production use yet SVN-Revision: 27340
* ath9k: merge an upstream patch that provides a minor throughput improvement ↵Felix Fietkau2011-07-011-1/+11
| | | | | | on ar9003 SVN-Revision: 27339
* firewall: fix port range quirk in previous commitJo-Philipp Wich2011-07-011-2/+2
| | | | SVN-Revision: 27335
* firewall: properly handle negated ports in nat reflectionJo-Philipp Wich2011-07-012-5/+13
| | | | SVN-Revision: 27334
* ath5k: enable spur mitigation for ar2413 - should improve performance and ↵Felix Fietkau2011-07-011-0/+10
| | | | | | reliability on those devices SVN-Revision: 27331
* ath5k: add a missing srev checks for code that lowers the synth voltage - ↵Felix Fietkau2011-07-011-0/+31
| | | | | | might fix some stability issues SVN-Revision: 27325
* ath5k: disable tx power gain correction probing for hardware that does not ↵Felix Fietkau2011-07-011-0/+20
| | | | | | need or support it SVN-Revision: 27324
* mac80211: rename a misnamed patchFelix Fietkau2011-07-011-0/+0
| | | | SVN-Revision: 27323
* firewall: refine default ICMPv6 rules to better conform with RFC4890, do not ↵Jo-Philipp Wich2011-06-301-13/+2
| | | | | | forward link local ICMP message types, allow parameter problem SVN-Revision: 27321
* firewall: restore local port relocation ability from r26617Jo-Philipp Wich2011-06-301-3/+3
| | | | SVN-Revision: 27318
* firewall: - allow multiple ports, protocols, macs, icmp types per rule - ↵Jo-Philipp Wich2011-06-306-74/+220
| | | | | | implement "limit" and "limit_burst" options for rules - implement "extra" option to rules and redirects for passing arbritary flags to iptables - implement negations for "src_port", "dest_port", "src_dport", "src_mac", "proto" and "icmp_type" options - allow wildcard (*) "src" and "dest" options in rules to allow specifying "any" source or destination - validate symbolic icmp-type names against the selected iptables binary - properly handle forwarded ICMPv6 traffic in the default configuration SVN-Revision: 27317
* package/rbcfg: new tool for modifying boot configuration on the RB4xx boardsGabor Juhos2011-06-296-0/+1210
| | | | SVN-Revision: 27315
* brcm47xx: add initial support for devices with bcma bus.Hauke Mehrtens2011-06-282-142/+46
| | | | | | Ethernet and wifi are not working and this is highly experimental. SVN-Revision: 27301
* kernel: update ssb and bcma to linux-next next-20110627Hauke Mehrtens2011-06-271-0/+11
| | | | SVN-Revision: 27295
* mac80211: merge a pending fix for reestablishing misconfigured aggregation ↵Felix Fietkau2011-06-271-0/+13
| | | | | | sessions SVN-Revision: 27292
* busybox: update to 1.18.5, patch from Peter WagnerFlorian Fainelli2011-06-251-2/+2
| | | | SVN-Revision: 27288
* mac80211: force b44 and atl* to be disabled, even if they are enabled in the ↵Felix Fietkau2011-06-251-0/+5
| | | | | | kernel tree SVN-Revision: 27285
* mac80211: configure HT IBSS through uciFelix Fietkau2011-06-241-1/+7
| | | | SVN-Revision: 27279
* iw: add support for configuring HT IBSSFelix Fietkau2011-06-241-0/+113
| | | | SVN-Revision: 27278
* mac80211: add the work-in-progress IBSS HT patch, with some minor fixesFelix Fietkau2011-06-241-0/+637
| | | | SVN-Revision: 27277
* ath9k: add some more pending fixesFelix Fietkau2011-06-242-2/+195
| | | | SVN-Revision: 27276
* mac80211: update to wireless-testing 2011-06-22Felix Fietkau2011-06-2461-5009/+90
| | | | SVN-Revision: 27275
* kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in ↵Felix Fietkau2011-06-241-2/+2
| | | | | | kmod-net-zd1201 SVN-Revision: 27274
* mac80211: enable cfg80211 debugfs supportFelix Fietkau2011-06-241-1/+2
| | | | SVN-Revision: 27273
* hotplug2: make libbsd depend on "not uclibc" for now, the conditional ↵Jo-Philipp Wich2011-06-231-1/+1
| | | | | | depdendency handling needs fixes SVN-Revision: 27266
* fix conditional dependencies to libbsdMirko Vogt2011-06-231-1/+1
| | | | SVN-Revision: 27265
* add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)Jo-Philipp Wich2011-06-231-0/+40
| | | | SVN-Revision: 27262
* fix and make usable kmod-pcmcia-rsrcFlorian Fainelli2011-06-211-14/+23
| | | | | | This module is also needed for e.g: kmod-bcm63xx-pcmcia SVN-Revision: 27253
* mac80211: use firmware from linux-firmware gitHauke Mehrtens2011-06-211-230/+64
| | | | | | | | | | | | | Use the firmware from linux-firmware git where possible. Update some firmware files in that process and check for missing firmware files for some modules. * update Ralink firmwares * update ath9k_htc firmware * add firmware for mwl8k * add more firmware files for libertas-sd and libertas-usb SVN-Revision: 27252
* mac80211: fix debugfs for ath9k_htcHauke Mehrtens2011-06-211-1/+1
| | | | | | if debugfs was enabled ath9k_htc did not load. SVN-Revision: 27251
* mac80211: remove rests of ar9170 driverHauke Mehrtens2011-06-211-17/+1
| | | | SVN-Revision: 27250
* kernel: package more NIC drivers: * SiS 190 Fast/Gigabit Ethernet support * ↵Jo-Philipp Wich2011-06-201-0/+66
| | | | | | SysKonnect Yukon support * Atheros L2 Fast Ethernet support * Atheros L1 Gigabit Ethernet support * Atheros L1C * Atheros L1E Patch by Lauri Võsandi<lauri.vosandi@gmail.com> SVN-Revision: 27242
* block-mount: remove explicit lock waits, solves some potential race conditionsJo-Philipp Wich2011-06-193-27/+21
| | | | SVN-Revision: 27226
* link against 'libbsd' when using glibcMirko Vogt2011-06-171-2/+2
| | | | SVN-Revision: 27209
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵Rod Whitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. SVN-Revision: 27201
* firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) ↵Jo-Philipp Wich2011-06-161-0/+1
| | | | | | IPv4 addr was found SVN-Revision: 27198
* firewall: allow symbolic names of interfaces and aliases in masq_src and ↵Jo-Philipp Wich2011-06-163-3/+28
| | | | | | masq_dest SVN-Revision: 27196
* libbsd: do not build when using uclibcFlorian Fainelli2011-06-161-0/+1
| | | | SVN-Revision: 27194
* acx-mac80211: Compile fix for newer kernelsHauke Mehrtens2011-06-151-0/+10
| | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27190
* busybox: Fix insmod for linux 3.0Hauke Mehrtens2011-06-151-9/+16
| | | | | | | | | | Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27189
* madwifi: Fix linux 3.0 detectionHauke Mehrtens2011-06-151-0/+25
| | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27188
* package/mac80211: Add linux 3.0 compatibilityHauke Mehrtens2011-06-1553-190/+626
| | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187
* package/kernel: Update version dependencies and kmods for linux 3.0Hauke Mehrtens2011-06-154-7/+12
| | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186
* link hotplug2 against libbsd when eglibc is usedMirko Vogt2011-06-131-1/+6
| | | | SVN-Revision: 27170
* add library 'libbsd'Mirko Vogt2011-06-131-0/+53
| | | | | | | | | This library contains core functionality usually (but obviously not always) provided by libc implementations which isneeded by OpenWrt core packages. For instance the functions 'strlcat', 'strlcpy' are not implemented in eglibc but needed by hotplug2 (udevtrigger) SVN-Revision: 27169
* 6to4: advertise effective tunnel mtu in RAsJo-Philipp Wich2011-06-122-6/+7
| | | | SVN-Revision: 27163