Michael Büsch
efceb0938c
b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
...
SVN-Revision: 15160
16 years ago
Felix Fietkau
908e5f64bf
b44: use netdev_alloc_skb
...
SVN-Revision: 15159
16 years ago
Felix Fietkau
bc1c56a7c5
kernel: increase skb padding for network devices to accomodate for headroom requirements of eth->wifi routing and more
...
SVN-Revision: 15158
16 years ago
Florian Fainelli
dde5dc622a
workaroun some stupid Kconfig bugs ( #4895 )
...
SVN-Revision: 15157
16 years ago
Felix Fietkau
3f40745aaf
remove the b43 dependency on brcm47xx/brcm63xx
...
SVN-Revision: 15156
16 years ago
Felix Fietkau
8b30a1806c
kernel: revert the change from JHASH_GOLDEN_RATIO to JHASH_INIT_PARAM (ipv6 still relies on it)
...
SVN-Revision: 15155
16 years ago
Claudio Mignanti
ac26fab9ce
cleanup etrax patches
...
SVN-Revision: 15154
16 years ago
Claudio Mignanti
f692239c58
Fix kernel headers for cris (thanks hinkocevar)
...
SVN-Revision: 15153
16 years ago
Florian Fainelli
7ab216b053
update e2fsprogs to 1.41.3
...
SVN-Revision: 15151
16 years ago
Florian Fainelli
68289d2042
update ncurses to 5.7 ( #4852 )
...
SVN-Revision: 15147
16 years ago
Florian Fainelli
14832d3c23
some more fixes to the SPI controller driver
...
SVN-Revision: 15146
16 years ago
Jo-Philipp Wich
31a146b56d
dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!
...
SVN-Revision: 15144
16 years ago
Michael Büsch
591312eae7
Add some b43 firmware helptext
...
SVN-Revision: 15143
16 years ago
Michael Büsch
8b5ec31218
Remove 500-b43-disable_qos_when_openfw.patch
...
This patch is incorrect. It leaves mac80211 and b43 in different states.
mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled
inside of b43's queue handling.
There currently is no way to disable QoS after loading the firmware.
Buildroot should probably statically change the module parameter to QoS=0, if the
opensource firmware is built into the image.
SVN-Revision: 15142
16 years ago
Felix Fietkau
912fb776e4
madwifi: remove braindead code that overwrote the user's antenna diversity setting (thx, brainslayer)
...
SVN-Revision: 15141
16 years ago
Florian Fainelli
47387c945a
revert changeset 15081 seems to break Alice box devices
...
SVN-Revision: 15140
16 years ago
Florian Fainelli
5d5c8300b1
imagetag's -k argument is expected to be hexadecimal instead of decimal ( #4885 )
...
SVN-Revision: 15133
16 years ago
Florian Fainelli
5aca04960e
fix typo in 910-cryptodev_backport.patch ( #3933 )
...
SVN-Revision: 15132
16 years ago
Felix Fietkau
9fa8380c9e
kernel: tweak the maximum allocation size to improve memory allocator performance
...
SVN-Revision: 15130
16 years ago
Felix Fietkau
cf152cff39
tweak some sysctl values for better performance
...
SVN-Revision: 15129
16 years ago
Felix Fietkau
f8098f06b5
kernel: replace jhash2 with the faster jhash3 algorithm
...
SVN-Revision: 15128
16 years ago
Felix Fietkau
c42422fb53
remove debugging code
...
SVN-Revision: 15127
16 years ago
Nicolas Thill
3b53bd7ef3
accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled
...
SVN-Revision: 15123
16 years ago
Gabor Juhos
cdf292ac64
2.6.28: add Kconfig prompt for the old crypto symbols
...
SVN-Revision: 15122
16 years ago
Michael Büsch
cb70a62be3
b43: Add DMA poisoning patches
...
SVN-Revision: 15121
16 years ago
Michael Büsch
3072d928f8
A patch which works around the issue is included in compat wireless.
...
SVN-Revision: 15120
16 years ago
Nicolas Thill
0a2efdd06a
add a patch to disable compile-time buffer checks enabled by default on Ubuntu 8.10 and later ( closes : #4826 )
...
SVN-Revision: 15119
16 years ago
Felix Fietkau
7b6729e101
ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images
...
SVN-Revision: 15118
16 years ago
Felix Fietkau
a24e3ece65
ixp4xx: don't leave zImage on the rootfs for images other than the freecom one
...
SVN-Revision: 15117
16 years ago
Felix Fietkau
ef4bae0994
wprobe: enable conditional compilation
...
SVN-Revision: 15116
16 years ago
Felix Fietkau
0cb0c1a257
ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
...
SVN-Revision: 15115
16 years ago
Felix Fietkau
9493f9c19e
clean up gmp and mpfr
...
SVN-Revision: 15114
16 years ago
Felix Fietkau
17b4ce5bc2
add check for common config variants for tools/install
...
SVN-Revision: 15113
16 years ago
Felix Fietkau
167846e488
add support for config options checking in top-level directory stampfiles
...
SVN-Revision: 15112
16 years ago
Felix Fietkau
976b78a306
small cleanup for tools/Makefile
...
SVN-Revision: 15111
16 years ago
Felix Fietkau
35073025b4
add a default template for Host/Install
...
SVN-Revision: 15110
16 years ago
Jo-Philipp Wich
69c1c6ed28
lua: add zlib build dependency, fix inaccuracy in gzip loader
...
SVN-Revision: 15109
16 years ago
Jo-Philipp Wich
27b7e29e13
lua: add support for loading gzip compressed source files, bump package revision
...
SVN-Revision: 15108
16 years ago
Florian Fainelli
b32d7ba705
update openssl to 0.9.8k ( #4846 )
...
SVN-Revision: 15106
16 years ago
Florian Fainelli
fbabc211c5
do not copy all library files, saves some space ( #4872 )
...
SVN-Revision: 15101
16 years ago
Felix Fietkau
d5b7addee9
madwifi: fix crash under load
...
SVN-Revision: 15099
16 years ago
Felix Fietkau
9c078b1a46
fix a vfs api bug in squashfs triggered by zabbix-agent ( #4365 )
...
SVN-Revision: 15098
16 years ago
Felix Fietkau
de0332f86a
rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway
...
SVN-Revision: 15097
16 years ago
Felix Fietkau
714ffa3260
fix failsafe mode
...
SVN-Revision: 15096
16 years ago
Felix Fietkau
6a50bf433a
udhcpc: run dhcp hotplug events after dns has been set
...
SVN-Revision: 15095
16 years ago
Florian Fainelli
39cb0be665
update iw to 0.9.11 ( #4833 )
...
SVN-Revision: 15084
16 years ago
Hauke Mehrtens
a4891ea4d6
Update to compat-wireless-2009-03-31
...
SVN-Revision: 15083
16 years ago
Florian Fainelli
11a791a318
compute rootfs crc32 required for brcm63xx web upgrades
...
SVN-Revision: 15081
16 years ago
Florian Fainelli
241b3d5d40
document a little bit more the rationale of the 6bridge script
...
SVN-Revision: 15079
16 years ago
Andy Boyett
62adf51794
feeds.conf.default: Change openwrt feeds urls from https to svn
...
SVN-Revision: 15076
16 years ago