-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I was able to get kernel 2.6.32 for Orion (see small patch) build and
running on my WRT350Nv2.
Would be great if someone with other Orion devices could have a look at it.
But as there were several new config settings I'm not sure if the
settings selected by me are a good choice.

Orion watchdog (ORION_WATCHDOG) [N/m/y/?] (NEW)
  set to Y, correct?
Marvell MMC/SD/SDIO host driver (MMC_MVSDIO) [N/m/?] (NEW)
  not set, correct? Other hardware than WRT350Nv2?
Marvell's Cryptographic Engine (CRYPTO_DEV_MV_CESA) [N/m/y/?] (NEW)
  set to Y, correct?

LaCie d2 Network (MACH_D2NET) [N/y/?] (NEW)
LaCie Big Disk Network (MACH_BIGDISK) [N/y/?] (NEW)
LaCie 2Big Network (MACH_NET2BIG) [N/y/?] (NEW)
Support for AVM FRITZ!CARD PCI (MISDN_AVMFRITZ) [N/m/?] (NEW)
Support for Sedlbauer Speedfax+ (MISDN_SPEEDFAX) [N/m/?] (NEW)
Support for cards with Infineon chipset (MISDN_INFINEON) [N/m/?] (NEW)
Support for cards with Winbond 6692 (MISDN_W6692) [N/m/?] (NEW)
Support for NETJet cards (MISDN_NETJET) [N/m/?] (NEW)
  all not set

Kind regards
Maddes

On 29.01.2010 23:46, Matthias Buecher / Germany wrote:
> Could somebody be so nice and update the kernel for Orion to 2.6.32.
> Unfortunately I'm not used to the kernel itself.
> 
> Thanks in advance
> Maddes
> 

-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktl2t4ACgkQUXXT+9wZdbWWAACdF7VCwu4HaXj3QGLbThs49TMs
GNAAn2GvW74Ec7KBCdM50Ekcy23LPc0L
=J10w
-----END PGP SIGNATURE-----
Index: target/linux/orion/Makefile
===================================================================
--- target/linux/orion/Makefile	(revision 19461)
+++ target/linux/orion/Makefile	(working copy)
@@ -13,7 +13,7 @@
 SUBTARGETS=generic harddisk
 CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
 
-LINUX_VERSION:=2.6.30.10
+LINUX_VERSION:=2.6.32.7
 
 include $(INCLUDE_DIR)/target.mk
 
Index: target/linux/orion/config-default
===================================================================
--- target/linux/orion/config-default	(revision 19461)
+++ target/linux/orion/config-default	(working copy)
@@ -239,3 +239,14 @@
 # CONFIG_XIP_KERNEL is not set
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ZBOOT_ROM_TEXT=0x0
+# CONFIG_MACH_D2NET is not set
+# CONFIG_MACH_BIGDISK is not set
+# CONFIG_MACH_NET2BIG is not set
+# CONFIG_MISDN_AVMFRITZ is not set
+# CONFIG_MISDN_SPEEDFAX is not set
+# CONFIG_MISDN_INFINEON is not set
+# CONFIG_MISDN_W6692 is not set
+# CONFIG_MISDN_NETJET is not set
+CONFIG_ORION_WATCHDOG=y
+# CONFIG_MMC_MVSDIO is not set
+CONFIG_CRYPTO_DEV_MV_CESA=y
Index: target/linux/orion/patches/020-wnr854t_switch_support.patch
===================================================================
--- target/linux/orion/patches/020-wnr854t_switch_support.patch	(revision 19461)
+++ target/linux/orion/patches/020-wnr854t_switch_support.patch	(working copy)
@@ -1,39 +0,0 @@
---- a/arch/arm/mach-orion5x/wnr854t-setup.c
-+++ b/arch/arm/mach-orion5x/wnr854t-setup.c
-@@ -15,6 +15,7 @@
- #include <linux/mtd/physmap.h>
- #include <linux/mv643xx_eth.h>
- #include <linux/ethtool.h>
-+#include <net/dsa.h>
- #include <asm/mach-types.h>
- #include <asm/gpio.h>
- #include <asm/mach/arch.h>
-@@ -97,6 +98,20 @@ static struct mv643xx_eth_platform_data 
- 	.duplex		= DUPLEX_FULL,
- };
- 
-+static struct dsa_chip_data wnr854t_switch_chip_data = {
-+	.port_names[0] = "lan3",
-+	.port_names[1] = "lan4",
-+	.port_names[2] = "wan",
-+	.port_names[3] = "cpu",
-+	.port_names[5] = "lan1",
-+	.port_names[7] = "lan2",
-+};
-+
-+static struct dsa_platform_data wnr854t_switch_plat_data = {
-+	.nr_chips	= 1,
-+	.chip		= &wnr854t_switch_chip_data,
-+};
-+
- static void __init wnr854t_init(void)
- {
- 	/*
-@@ -110,6 +125,7 @@ static void __init wnr854t_init(void)
- 	 * Configure peripherals.
- 	 */
- 	orion5x_eth_init(&wnr854t_eth_data);
-+	orion5x_eth_switch_init(&wnr854t_switch_plat_data, NO_IRQ);
- 	orion5x_uart0_init();
- 
- 	orion5x_setup_dev_boot_win(WNR854T_NOR_BOOT_BASE,
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEABECAAYFAktl2t4ACgkQUXXT+9wZdbUGtACgjPMDTAQH3heSXiAm9jklNPYx
cMgAoMuthPyIPWg/imsl64G+Fl1FuTnQ
=8IkM
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to