diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-06 16:27:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-06 16:27:37 +0000 |
commit | 56231056ea784f1cec6450f649b1adaed1f56366 (patch) | |
tree | 7b130d72d854cde2bcd3af8b11bd0f7be3dbff6a /target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch | |
parent | e1184aaa1a7a5e5eeef8e072bf0ea98c291be22a (diff) | |
download | upstream-56231056ea784f1cec6450f649b1adaed1f56366.tar.gz upstream-56231056ea784f1cec6450f649b1adaed1f56366.tar.bz2 upstream-56231056ea784f1cec6450f649b1adaed1f56366.zip |
strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch')
-rw-r--r-- | target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch b/target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch deleted file mode 100644 index adf91891f8..0000000000 --- a/target/linux/ixp4xx-2.6/patches/143-nslu2_mtd_microcode.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- - arch/arm/mach-ixp4xx/nslu2-setup.c | 13 ++++++++++++- - 1 file changed, 12 insertions(+), 1 deletion(-) - -Index: linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c -=================================================================== ---- linux-2.6.19.orig/arch/arm/mach-ixp4xx/nslu2-setup.c -+++ linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c -@@ -159,6 +159,16 @@ static struct platform_device mac0 = { - .resource = &res_mac0, - }; - -+struct npe_ucode_platform_data nslu2_npe_ucode_data = { -+ .mtd_partition = "FIS directory", -+}; -+ -+static struct platform_device nslu2_npe_ucode = { -+ .name = "ixp4xx_npe_ucode", -+ .id = 0, -+ .dev.platform_data = &nslu2_npe_ucode_data, -+}; -+ - static struct platform_device *nslu2_devices[] __initdata = { - &nslu2_i2c_controller, - &nslu2_flash, -@@ -166,7 +176,8 @@ static struct platform_device *nslu2_dev - #ifdef CONFIG_LEDS_IXP4XX - &nslu2_leds, - #endif -- &mac0 -+ &mac0, -+ &nslu2_npe_ucode, - }; - - static void nslu2_power_off(void) |