Commit Graph

11462 Commits

Author SHA1 Message Date
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
Mirko Vogt fb88a59da4 rename <gsm0710muxd> to <fso-gsm0710muxd>, as it's fso-specific
SVN-Revision: 16773
2009-07-11 07:25:14 +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
Felix Fietkau 19ccf08628 remove hotplug2-old
SVN-Revision: 16769
2009-07-11 01:20:55 +00:00
Felix Fietkau ec07b537ee ucitrigger depends on lua
SVN-Revision: 16768
2009-07-11 00:02:38 +00:00
Gabor Juhos 6b033e9bec fix a bug in the SPI driver (closes #5485)
SVN-Revision: 16767
2009-07-10 19:29:58 +00:00
Felix Fietkau 98e622df30 atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors on devices that use a non-standard gpio line to control the spi flash chip select
SVN-Revision: 16765
2009-07-10 15:26:12 +00:00
Geoff Levand 748b9c34fa PS3: Add some HID quirks to the PS3 kernel config
SVN-Revision: 16761
2009-07-10 01:07:44 +00:00
Geoff Levand e57bb08f6f PS3: Add joystick support to the PS3 kernel config
SVN-Revision: 16760
2009-07-10 01:06:55 +00:00
Geoff Levand b0527b20e7 PS3: Fix gelic network RX hang
SVN-Revision: 16759
2009-07-10 01:05:45 +00:00
Geoff Levand c773567c74 PS3: Cleanup kernel config
SVN-Revision: 16758
2009-07-10 01:03:40 +00:00
Geoff Levand 91bd1fc382 PS3: Enable kernel command line editing
To allow for kernel command line editing add an empty
comand line to the PS3 kernel config.

SVN-Revision: 16757
2009-07-10 01:01:59 +00:00
Geoff Levand 2d3e7d7eee PS3: Enable kernel patches
SVN-Revision: 16756
2009-07-10 01:00:05 +00:00
Geoff Levand ec7dc58e59 PS3: Revert kexec kernel patch
Remove the uneeded PS3 kernel patch
0006-powerpc-Remove-default-kexec-crash_kernel-ops-assig.patch
This patch causes the exec system call to fail.

SVN-Revision: 16755
2009-07-10 00:57:03 +00:00
Gabor Juhos a38d9256a7 add board setup code for the RB-450G/RB-433UAH boards * based on a patch from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127
SVN-Revision: 16754
2009-07-09 19:46:41 +00:00
Jo-Philipp Wich 03db00a803 package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
SVN-Revision: 16753
2009-07-09 17:45:23 +00:00
Gabor Juhos b8a97ca5c5 register a GPIO LEDs and buttons on the PB44 board
SVN-Revision: 16748
2009-07-09 06:58:38 +00:00
Gabor Juhos eca1b1ac07 register a I2C GPIO expander on the PB44 board
SVN-Revision: 16747
2009-07-09 06:57:44 +00:00
Gabor Juhos db71f38ed6 firmware-utils/mktplinkfw: add option for combined images
SVN-Revision: 16742
2009-07-08 08:17:26 +00:00
Gabor Juhos 6030323bea create firmware image for the TL-WR741ND
SVN-Revision: 16741
2009-07-07 19:58:39 +00:00
Gabor Juhos 4be401d44b firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1
SVN-Revision: 16740
2009-07-07 19:45:33 +00:00
Gabor Juhos 2614fcb2f3 add initial support for the TL-WR741ND board
SVN-Revision: 16739
2009-07-07 19:20:10 +00:00
Mirko Vogt 7d5525a5be do not allow overriding the init argument by bootloaders
SVN-Revision: 16738
2009-07-07 18:29:40 +00:00
Gabor Juhos a6e3c605bc add AR7240 specific fixes for the ag71xx driver
SVN-Revision: 16737
2009-07-07 18:06:02 +00:00
Gabor Juhos f04fcfd801 make irq_chip definitions static
SVN-Revision: 16736
2009-07-07 18:04:26 +00:00
Gabor Juhos c8d103a660 uClibc: fix build error on ARM targets (closes #5473)
SVN-Revision: 16735
2009-07-07 15:09:10 +00:00
Gabor Juhos 3b47053fb3 AR7240 requires different IRQ unmasking code
SVN-Revision: 16734
2009-07-07 13:57:57 +00:00
Felix Fietkau daaf02e416 wprobe: the bpf code expects direct-access fields to be in big endian, not cpu endian
SVN-Revision: 16733
2009-07-07 03:56:43 +00:00
Felix Fietkau 959bae3462 wprobe: fix some endianness fail in the l2 filter code
SVN-Revision: 16732
2009-07-07 03:44:31 +00:00
Felix Fietkau 5b35d1851c wprobe: fix uninitialized variable
SVN-Revision: 16731
2009-07-07 03:21:09 +00:00
Felix Fietkau 9a194f41bb rename the wprobe init script to /etc/init.d/wprobe
SVN-Revision: 16730
2009-07-07 03:03:43 +00:00
Nicolas Thill 69d65604a2 fix kexec-tools builds when libc != uClibc, strip quotes from KEXEC_TARGET_NAME config option
SVN-Revision: 16729
2009-07-07 03:00:04 +00:00
Nicolas Thill 4702698c68 add a config option to select the binary stripping method to use (between none, strip & sstrip)
SVN-Revision: 16728
2009-07-07 02:34:58 +00:00
Felix Fietkau 5a5f24ac23 fix wprobe-export
SVN-Revision: 16727
2009-07-07 02:22:46 +00:00
Nicolas Thill 05672efde8 use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)
SVN-Revision: 16726
2009-07-07 02:11:11 +00:00
Felix Fietkau 143d5c0538 update the init script and config for the new wprobe
SVN-Revision: 16724
2009-07-07 00:38:42 +00:00
Nicolas Thill 131b2429ef fix df -h output (closes: #5290)
SVN-Revision: 16723
2009-07-07 00:07:19 +00:00
Florian Fainelli 1e9cba3b82 add more gcc-4.4 patches from uclibc's mailing-list
SVN-Revision: 16720
2009-07-06 19:52:55 +00:00
Felix Fietkau 5447d6c44b upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
SVN-Revision: 16719
2009-07-06 19:05:24 +00:00
Felix Fietkau 069dbf6fd4 ucitrigger: add options to force enable/disable specific triggers
SVN-Revision: 16718
2009-07-06 19:04:07 +00:00
Gabor Juhos 7ffee1f66f Baltic language support in kernel
Add Baltic langugae support in kernel package

Signed-off-by: zintis.petersons@e-mail.lv

SVN-Revision: 16717
2009-07-06 16:10:22 +00:00
Gabor Juhos 0c1004ac2c Add the gpio_keys input module to menuconfig
Signed-off-by: Ferenc Wagner <wferi@niif.hu>

SVN-Revision: 16716
2009-07-06 16:10:20 +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
Florian Fainelli 9d2522748f add bcm47xx lzma initramfs patch which is useful to workaround some CFE limitations when ramdisk kernels are too big
SVN-Revision: 16709
2009-07-06 11:28:34 +00:00
Florian Fainelli 9a387036d2 add a profile with no Wi-Fi drivers enabled, useful for bcm6338
SVN-Revision: 16708
2009-07-06 11:21:22 +00:00
Florian Fainelli 8749a587e7 make i2c-gpio-custom selectable (#5458)
SVN-Revision: 16707
2009-07-06 11:16:04 +00:00
Florian Fainelli 8d91123a0f avoid overriding CONFIG_TUN with a couple of targets
SVN-Revision: 16705
2009-07-06 10:52:15 +00:00
Gabor Juhos 97ee3bff49 sync kernel config
SVN-Revision: 16703
2009-07-05 20:22:24 +00:00