1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
Commit Graph

12576 Commits

Author SHA1 Message Date
Florian Fainelli
1a2862798a remove references to 2_6_27
SVN-Revision: 18202
2009-10-29 12:22:53 +00:00
Florian Fainelli
4b09e185f2 remove support for 2.6.27, no target is using it anymore
SVN-Revision: 18201
2009-10-29 12:20:45 +00:00
Florian Fainelli
81a3955189 fix build failure on vmlinux.lds with 2.6.31 (#6052)
SVN-Revision: 18199
2009-10-29 10:55:52 +00:00
Florian Fainelli
502f64a0f3 move the forward declaration of struct mtd_info, prevents build failures on arm and mips
SVN-Revision: 18198
2009-10-29 10:43:14 +00:00
John Crispin
b2cd5b2e0d fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
2009-10-28 15:10:30 +00:00
Jo-Philipp Wich
1de4b79971 lua: add the 100-no_readline.patch to host build
SVN-Revision: 18195
2009-10-28 13:56:33 +00:00
Jo-Philipp Wich
a0d2c65033 lua: the variable expansion to detect the host os does not work with GNU Make 3.81, replace it with a nested ifeq
SVN-Revision: 18193
2009-10-28 00:11:59 +00:00
Florian Fainelli
587fc92e29 fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV_OPS is not set
SVN-Revision: 18191
2009-10-27 22:50:34 +00:00
Felix Fietkau
4cef53b4e4 lua: fix a typo
SVN-Revision: 18190
2009-10-27 21:28:15 +00:00
Felix Fietkau
3dcdf925c7 lua: re-enable host builds with some more fixes
SVN-Revision: 18189
2009-10-27 21:18:58 +00:00
Imre Kaloz
8bf0f955e7 ppc40x: use version number-less patches and config
SVN-Revision: 18188
2009-10-27 19:20:31 +00:00
Imre Kaloz
7776a7ddec remove 2.6.28 support from ppc40x
SVN-Revision: 18187
2009-10-27 19:19:07 +00:00
Imre Kaloz
b05072d30f disable ppc4xx watchdog, it's unreliable
SVN-Revision: 18186
2009-10-27 19:18:02 +00:00
Florian Fainelli
d251ee8997 add more missing configuration symbols
SVN-Revision: 18185
2009-10-27 15:12:25 +00:00
Florian Fainelli
84073c9484 remove the 2.6.28 specific Kernel/Prepare hack
SVN-Revision: 18184
2009-10-27 14:01:53 +00:00
Florian Fainelli
4177b70c8d resync kernel configuration, re-enable printk and make the kernel fit under 768KB
SVN-Revision: 18183
2009-10-27 13:27:48 +00:00
Imre Kaloz
87b29f3ad8 upgrade iop32x to 2.6.30
SVN-Revision: 18182
2009-10-27 12:51:03 +00:00
Imre Kaloz
97d5479ca1 sort kconfig symbols in generic configs
SVN-Revision: 18181
2009-10-27 12:12:48 +00:00
Imre Kaloz
e6e5e6c72b add missing kconfig symbol
SVN-Revision: 18180
2009-10-27 12:09:35 +00:00
Felix Fietkau
7b14b774b4 ppc: add missing symbols for building with a newer toolchain
SVN-Revision: 18179
2009-10-27 01:11:44 +00:00
Felix Fietkau
27e1c7f091 uClibc: implement copysignl in libc on powerpc to avoid undefined references in libstdc++
SVN-Revision: 18178
2009-10-27 01:11:40 +00:00
Felix Fietkau
46cc3f164d gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to avoid generating references to gpr save/restore functions which cannot yet be resolved at this point
SVN-Revision: 18177
2009-10-27 01:11:35 +00:00
Gabor Juhos
bc59e3da51 ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips_eth.h'
SVN-Revision: 18176
2009-10-26 17:17:51 +00:00
Gabor Juhos
5dd653a6bd ramips: use definitions from rt305x_regs, and nuke the duplicated ones
SVN-Revision: 18175
2009-10-26 17:17:48 +00:00
Gabor Juhos
c170980c4f ramips: move ramips_eth_platform_data into a separate file
SVN-Revision: 18174
2009-10-26 17:17:45 +00:00
Gabor Juhos
b98fa096a6 ramips: request_irq prior to dma allocation, and handle the case if it fails
SVN-Revision: 18173
2009-10-26 17:17:42 +00:00
Gabor Juhos
08f77d2e7e ramips: add error handling to ramips_alloc_dma
SVN-Revision: 18172
2009-10-26 17:17:39 +00:00
Gabor Juhos
941c1dae2c ramips: free allocated skbs in ramips_cleanup_dma
SVN-Revision: 18171
2009-10-26 17:17:37 +00:00
Gabor Juhos
82cc25d5f0 ramips: add ramips_setup_dma helper to the ethernet driver
SVN-Revision: 18170
2009-10-26 17:17:34 +00:00
Gabor Juhos
f69b042df9 ramips: add ramips_cleanup_dma helper
SVN-Revision: 18169
2009-10-26 17:17:29 +00:00
Gabor Juhos
defb7c0059 ramips: remove unnecessary includes in the ethernet driver
SVN-Revision: 18168
2009-10-26 17:17:26 +00:00
Gabor Juhos
36cb733d4f ramips: fix dma api usage in the ethernet driver
SVN-Revision: 18167
2009-10-26 17:17:22 +00:00
Gabor Juhos
69a3298ab5 ramips: use resource to pass irq and base address to the ethernet driver
SVN-Revision: 18166
2009-10-26 17:17:18 +00:00
Gabor Juhos
7c7f004875 ramips: add error-path handling to the ramips_eth_plat_probe
SVN-Revision: 18165
2009-10-26 17:17:13 +00:00
Felix Fietkau
c2cc2884e3 lua: fix regressions in operator overloading caused by the refcounting patch, also fix some more variable cleanup issues => even more performance, less memory utilization
SVN-Revision: 18164
2009-10-26 14:27:30 +00:00
Imre Kaloz
ed19cab256 swap logic on squashfs version selection
SVN-Revision: 18163
2009-10-26 12:06:47 +00:00
Imre Kaloz
3dd87b893a since we are using newer iptables version, we don't need this patch anymore
SVN-Revision: 18162
2009-10-26 11:35:44 +00:00
Imre Kaloz
4d1bd56f33 rename some patches
SVN-Revision: 18161
2009-10-26 10:15:52 +00:00
Imre Kaloz
69578dfd7b prepare for the removal of squashfs 3.4: switch olpc to 2.6.30 (let's hope it works fine), and mark at91 broken
SVN-Revision: 18160
2009-10-26 09:47:27 +00:00
Felix Fietkau
6db489f1b0 lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory
SVN-Revision: 18159
2009-10-26 03:01:12 +00:00
Felix Fietkau
6a87d6682d lua: fix various bugs in the refcounting implementation. seems to fix luci and reduces memory consumption even more
SVN-Revision: 18158
2009-10-26 00:06:42 +00:00
Florian Fainelli
6f63230e27 add missing configuration symbols
SVN-Revision: 18157
2009-10-25 21:26:46 +00:00
Florian Fainelli
338490bd50 remove 2.6.28 support, we never really used it
SVN-Revision: 18156
2009-10-25 21:13:46 +00:00
Florian Fainelli
7100c1efd9 switch to 2.6.30.9
SVN-Revision: 18155
2009-10-25 21:10:53 +00:00
John Crispin
1729f7bdc1 use gpio_led package rather than staticly linking it into the kernel
SVN-Revision: 18154
2009-10-25 18:08:16 +00:00
Jo-Philipp Wich
9df63ce253 add "remote-gdb", a helper script to connect the local host gdb with a running gdbserver on the target
SVN-Revision: 18153
2009-10-25 17:45:57 +00:00
John Crispin
f1ad6d3768 fixes licenses
SVN-Revision: 18152
2009-10-25 17:41:01 +00:00
John Crispin
6a56b1186e select CONFIG_LEDS_GPIO per default
SVN-Revision: 18151
2009-10-25 17:06:01 +00:00
John Crispin
6f63d7baf2 clean up dma api of ethernet driver
SVN-Revision: 18150
2009-10-25 16:58:00 +00:00
John Crispin
9126be5b6e fixes dma bug in eth driver, that was caused under high net load. the dma ring was not initialized on time
SVN-Revision: 18149
2009-10-25 14:34:55 +00:00