Felix Fietkau
|
fc0863785a
|
add a portable version of sys/sysmacros.h and and let the kernel use the host include dir, fixes x86 builds on non-gnu systems
SVN-Revision: 27346
|
2011-07-02 06:49:56 +00:00 |
Felix Fietkau
|
ce6b3da880
|
move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain - make the package hidden so that it is automatically built without having to be selected
SVN-Revision: 27345
|
2011-07-02 06:49:36 +00:00 |
Felix Fietkau
|
bcf4757508
|
add support for hidden packages that get selected/built but do not show up in menuconfig
SVN-Revision: 27344
|
2011-07-02 06:49:09 +00:00 |
Jo-Philipp Wich
|
701543d3ef
|
revert r27043 (#9513)
SVN-Revision: 27343
|
2011-07-01 19:52:57 +00:00 |
Jo-Philipp Wich
|
1edef5ec98
|
revert r27341, it introduce wrong behaviour for other models
SVN-Revision: 27342
|
2011-07-01 19:15:45 +00:00 |
Jo-Philipp Wich
|
3b3103b2f1
|
turn status LED off if device finished initializing
SVN-Revision: 27341
|
2011-07-01 18:39:53 +00:00 |
Felix Fietkau
|
9f38d4402b
|
ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz available through debugfs - does not work on all chipsets and is not recommended for production use yet
SVN-Revision: 27340
|
2011-07-01 16:11:53 +00:00 |
Felix Fietkau
|
aca1b30101
|
ath9k: merge an upstream patch that provides a minor throughput improvement on ar9003
SVN-Revision: 27339
|
2011-07-01 16:11:33 +00:00 |
Imre Kaloz
|
dde7babe01
|
switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro releases
SVN-Revision: 27338
|
2011-07-01 13:44:03 +00:00 |
Imre Kaloz
|
9167521015
|
bump the 4.4 flavour to 4.4.6
SVN-Revision: 27337
|
2011-07-01 13:39:50 +00:00 |
Imre Kaloz
|
3d95ace099
|
use u-boot 2011.06 as source
SVN-Revision: 27336
|
2011-07-01 13:36:23 +00:00 |
Jo-Philipp Wich
|
600a8517ad
|
firewall: fix port range quirk in previous commit
SVN-Revision: 27335
|
2011-07-01 11:50:48 +00:00 |
Jo-Philipp Wich
|
df14a48dc9
|
firewall: properly handle negated ports in nat reflection
SVN-Revision: 27334
|
2011-07-01 11:48:14 +00:00 |
Imre Kaloz
|
be9a11b014
|
replace gcc 4.5.2 support with 4.6.1
SVN-Revision: 27333
|
2011-07-01 11:43:15 +00:00 |
Imre Kaloz
|
6d02667c07
|
add the latest avr32 toolchain patches (with additional fixes)
SVN-Revision: 27332
|
2011-07-01 11:35:21 +00:00 |
Felix Fietkau
|
44756fe93c
|
ath5k: enable spur mitigation for ar2413 - should improve performance and reliability on those devices
SVN-Revision: 27331
|
2011-07-01 11:33:07 +00:00 |
Imre Kaloz
|
0ba94475c9
|
upgrade avr32 u-boot to 2011.06
SVN-Revision: 27330
|
2011-07-01 11:32:01 +00:00 |
Imre Kaloz
|
84c89fb02d
|
upgrade to 2.6.39.2
SVN-Revision: 27329
|
2011-07-01 11:31:08 +00:00 |
Imre Kaloz
|
b655c7c85a
|
preliminary 3.0 support
SVN-Revision: 27328
|
2011-07-01 08:15:48 +00:00 |
Imre Kaloz
|
8222c7bb24
|
add missing kernel symbols
SVN-Revision: 27327
|
2011-07-01 08:11:16 +00:00 |
Imre Kaloz
|
7c4a91b216
|
upgrade the linaro gcc to 2011.06
SVN-Revision: 27326
|
2011-07-01 08:10:12 +00:00 |
Felix Fietkau
|
0b250e3123
|
ath5k: add a missing srev checks for code that lowers the synth voltage - might fix some stability issues
SVN-Revision: 27325
|
2011-07-01 05:10:47 +00:00 |
Felix Fietkau
|
5392494101
|
ath5k: disable tx power gain correction probing for hardware that does not need or support it
SVN-Revision: 27324
|
2011-07-01 04:04:54 +00:00 |
Felix Fietkau
|
0d796ee9e3
|
mac80211: rename a misnamed patch
SVN-Revision: 27323
|
2011-07-01 04:04:34 +00:00 |
Felix Fietkau
|
a41f80bca1
|
fix the gpio_dev driver: remove existing forward port patches, use unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198)
SVN-Revision: 27322
|
2011-07-01 03:20:13 +00:00 |
Jo-Philipp Wich
|
07abf4a81e
|
firewall: refine default ICMPv6 rules to better conform with RFC4890, do not forward link local ICMP message types, allow parameter problem
SVN-Revision: 27321
|
2011-06-30 12:22:05 +00:00 |
Gabor Juhos
|
f9e4619b97
|
ar71xx: remove CONFIG_MTD_CONCAT ifdefs from the WZR-HP-AG300H code
The config option has been removed in 2.6.39.
SVN-Revision: 27320
|
2011-06-30 12:15:33 +00:00 |
Jo-Philipp Wich
|
8f0fb81dfe
|
firewall: restore local port relocation ability from r26617
SVN-Revision: 27318
|
2011-06-30 01:36:09 +00:00 |
Jo-Philipp Wich
|
68a1c8e1e3
|
firewall: - allow multiple ports, protocols, macs, icmp types per rule - 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
|
2011-06-30 01:31:23 +00:00 |
Hauke Mehrtens
|
8976fa2622
|
brcm47xx: deactivate wndr3400 for now as this device will not boot
SVN-Revision: 27316
|
2011-06-29 17:42:34 +00:00 |
Gabor Juhos
|
43938e8eb9
|
package/rbcfg: new tool for modifying boot configuration on the RB4xx boards
SVN-Revision: 27315
|
2011-06-29 09:40:54 +00:00 |
Gabor Juhos
|
d98476c6bd
|
ar71xx: merge 2.6.39 patches
Also remove the old UART driver for ar933x.
SVN-Revision: 27314
|
2011-06-29 08:57:37 +00:00 |
Gabor Juhos
|
74a88749f3
|
ar71xx: remove 2.6.37 support as well
SVN-Revision: 27313
|
2011-06-29 08:57:36 +00:00 |
Gabor Juhos
|
1d5378f588
|
ar71xx: remove 2.6.38 support
SVN-Revision: 27312
|
2011-06-29 08:57:34 +00:00 |
Gabor Juhos
|
36e7a8b33e
|
ar71xx: switch to 2.6.39
SVN-Revision: 27311
|
2011-06-29 08:57:33 +00:00 |
Gabor Juhos
|
6627574e57
|
ar71xx: add 2.6.39 support
SVN-Revision: 27310
|
2011-06-29 08:57:32 +00:00 |
Gabor Juhos
|
1e138098cd
|
ar71xx: remove ar71xx_gpio_irq_set_type
SVN-Revision: 27309
|
2011-06-29 08:57:30 +00:00 |
Gabor Juhos
|
055e317ed8
|
ar71xx: add separate handlers for IP3 interrupts
SVN-Revision: 27308
|
2011-06-29 08:57:29 +00:00 |
Gabor Juhos
|
59bff8bf18
|
ar71xx: use separate handlers for IP2 interrupts
SVN-Revision: 27307
|
2011-06-29 08:57:28 +00:00 |
Gabor Juhos
|
9d6af600e1
|
ar71xx: remove useless irq_desc.status initializations
SVN-Revision: 27306
|
2011-06-29 08:57:27 +00:00 |
Gabor Juhos
|
01ac07c9b3
|
generic: add MTD_NAND_ECC_BCH symbol for 2.6.39/3.0
SVN-Revision: 27305
|
2011-06-29 08:57:25 +00:00 |
Hauke Mehrtens
|
8c62c5d109
|
brcm47xx: generate image to flash on Netgear WNDR3400.
The image will not boot because serial flash support is missing this is only for experts.
SVN-Revision: 27302
|
2011-06-28 22:23:21 +00:00 |
Hauke Mehrtens
|
4c18da3df6
|
brcm47xx: add initial support for devices with bcma bus.
Ethernet and wifi are not working and this is highly experimental.
SVN-Revision: 27301
|
2011-06-28 22:21:57 +00:00 |
Hauke Mehrtens
|
3f0eed15a2
|
kernel: refresh patches for kernel 3.0-rc5
SVN-Revision: 27300
|
2011-06-28 20:25:39 +00:00 |
Hauke Mehrtens
|
2af4f6f634
|
kernel: update ssb and bcma to linux-next next-20110628
SVN-Revision: 27299
|
2011-06-28 19:33:50 +00:00 |
Hauke Mehrtens
|
c5821c1a3a
|
kernel: update kernel to 2.6.39.2
SVN-Revision: 27298
|
2011-06-28 19:30:58 +00:00 |
Imre Kaloz
|
e80ebb769f
|
ethernet cleanup and sata fix - thanks, Chris
SVN-Revision: 27297
|
2011-06-28 06:54:20 +00:00 |
Hauke Mehrtens
|
4c392185a6
|
brcm47xx: update kernel to version 2.6.39
SVN-Revision: 27296
|
2011-06-27 21:29:20 +00:00 |
Hauke Mehrtens
|
ca979845cc
|
kernel: update ssb and bcma to linux-next next-20110627
SVN-Revision: 27295
|
2011-06-27 21:28:40 +00:00 |
Hauke Mehrtens
|
e439de144f
|
brcm47xx: fix Linux-3.0 and fix clock rate detection.
SVN-Revision: 27294
|
2011-06-27 20:20:11 +00:00 |