Nicolas Thill
f4417f7ad8
package/*: replace occurences of 'ln -sf' to '$(LN)'
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43205
10 years ago
Jo-Philipp Wich
aeecc6ec12
broadcom-wl: align with mac80211 config
...
- Support HT40 instead of HT40+/HT40- like mac80211
- Enable 11n if htmode is HT20 or HT40
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43063
10 years ago
Felix Fietkau
ecd169b2c6
broadcom-wl: disable mips16 support, fixes build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41540
11 years ago
Hauke Mehrtens
5c2f443075
broadcom-wl: version roll
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38765
11 years ago
Hauke Mehrtens
e12b5ec8df
broadcom-wl: Add 'N' mode support to broadcom-wl
...
This is partly based on patches sent by Łukasz Kwestarz (See https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014356.html ).
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37802
11 years ago
Hauke Mehrtens
e77339b9e2
broadcom-wl: fix compile error with kernel 3.10
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37626
11 years ago
Hauke Mehrtens
a5c0ad6354
brcm47xx: add initial support for kernel 3.10
...
SVN-Revision: 37287
11 years ago
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
12 years ago
Florian Fainelli
e5ca54aee9
broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal ( #12248 )
...
SVN-Revision: 33617
12 years ago
Jo-Philipp Wich
b585d59096
broadcom-wl: remove an erroneous BUG() call in the glue driver
...
SVN-Revision: 30709
13 years ago
Jo-Philipp Wich
5a4f0f84df
broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne.champetier@free.fr>
...
SVN-Revision: 29136
13 years ago
Jo-Philipp Wich
1d7ae4aba7
broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus - refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well
...
SVN-Revision: 27751
13 years ago
Jo-Philipp Wich
c08ea36e81
broadcom-wl: fix md5sums
...
SVN-Revision: 22175
15 years ago
Jo-Philipp Wich
4ae595a3aa
broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if neither on-device SPROM nor nvram is available - working brcm63xx support
...
SVN-Revision: 22173
15 years ago
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
15 years ago
Jo-Philipp Wich
37f0636c3f
broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) support
...
SVN-Revision: 22008
15 years ago
Jo-Philipp Wich
28e4d39009
broadcom-wl: - fix compilation against eglibc and glibc ( #7521 ) - unbind device from b43 ssb bridge on boot ( #7529 )
...
SVN-Revision: 22007
15 years ago
Felix Fietkau
543d870e82
remove linux 2.4 support from several packages
...
SVN-Revision: 21954
15 years ago
Jo-Philipp Wich
69c1095dcc
broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around
...
SVN-Revision: 21857
15 years ago
Florian Fainelli
08a2acf378
fix typo in broadcom-wl
...
SVN-Revision: 21819
15 years ago
Felix Fietkau
3e52d05296
Add a new kernel-version independent broadcom binary driver for brcm47xx (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ]
...
SVN-Revision: 21809
15 years ago
Felix Fietkau
b6fb8fd821
rename broadcom-wl to broadcom-wl-old
...
SVN-Revision: 21794
15 years ago
Nicolas Thill
338f1af5f3
bump release number for packages ahead of backfire in trunk
...
SVN-Revision: 21556
15 years ago
Nicolas Thill
7d4022d539
bump a bunch of packages updated after 10.03
...
SVN-Revision: 21477
15 years ago
Jo-Philipp Wich
a243847f73
broadcom-wl: add "assoclist" command to wlc
...
SVN-Revision: 17144
15 years ago
Nicolas Thill
a42072ddf4
broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number
...
This patch fixes an issue with the broadcom.sh configuration script when
enabling sta mode. Currently sta mode works provided that you have an AP
enabled as well but it doesn't work if you have a sta interface but not an
AP. I found that merely reversing the order of the ap and apsta variables
in the broadcom.sh script corrects this problem, and the attached patch does
exactly that.
Signed-off-by: Eric Bishop <ebishop@bu.edu>
SVN-Revision: 16256
16 years ago
Florian Fainelli
553c950287
delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 ( #4974 )
...
SVN-Revision: 16159
16 years ago
Florian Fainelli
fa4d544363
allow sta mode to work with psk+aes ( #4687 )
...
SVN-Revision: 15983
16 years ago
Felix Fietkau
7f8b55cec9
broadcom-wl: add nvram stub to fix nas compile after the switch to unvram
...
SVN-Revision: 15439
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Nicolas Thill
21d7852de0
replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
...
SVN-Revision: 14651
16 years ago
Andy Boyett
32dce30e26
broadcom-wl: move txpower back to wifi-device section, but remain backwards compatible
...
SVN-Revision: 14306
16 years ago
Felix Fietkau
59a00d52a9
make broadcom-wl robust against implicit kernel config changes (e.g. netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc)
...
SVN-Revision: 13912
16 years ago
Felix Fietkau
0cc7199e71
install libshared into the staging dir (required by wrt-radauth)
...
SVN-Revision: 12181
17 years ago
Felix Fietkau
978958a888
upgrade to broadcom-wl 4.150.10.5.2
...
SVN-Revision: 10749
17 years ago
Felix Fietkau
aee68ecb03
upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
...
SVN-Revision: 10207
17 years ago
Felix Fietkau
338e846c79
revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
...
SVN-Revision: 10202
17 years ago
Andy Boyett
e233aed2bd
broadcom-wl md5sum fixed, thanks ix.
...
SVN-Revision: 10201
17 years ago
Felix Fietkau
178721f76b
update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly
...
SVN-Revision: 10137
17 years ago
Florian Fainelli
d188c641cf
Force broadcom-compat-ldso to be 2.4 only ( #2963 )
...
SVN-Revision: 10095
17 years ago
Felix Fietkau
418f0e9c10
enable broadcom-wl compat hacks
...
SVN-Revision: 10089
17 years ago
Felix Fietkau
2bcaf23a68
add missing dependency
...
SVN-Revision: 9650
17 years ago
Felix Fietkau
9ad0b9e924
comment out dependencies that are not supposed to be used yet ( #2723 )
...
SVN-Revision: 9577
17 years ago
Felix Fietkau
2ab260e917
move wlcompat to the broadcom-wl package
...
SVN-Revision: 9528
17 years ago
Felix Fietkau
1423753198
revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
...
SVN-Revision: 9519
17 years ago
Felix Fietkau
694cbbccb1
disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases
...
SVN-Revision: 9518
17 years ago
Felix Fietkau
a9d683ca91
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
...
SVN-Revision: 8694
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
...
SVN-Revision: 8653
17 years ago
Nicolas Thill
02cd6d278f
use a default VERSION field for kmod packages
...
SVN-Revision: 8575
17 years ago