Felix Fietkau
|
ed77b34296
|
add jffs2 whiteout support (necessary for using it with union mounts)
SVN-Revision: 17745
|
2009-09-26 18:51:05 +00:00 |
|
Hauke Mehrtens
|
a2698ec77c
|
refresh patches
SVN-Revision: 17738
|
2009-09-26 13:29:13 +00:00 |
|
Felix Fietkau
|
7cae3c4f8a
|
fix 2.6.31 compile with union mounts disabled
SVN-Revision: 17730
|
2009-09-26 08:52:09 +00:00 |
|
Felix Fietkau
|
e0dd793ff5
|
kernel: refresh the vm exports patch in 2.6.31
SVN-Revision: 17727
|
2009-09-25 20:58:40 +00:00 |
|
Felix Fietkau
|
2ae19cb459
|
kernel: add a patch for union mounts in 2.6.31
SVN-Revision: 17726
|
2009-09-25 20:58:37 +00:00 |
|
Felix Fietkau
|
a2f344ec84
|
kernel: if block2mtd does not find the device immediately, use wait_for_device_probe() before trying again (should fix squashfs/jffs2 image boot issues), patch from #5216
SVN-Revision: 17720
|
2009-09-25 14:10:29 +00:00 |
|
Felix Fietkau
|
81a9b94ba1
|
merge r17683 to 2.6.30
SVN-Revision: 17701
|
2009-09-24 19:31:57 +00:00 |
|
Felix Fietkau
|
abd35497ad
|
add bfs to linux 2.6.31
SVN-Revision: 17699
|
2009-09-24 19:23:55 +00:00 |
|
Felix Fietkau
|
a29453627d
|
merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31
SVN-Revision: 17686
|
2009-09-23 13:32:13 +00:00 |
|
Gabor Juhos
|
f8da6ac9c6
|
kernel: refresh 2.6.30 patches
SVN-Revision: 17685
|
2009-09-23 12:05:48 +00:00 |
|
Gabor Juhos
|
60132f56f7
|
kernel: check return code of nla_parse in pcomp_lzma on 2.6.31
SVN-Revision: 17683
|
2009-09-23 09:30:31 +00:00 |
|
Felix Fietkau
|
6f4e700acd
|
when using -O2 instead of -Os, get rid of the two optimizations that are causing most of the extra bloat. brings kernel size close to the -Os size again
SVN-Revision: 17679
|
2009-09-22 18:00:35 +00:00 |
|
Felix Fietkau
|
0754070949
|
unlzma: fix a race condition and add some optimizations to improve performance also make peek_old_byte errors non-fatal
SVN-Revision: 17678
|
2009-09-22 18:00:28 +00:00 |
|
Hamish Guthrie
|
59e3af45d1
|
Cleaned config-2.6.31 defaults for PPC
SVN-Revision: 17664
|
2009-09-21 14:06:38 +00:00 |
|
Felix Fietkau
|
87a8e8ac10
|
implement write support for partitions covering only a part of an eraseblock (buffer data that would otherwise be erased)
SVN-Revision: 17658
|
2009-09-21 09:58:36 +00:00 |
|
Felix Fietkau
|
672e12f960
|
add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)
SVN-Revision: 17606
|
2009-09-19 13:15:20 +00:00 |
|
Lars-Peter Clausen
|
afb54c9789
|
Fix lzma cmd args.
SVN-Revision: 17604
|
2009-09-17 22:16:31 +00:00 |
|
Felix Fietkau
|
30e635c55b
|
move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic files directory and remove patches for older kernel versions (no longer in use)
SVN-Revision: 17594
|
2009-09-16 12:24:46 +00:00 |
|
Peter Denison
|
f09cdf822c
|
Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3
SVN-Revision: 17573
|
2009-09-12 20:37:26 +00:00 |
|
Gabor Juhos
|
1a60ab36d9
|
kernel: wrong image_cmdline patches has been sent by accidentaly, replace them
SVN-Revision: 17570
|
2009-09-11 08:15:55 +00:00 |
|
Gabor Juhos
|
6d8d5cddfd
|
kernel: add missing symbols to the 2.6.31 config
SVN-Revision: 17568
|
2009-09-10 19:12:08 +00:00 |
|
Gabor Juhos
|
47c0d7419f
|
kernel: get rid of the simple_prom_emulator, it is not really useful
SVN-Revision: 17567
|
2009-09-10 18:30:20 +00:00 |
|
Gabor Juhos
|
d59f5b3a98
|
kernel: add generic image_cmdline hack to MIPS targets
SVN-Revision: 17563
|
2009-09-10 18:30:01 +00:00 |
|
Gabor Juhos
|
c7d90d3dc4
|
kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patches
SVN-Revision: 17558
|
2009-09-10 13:37:31 +00:00 |
|
Gabor Juhos
|
7763c09a10
|
kernel: refresh 2.6.30 patches
SVN-Revision: 17557
|
2009-09-10 13:35:47 +00:00 |
|
Felix Fietkau
|
6ab62627b8
|
remove an empty patch file (thx, xiangfu)
SVN-Revision: 17521
|
2009-09-05 23:15:47 +00:00 |
|
Felix Fietkau
|
eda566c4e9
|
get rid of dynamic buffer struct allocation during pcomp lzma decompression and instead force the caller to provide the maximum buffer list size
SVN-Revision: 17475
|
2009-09-02 17:42:35 +00:00 |
|
Felix Fietkau
|
d0bdbdc64f
|
mvswitch: set the netdevice into promiscuous mode when header mode is enabled, otherwise packets may get dropped
SVN-Revision: 17469
|
2009-09-02 15:14:37 +00:00 |
|
Florian Fainelli
|
c7d20c0a7e
|
add the in-tree gspca driver
Signed-off-by: David Cooper <dave at kupesoft.com>
SVN-Revision: 17421
|
2009-08-27 08:38:16 +00:00 |
|
Florian Fainelli
|
06f095a73a
|
mode cygwin fixes for scripts/mod/file2alias
SVN-Revision: 17420
|
2009-08-27 08:18:01 +00:00 |
|
Florian Fainelli
|
f2be850ea3
|
more linux kernel cygwin build fixes
SVN-Revision: 17402
|
2009-08-26 07:26:00 +00:00 |
|
Gabor Juhos
|
bdde89eb81
|
2.6.31: refresh generic patches
SVN-Revision: 17368
|
2009-08-24 19:57:47 +00:00 |
|
Gabor Juhos
|
72a983bfa1
|
2.6.31: update generic config
SVN-Revision: 17367
|
2009-08-24 19:57:08 +00:00 |
|
Mirko Vogt
|
fb4727d391
|
also take over the files for 2.6.31
SVN-Revision: 17356
|
2009-08-23 12:00:58 +00:00 |
|
Mirko Vogt
|
6e2a58ac3b
|
add generic patchset levelled up to 2.6.31-rc6
SVN-Revision: 17351
|
2009-08-22 12:46:12 +00:00 |
|
Gabor Juhos
|
7f1cd738fc
|
2.6.30: fix lzma compressed intitramfs support, and decrease dictionary size
SVN-Revision: 17289
|
2009-08-16 19:21:21 +00:00 |
|
Gabor Juhos
|
149f92b47a
|
2.6.30: update layer7 patch
SVN-Revision: 17284
|
2009-08-16 07:45:34 +00:00 |
|
Hauke Mehrtens
|
82a092bece
|
fix for commit r17276
SVN-Revision: 17280
|
2009-08-15 22:12:17 +00:00 |
|
Hauke Mehrtens
|
f7abb800cf
|
Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
SVN-Revision: 17276
|
2009-08-15 16:42:48 +00:00 |
|
Hauke Mehrtens
|
e59c6a8af2
|
refresh patches
SVN-Revision: 17268
|
2009-08-15 08:37:45 +00:00 |
|
Felix Fietkau
|
6e28b28c5e
|
add a driver for rtl8306 switches
SVN-Revision: 17248
|
2009-08-14 00:52:17 +00:00 |
|
Hauke Mehrtens
|
a16081b3c1
|
fix build
SVN-Revision: 17246
|
2009-08-13 18:08:08 +00:00 |
|
Felix Fietkau
|
bad105e7c8
|
arm: when linking the kernel, move the section discards after the other sections to fix discarding unused symbol exports
SVN-Revision: 17204
|
2009-08-09 20:51:04 +00:00 |
|
Felix Fietkau
|
ed5f6f4efa
|
revert some accidentally committed test/debug changes from the module symbol export patch - should fix #5655
SVN-Revision: 17200
|
2009-08-09 12:33:08 +00:00 |
|
Felix Fietkau
|
632457f587
|
backport fixed module exports patch to 2.6.28
SVN-Revision: 17187
|
2009-08-09 01:55:19 +00:00 |
|
Felix Fietkau
|
88f98e238e
|
fix the kernel symbol export patch for arm/powerpc
SVN-Revision: 17186
|
2009-08-09 01:55:13 +00:00 |
|
Felix Fietkau
|
9f01c68bb7
|
revert the module exports patch on 2.6.28 until it is fixed
SVN-Revision: 17185
|
2009-08-08 22:31:24 +00:00 |
|
Felix Fietkau
|
bb5a40c64b
|
add an optional config option for stripping all unnecessary symbol exports from the kernel image
SVN-Revision: 17181
|
2009-08-08 14:22:04 +00:00 |
|
Florian Fainelli
|
fd666e7c7e
|
make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c
SVN-Revision: 17147
|
2009-08-06 14:06:26 +00:00 |
|
Felix Fietkau
|
2769ed671f
|
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
SVN-Revision: 17145
|
2009-08-06 12:55:23 +00:00 |
|
Florian Fainelli
|
77e18093a5
|
add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config
SVN-Revision: 17128
|
2009-08-05 10:41:16 +00:00 |
|
Felix Fietkau
|
311753aef2
|
fix mvswitch/ar8216 tx path hooking for 2.6.30
SVN-Revision: 17121
|
2009-08-04 10:51:06 +00:00 |
|
Florian Fainelli
|
3fe782dddf
|
refresh 2.6.30 patches
SVN-Revision: 17093
|
2009-08-02 11:02:35 +00:00 |
|
Florian Fainelli
|
6e65f0080d
|
also use openwrt-specific lzma options in gen_initramfs_list.sh
SVN-Revision: 17080
|
2009-08-01 16:44:16 +00:00 |
|
Lars-Peter Clausen
|
8c61fc8592
|
fix patch
SVN-Revision: 17079
|
2009-08-01 13:35:17 +00:00 |
|
Lars-Peter Clausen
|
1da701c04e
|
ASoC: jack: Fix race in snd_soc_jack_add_gpios
SVN-Revision: 17071
|
2009-07-31 23:58:29 +00:00 |
|
Florian Fainelli
|
c5879ba76d
|
refresh 2.6.27 patches
SVN-Revision: 17061
|
2009-07-31 11:10:20 +00:00 |
|
Imre Kaloz
|
4ad125e0ed
|
move some PPC symbols to the generic config
SVN-Revision: 17041
|
2009-07-29 14:59:08 +00:00 |
|
Imre Kaloz
|
c461ddf9a6
|
ppc4xx optimizations
SVN-Revision: 17040
|
2009-07-29 14:52:31 +00:00 |
|
Felix Fietkau
|
57eaa31a12
|
add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of do_lzma processing
SVN-Revision: 17036
|
2009-07-28 09:07:07 +00:00 |
|
Florian Fainelli
|
c4d517c7bb
|
use 2.6.27.7
SVN-Revision: 16968
|
2009-07-24 17:03:03 +00:00 |
|
Florian Fainelli
|
3b5d52b9c9
|
add missing 2.6.30 HID configuration symbols
SVN-Revision: 16960
|
2009-07-23 12:35:31 +00:00 |
|
Gabor Juhos
|
a6af50d045
|
2.6.{28,30}: add missing config symbol
SVN-Revision: 16956
|
2009-07-22 10:43:47 +00:00 |
|
Felix Fietkau
|
dffad9690f
|
fix a >2 year old stack overflow in the mtd rootfs split patch which only caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch
SVN-Revision: 16944
|
2009-07-21 15:05:13 +00:00 |
|
Felix Fietkau
|
925c5951c6
|
add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion
SVN-Revision: 16939
|
2009-07-21 02:31:37 +00:00 |
|
Gabor Juhos
|
c7fdb609e4
|
2.6.{28,30}: refresh patches
SVN-Revision: 16934
|
2009-07-20 10:59:21 +00:00 |
|
Gabor Juhos
|
2404c8c77b
|
2.6.30: add CONFIG_DEFAULT_MMAP_MIN_ADDR symbol
SVN-Revision: 16933
|
2009-07-20 10:54:49 +00:00 |
|
Gabor Juhos
|
7af41cf055
|
2.6.30 add missing config symbol
SVN-Revision: 16909
|
2009-07-19 08:08:52 +00:00 |
|
Felix Fietkau
|
1685ce5f3d
|
mips: fix another bug in the module relocation change: the wrong base address for 24 bit jump -> long jump fixup table was used
SVN-Revision: 16904
|
2009-07-18 22:28:46 +00:00 |
|
Felix Fietkau
|
cf2c544844
|
sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel config (#5553)
SVN-Revision: 16903
|
2009-07-18 20:31:21 +00:00 |
|
Felix Fietkau
|
af6076273a
|
fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). thanks to jeff hansen for the patch
SVN-Revision: 16886
|
2009-07-18 00:36:13 +00:00 |
|
Felix Fietkau
|
12b429b3a2
|
get rid of linux 2.6.29
SVN-Revision: 16883
|
2009-07-17 16:20:25 +00:00 |
|
Florian Fainelli
|
9224ef1e25
|
add missing CONFIG_FIXED_PHY symbol to 2.6.25
SVN-Revision: 16869
|
2009-07-16 16:35:00 +00:00 |
|
Lars-Peter Clausen
|
93d3f098eb
|
Cleanup glamo platform_data.
SVN-Revision: 16863
|
2009-07-16 12:06:48 +00:00 |
|
Florian Fainelli
|
0740df3534
|
add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)
SVN-Revision: 16840
|
2009-07-14 12:18:04 +00:00 |
|
Felix Fietkau
|
df119d5c19
|
kernel: fix a relative addressing bug in the mips module relocation code change
SVN-Revision: 16831
|
2009-07-13 15:09:46 +00:00 |
|
Gabor Juhos
|
091e028239
|
MIPS: fix loading of modules with unresolved weak symbols
SVN-Revision: 16823
|
2009-07-13 09:34:49 +00:00 |
|
Lars-Peter Clausen
|
ddbd14a23b
|
glamo: get rid of static driver handle.
SVN-Revision: 16821
|
2009-07-12 20:24:18 +00:00 |
|
Lars-Peter Clausen
|
8769b8e0f0
|
glamo: Use mfd_cell for child resource handling instead of some ugly custom code.
SVN-Revision: 16816
|
2009-07-12 15:42:22 +00:00 |
|
Felix Fietkau
|
d680184c26
|
sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
|
2009-07-12 00:01:22 +00:00 |
|
Felix Fietkau
|
2020fc8c56
|
kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
|
2009-07-12 00:01:12 +00:00 |
|
Gabor Juhos
|
eb990941a1
|
use subsys_initcall in the i2c-gpio driver
SVN-Revision: 16787
|
2009-07-11 19:14:01 +00:00 |
|
Felix Fietkau
|
c2216626e1
|
seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
SVN-Revision: 16775
|
2009-07-11 11:57:13 +00:00 |
|
Felix Fietkau
|
3b3d64743b
|
mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik
SVN-Revision: 16772
|
2009-07-11 02:30:25 +00:00 |
|
Felix Fietkau
|
877015bee9
|
mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
SVN-Revision: 16771
|
2009-07-11 02:30:19 +00:00 |
|
Felix Fietkau
|
3e7d58574f
|
ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers
SVN-Revision: 16770
|
2009-07-11 01:21:01 +00:00 |
|
Hamish Guthrie
|
de45798d41
|
Add config file for 2.6.31 kernels in preparation for 2.6.31
SVN-Revision: 16713
|
2009-07-06 11:48:56 +00:00 |
|
Gabor Juhos
|
1981fd14a7
|
bump to 2.6.29.6 and refresh patches
SVN-Revision: 16698
|
2009-07-05 15:08:56 +00:00 |
|
Florian Fainelli
|
f74d16548d
|
update targets to 2.6.30.1, update patches
SVN-Revision: 16697
|
2009-07-05 14:39:13 +00:00 |
|
Lars-Peter Clausen
|
d131752f0d
|
Add ioctls to glamo framebuffer driver to enable/disable glamo engines.
SVN-Revision: 16686
|
2009-07-05 12:05:20 +00:00 |
|
Florian Fainelli
|
fefeecf52f
|
update to latest 2.6.27.26 stable kernel
SVN-Revision: 16659
|
2009-07-03 09:31:52 +00:00 |
|
Felix Fietkau
|
3455f00d7a
|
ar8216: fix transmission of large frames by setting the switch mtu
SVN-Revision: 16629
|
2009-06-29 21:54:16 +00:00 |
|
Felix Fietkau
|
6517a757ec
|
pppoe: add extra padding for the header (useful for drivers that need headroom)
SVN-Revision: 16628
|
2009-06-29 21:54:11 +00:00 |
|
Florian Fainelli
|
b09970a3d8
|
turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels
SVN-Revision: 16605
|
2009-06-28 15:50:59 +00:00 |
|
Imre Kaloz
|
76d86cd4bb
|
refresh 2.6.25 patches
SVN-Revision: 16537
|
2009-06-21 18:32:07 +00:00 |
|
Florian Fainelli
|
d41b9133c7
|
ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unset
SVN-Revision: 16516
|
2009-06-19 13:12:00 +00:00 |
|
Imre Kaloz
|
969ea86b06
|
add missing initramfs symbols to the generic 2.6.30 config
SVN-Revision: 16487
|
2009-06-17 09:57:30 +00:00 |
|
Imre Kaloz
|
3054efa82a
|
IKCONFIG shouldn't be enabled by default
SVN-Revision: 16473
|
2009-06-15 07:45:06 +00:00 |
|
Felix Fietkau
|
fc4fe83574
|
2.6.30: add another export for the binder module
SVN-Revision: 16464
|
2009-06-14 23:18:23 +00:00 |
|
Felix Fietkau
|
4bc008142c
|
add missing function declaration for extra vm exports
SVN-Revision: 16456
|
2009-06-14 20:42:18 +00:00 |
|
Hauke Mehrtens
|
567b6d1a27
|
refresh patches
SVN-Revision: 16444
|
2009-06-14 09:45:26 +00:00 |
|
Felix Fietkau
|
c1918c778c
|
ar8216: add delay for page switching to work around register setting corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable)
SVN-Revision: 16442
|
2009-06-14 03:32:01 +00:00 |
|
Florian Fainelli
|
f025215422
|
also apply gcc4.4.0 specific patches to 2.6.27 (#5318)
SVN-Revision: 16439
|
2009-06-13 20:36:48 +00:00 |
|
Florian Fainelli
|
160bf827f2
|
refresh generic patches
SVN-Revision: 16420
|
2009-06-11 08:49:53 +00:00 |
|
Hamish Guthrie
|
c9eb4469e0
|
Cleaned up whitespace in patch 024-mips_delay.patch
SVN-Revision: 16404
|
2009-06-10 15:18:25 +00:00 |
|
Hamish Guthrie
|
1ad8e6fdce
|
Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPS
SVN-Revision: 16397
|
2009-06-10 12:23:55 +00:00 |
|
Florian Fainelli
|
5ed3b31ce0
|
refresh 2.6.28 patches
SVN-Revision: 16377
|
2009-06-08 11:31:17 +00:00 |
|
Gabor Juhos
|
4af9570756
|
generic-2.6/2.6.30: more mini_fo fixes
SVN-Revision: 16346
|
2009-06-05 15:24:59 +00:00 |
|
Imre Kaloz
|
6b2a7b73ca
|
upgrade to 2.6.30-rc8
SVN-Revision: 16307
|
2009-06-03 13:42:28 +00:00 |
|
Felix Fietkau
|
616c3841c6
|
add ip175c switch driver patch to 2.6.30
SVN-Revision: 16287
|
2009-06-01 22:14:11 +00:00 |
|
Felix Fietkau
|
db5c4304f5
|
ocf: fix uninitialized variable access (thx, Dakon)
SVN-Revision: 16285
|
2009-06-01 22:14:01 +00:00 |
|
Imre Kaloz
|
8aa2f586f4
|
temporary, hackish, etc, etc.. lzma support for the arm zImage loader
SVN-Revision: 16284
|
2009-06-01 21:09:40 +00:00 |
|
Imre Kaloz
|
548de949f3
|
use the openwrt lzma options for now
SVN-Revision: 16281
|
2009-06-01 20:31:23 +00:00 |
|
Imre Kaloz
|
ab5199a143
|
add missing config option
SVN-Revision: 16280
|
2009-06-01 20:03:46 +00:00 |
|
Felix Fietkau
|
1a1dc17ca3
|
remove some more obsolete files
SVN-Revision: 16276
|
2009-06-01 18:20:09 +00:00 |
|
Imre Kaloz
|
f81257ca34
|
remove 2.6.23 support, as the last target using that has been nuked, too
SVN-Revision: 16275
|
2009-06-01 18:16:10 +00:00 |
|
Hauke Mehrtens
|
f8a15f9b3e
|
Add missing kernel symbol.
SVN-Revision: 16264
|
2009-06-01 17:40:55 +00:00 |
|
Imre Kaloz
|
b834f1f24b
|
fix mv643xx_eth dma mask
SVN-Revision: 16247
|
2009-06-01 12:46:25 +00:00 |
|
Imre Kaloz
|
09a6262b3c
|
fix VFP handling on feroceon cores
SVN-Revision: 16246
|
2009-06-01 12:45:50 +00:00 |
|
Imre Kaloz
|
690cb12f3c
|
fix typo and add nand_gpio to the generic config
SVN-Revision: 16245
|
2009-06-01 12:44:59 +00:00 |
|
Florian Fainelli
|
9a022a7330
|
refresh 2.6.30 patches
SVN-Revision: 16241
|
2009-06-01 08:07:40 +00:00 |
|
Florian Fainelli
|
ba0f541d0d
|
mips: fix gcc 4.4.0 build failure on delay.h (#5116)
SVN-Revision: 16209
|
2009-05-30 12:03:27 +00:00 |
|
Florian Fainelli
|
12c8b488f7
|
refresh generic-2.6.29 patches
SVN-Revision: 16169
|
2009-05-29 09:09:32 +00:00 |
|
Florian Fainelli
|
c2df3a7179
|
refresh patches
SVN-Revision: 16156
|
2009-05-28 19:04:19 +00:00 |
|
Hamish Guthrie
|
7adb67f184
|
revert 15922 - add back 2.6.29 kernel support
SVN-Revision: 16127
|
2009-05-28 10:00:48 +00:00 |
|
Hauke Mehrtens
|
53cc0dbef7
|
Add buildfix for kernel 2.6.21
SVN-Revision: 16117
|
2009-05-27 18:06:38 +00:00 |
|
Imre Kaloz
|
04bca7b528
|
update to 2.6.30-rc7
SVN-Revision: 16048
|
2009-05-25 12:27:13 +00:00 |
|
Felix Fietkau
|
4cb9ba9612
|
enable multicast routing by default
SVN-Revision: 16044
|
2009-05-24 21:26:40 +00:00 |
|
Felix Fietkau
|
4f37d65205
|
move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
SVN-Revision: 16031
|
2009-05-24 17:13:14 +00:00 |
|
Felix Fietkau
|
5c96996a7d
|
fix typo in squashfs-lzma patch (thx, hauke)
SVN-Revision: 16028
|
2009-05-24 13:48:48 +00:00 |
|
Hauke Mehrtens
|
e80f5ca91e
|
Remove pcmcia support from ssb.
SVN-Revision: 16023
|
2009-05-24 11:30:06 +00:00 |
|
Gabor Juhos
|
dcf5adb14c
|
generic-2.6/2.6.30: mini_fo fixes
SVN-Revision: 15991
|
2009-05-22 13:53:03 +00:00 |
|
Gabor Juhos
|
40ea70606a
|
generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches
SVN-Revision: 15985
|
2009-05-22 11:26:08 +00:00 |
|
Gabor Juhos
|
b71910dbb5
|
generic-2.6/2.6.28: refresh patches
SVN-Revision: 15982
|
2009-05-22 09:57:03 +00:00 |
|
Gabor Juhos
|
a51ef0ecf8
|
generic-2.6/2.6.30: refresh patches
SVN-Revision: 15981
|
2009-05-22 09:46:02 +00:00 |
|
Gabor Juhos
|
c28af661ee
|
generic-2.6/2.6.30: nuke unnecessary patch
SVN-Revision: 15978
|
2009-05-22 07:56:07 +00:00 |
|
Gabor Juhos
|
9959defa0e
|
generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with CONFIG_CRYPTO_ALGAPI2
SVN-Revision: 15960
|
2009-05-21 17:26:56 +00:00 |
|
Felix Fietkau
|
f0fe3392d1
|
2.6.30: add lzma support to squashfs through pcomp
SVN-Revision: 15934
|
2009-05-20 15:12:57 +00:00 |
|
Gabor Juhos
|
09e1f83634
|
generic-2.6/2.6.30: gets rid of the length limitation on the name in the mips_machine stuff
SVN-Revision: 15930
|
2009-05-20 08:35:01 +00:00 |
|
Florian Fainelli
|
1322e2721a
|
disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211
SVN-Revision: 15926
|
2009-05-19 18:15:19 +00:00 |
|
Florian Fainelli
|
01afcd2556
|
remove 2.6.29 since there are no remaining users of it
SVN-Revision: 15922
|
2009-05-19 10:21:32 +00:00 |
|
Imre Kaloz
|
e965c02820
|
even more config file cleanup
SVN-Revision: 15913
|
2009-05-18 13:21:25 +00:00 |
|
Imre Kaloz
|
9db4496e78
|
upgrade to 2.6.30-rc6, refresh patches
SVN-Revision: 15912
|
2009-05-18 13:08:46 +00:00 |
|
Gabor Juhos
|
e468c05d40
|
generic/2.6.{29,30}: fix rootfs_split with squashfs4
SVN-Revision: 15867
|
2009-05-15 12:17:48 +00:00 |
|
Imre Kaloz
|
91e866f383
|
config cleanups
SVN-Revision: 15861
|
2009-05-15 10:40:04 +00:00 |
|
Felix Fietkau
|
8295ad3444
|
fix a compile error in the netfilter match speedup patch for 2.6.30
SVN-Revision: 15849
|
2009-05-14 18:35:10 +00:00 |
|
Imre Kaloz
|
6bfddb152f
|
some additional config file cleanup..
SVN-Revision: 15845
|
2009-05-14 13:32:34 +00:00 |
|
Imre Kaloz
|
c83d91fcfc
|
unify congestion control options
SVN-Revision: 15844
|
2009-05-14 12:42:07 +00:00 |
|
Nicolas Thill
|
cc343c1504
|
netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8
SVN-Revision: 15843
|
2009-05-14 11:59:12 +00:00 |
|
Imre Kaloz
|
3b8ab3d52a
|
move arm ARCH symbols to the generic configs
SVN-Revision: 15842
|
2009-05-14 11:46:04 +00:00 |
|