Jo-Philipp Wich
b5ab35e816
ipset: move to trunk and add myself as maintainer
...
SVN-Revision: 33698
12 years ago
Felix Fietkau
05c2442957
package/network/utils/rssileds: claim maintainership
...
SVN-Revision: 33697
12 years ago
Felix Fietkau
cc59e71f84
mac80211: use ieee80211_free_txskb in a few more places
...
SVN-Revision: 33695
12 years ago
Jo-Philipp Wich
d1d1ae994b
claim maintainership for resolveip and lua
...
SVN-Revision: 33694
12 years ago
Felix Fietkau
e51eb6046d
add myself as a maintainer for a few more packages
...
SVN-Revision: 33693
12 years ago
Felix Fietkau
2fb3792fa9
hostapd: remove redundant MAINTAINER lines
...
SVN-Revision: 33692
12 years ago
Felix Fietkau
ed33bd8c7c
iperf: move to trunk and add myself as maintainer
...
SVN-Revision: 33691
12 years ago
Felix Fietkau
5806525653
tcpdump: move to trunk and add myself as maintainer
...
SVN-Revision: 33690
12 years ago
Felix Fietkau
445936955e
samba36: move to trunk and add myself as a maintainer
...
SVN-Revision: 33689
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Felix Fietkau
c6d2712db3
package/kernel/sound: Add Gateworks Avila Sound SoC package
...
This package includes the audio drivers for Avila SoC Audio
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33682
12 years ago
Felix Fietkau
1df0acf82e
ixp4xx-microcode: Add ixp4xx NPE-A-HSS firmware
...
The ixp4xx HSS firmware is needed in order to use the HSS (synchronous serial
port). An example of where this is used is the Gateworks Avila boards to
interface to an audio codec.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33680
12 years ago
Jonas Gorski
c8203d57c5
mac80211: fix intel wifi autoload module names
...
The autoload directives were using wrong module names, preventing
them from being automatically inserted at boot time.
SVN-Revision: 33676
12 years ago
Jo-Philipp Wich
6945d722e6
cyassl: add a patch to better check legacy SSLv2 client hello records
...
If junk data is received during SSL_accept(), cyassl will treat it as legacy SSLv2
record without performing further plausibility checks. Change the legacy code path
to return UNKNOWN_HANDSHAKE_TYPE if the value of the third byte isn't 0x01 the
hello message type.
SVN-Revision: 33675
12 years ago
Jo-Philipp Wich
ff1b163540
hostapd: ensure that wpa_supplicant_setup_vif() returns success in cases where wpa_supplicant is not invoked ( #11996 )
...
SVN-Revision: 33674
12 years ago
Hauke Mehrtens
8086b7a750
mac80211: brcmsmac: use firmware extracted from proprietary driver
...
The firmware from linux-firmware does not support the rev 17 core found
in a bcm4716. The firmware extracted from the proprietary driver
supports this core. Use this firmware instead by default.
SVN-Revision: 33669
12 years ago
Hauke Mehrtens
d14c6b29eb
tools: add b43-tools
...
Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools.
SVN-Revision: 33668
12 years ago
Hauke Mehrtens
5322ca7a30
mac80211: fix spacing
...
SVN-Revision: 33667
12 years ago
Imre Kaloz
c5e5e70ab0
it's time to break the barriers
...
SVN-Revision: 33666
12 years ago
Felix Fietkau
8340e913d9
rssileds: select libiwinfo instead of just depending on it
...
SVN-Revision: 33664
12 years ago
Felix Fietkau
68c7a40346
busybox: backport upstream fixes for ext2 related tools
...
SVN-Revision: 33662
12 years ago
Felix Fietkau
4fdea4ee6a
busybox: refresh patches
...
SVN-Revision: 33661
12 years ago
Felix Fietkau
37e89213fd
add myself as a maintainer for various packages
...
SVN-Revision: 33660
12 years ago
Felix Fietkau
48db59fab7
move library packages to package/libs/
...
SVN-Revision: 33657
12 years ago
Jonas Gorski
dd81dc48dd
package: mtd: use in-kernel bcm63xx image tag header
...
Use the image tag header from the kernel instead of an external header
file.
SVN-Revision: 33654
12 years ago
Felix Fietkau
0dd7644ec7
x86: remove grub-legacy
...
SVN-Revision: 33640
12 years ago
Felix Fietkau
51e2b66b57
mac80211: refresh patches
...
SVN-Revision: 33636
12 years ago
Felix Fietkau
e1ceb94c2f
mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaks
...
SVN-Revision: 33635
12 years ago
Felix Fietkau
fafaa38ae5
move a few unmaintained packages from trunk to /packages
...
SVN-Revision: 33634
12 years ago
Felix Fietkau
44cd20b802
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
...
SVN-Revision: 33631
12 years ago
Felix Fietkau
5c91b34ed7
hostapd: fix parallel build issues and spurious object file rebuilds
...
SVN-Revision: 33630
12 years ago
Felix Fietkau
8c37a0f098
ath9k: fix invalid register access on single-stream ar93xx devices
...
SVN-Revision: 33628
12 years ago
Hauke Mehrtens
8e6ea0d1b7
acx-mac80211: adapt interface changes in mac80211
...
The prototype of conf_tx and tx in struct ieee80211_ops changed some
time ago and was not compatible with the prototype assumes by
acs-mac80211.
At least I do not see any compile warnings about this any more.
SVN-Revision: 33624
12 years ago
Florian Fainelli
e5ca54aee9
broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal ( #12248 )
...
SVN-Revision: 33617
12 years ago
Gabor Juhos
c034fc2f40
mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstream
...
Reviewing what went into wireless-testing I found a quite nasty mistake,
probably a result of copy&past'ing from the lines below in rt2800lib.c.
This adds another patch to fix that.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33616
12 years ago
Gabor Juhos
2cffcaaae7
mac80211/rt2x00: sync Rt3352 support
...
The original patch was accepted into linux-next in a slightly modified form.
In order to provide integrity to follow-up patches, replace the patch in OpenWrt
with the (semantically identical) now upstream patch.
(commit 03839951515b0ea2b21d649b1fe7b63f9817d0c8 in wireless-testing)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33615
12 years ago
Felix Fietkau
b4207dd744
mac80211: allow scans in access point mode (for site survey)
...
SVN-Revision: 33613
12 years ago
Luka Perkov
20a164b240
uboot-envtools: remove MENU, it is unused since r33265
...
SVN-Revision: 33612
12 years ago
Felix Fietkau
15c884fdb2
ath9k: use ieee80211_free_txskb, might fix hostapd stability issues
...
SVN-Revision: 33611
12 years ago
Felix Fietkau
5d119f6a8f
mac80211: fix regulatory tx power initialization
...
SVN-Revision: 33610
12 years ago
Florian Fainelli
89a9742bf7
add uboot-pxa for Gumstix boards
...
SVN-Revision: 33608
12 years ago
Felix Fietkau
e5df65c155
netifd: update to latest version, should fix clearing ipv6 routes on interface bringup ( #12184 )
...
SVN-Revision: 33595
12 years ago
John Crispin
27144ca2a6
remove dependency for pkill
...
SVN-Revision: 33594
12 years ago
John Crispin
f3cab53f27
dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency
...
SVN-Revision: 33593
12 years ago
Felix Fietkau
a31bdfbea0
mac80211: add uci support for configuring antenna gain
...
SVN-Revision: 33587
12 years ago
Felix Fietkau
de6a5279d1
iw: update to 3.6 and add support for configuring antenna gain
...
SVN-Revision: 33586
12 years ago
Felix Fietkau
702bf709d0
mac80211: fix antenna gain and add support for user-defined antenna gain configuration
...
SVN-Revision: 33585
12 years ago
Felix Fietkau
aef9e61b32
mac80211: rework the current tx power display patch
...
SVN-Revision: 33584
12 years ago
Felix Fietkau
d3add1f103
mac80211: fix beacon IE power constraint handling
...
SVN-Revision: 33583
12 years ago
Jo-Philipp Wich
7a575afa10
6to4: properly setup Base6to4Interface ( #12251 )
...
SVN-Revision: 33573
12 years ago