[kernel] refresh 2.6.26 patches
[openwrt.git] / target / linux / orion / patches / 099-add_netgear_wnr854t_support.patch
index 8de5e8c..cc272b2 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/arm/mach-orion5x/Kconfig
 +++ b/arch/arm/mach-orion5x/Kconfig
 --- a/arch/arm/mach-orion5x/Kconfig
 +++ b/arch/arm/mach-orion5x/Kconfig
-@@ -74,6 +74,12 @@
+@@ -74,6 +74,12 @@ config MACH_MSS2
          Say 'Y' here if you want your kernel to support the
          Maxtor Shared Storage II platform.
  
          Say 'Y' here if you want your kernel to support the
          Maxtor Shared Storage II platform.
  
@@ -15,7 +15,7 @@
  endif
 --- a/arch/arm/mach-orion5x/Makefile
 +++ b/arch/arm/mach-orion5x/Makefile
  endif
 --- a/arch/arm/mach-orion5x/Makefile
 +++ b/arch/arm/mach-orion5x/Makefile
-@@ -10,3 +10,4 @@
+@@ -10,3 +10,4 @@ obj-$(CONFIG_MACH_WRT350N_V2)        += wrt350n
  obj-$(CONFIG_MACH_TS78XX)     += ts78xx-setup.o
  obj-$(CONFIG_MACH_MV2120)     += mv2120-setup.o
  obj-$(CONFIG_MACH_MSS2)               += mss2-setup.o
  obj-$(CONFIG_MACH_TS78XX)     += ts78xx-setup.o
  obj-$(CONFIG_MACH_MV2120)     += mv2120-setup.o
  obj-$(CONFIG_MACH_MSS2)               += mss2-setup.o
@@ -94,7 +94,7 @@
 +};
 +
 +static struct physmap_flash_data wnr854t_nor_flash_data = {
 +};
 +
 +static struct physmap_flash_data wnr854t_nor_flash_data = {
-+      .width          = 1,
++      .width          = 2,
 +      .parts          = wnr854t_nor_flash_partitions,
 +      .nr_parts       = ARRAY_SIZE(wnr854t_nor_flash_partitions),
 +};
 +      .parts          = wnr854t_nor_flash_partitions,
 +      .nr_parts       = ARRAY_SIZE(wnr854t_nor_flash_partitions),
 +};
 +MACHINE_END
 --- a/arch/arm/configs/orion5x_defconfig
 +++ b/arch/arm/configs/orion5x_defconfig
 +MACHINE_END
 --- a/arch/arm/configs/orion5x_defconfig
 +++ b/arch/arm/configs/orion5x_defconfig
-@@ -166,6 +166,7 @@
+@@ -166,6 +166,7 @@ CONFIG_MACH_KUROBOX_PRO=y
  CONFIG_MACH_DNS323=y
  CONFIG_MACH_TS209=y
  CONFIG_MACH_LINKSTATION_PRO=y
  CONFIG_MACH_DNS323=y
  CONFIG_MACH_TS209=y
  CONFIG_MACH_LINKSTATION_PRO=y
This page took 0.027454 seconds and 4 git commands to generate.