From add6fc7bdafc5542c872d7632a7b78e177200963 Mon Sep 17 00:00:00 2001 From: hcg Date: Tue, 6 Mar 2007 20:40:41 +0000 Subject: Add support for LED drivers (clock tick and CPU activity) Removed partition support (done on command line now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6531 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../at91-2.6/patches/002-mtd-partitiontable.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 target/linux/at91-2.6/patches/002-mtd-partitiontable.patch (limited to 'target/linux/at91-2.6/patches/002-mtd-partitiontable.patch') diff --git a/target/linux/at91-2.6/patches/002-mtd-partitiontable.patch b/target/linux/at91-2.6/patches/002-mtd-partitiontable.patch deleted file mode 100644 index eb14e4402..000000000 --- a/target/linux/at91-2.6/patches/002-mtd-partitiontable.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -urN linux-2.6.19.2/drivers/mtd/devices/at91_dataflash.c linux-2.6.19.2.old/drivers/mtd/devices/at91_dataflash.c ---- linux-2.6.19.2/drivers/mtd/devices/at91_dataflash.c 2007-03-05 11:21:48.000000000 +0100 -+++ linux-2.6.19.2.old/drivers/mtd/devices/at91_dataflash.c 2007-03-05 09:23:03.000000000 +0100 -@@ -130,28 +130,18 @@ - { - .name = "bootloader", - .offset = 0, -- .size = 1 * 32 * 8 * 1056, /* 1st sector = 16 blocks * 8 pages * 1056 bytes */ -+ .size = 1 * 32 * 8 * 1056, /* 1st sector = 32 blocks * 8 pages * 1056 bytes */ - .mask_flags = MTD_WRITEABLE, /* read-only */ - }, - { -- .name = "linux", -+ .name = "kernel", - .offset = MTDPART_OFS_NXTBLK, -- .size = 4 * 32 * 8 * 1056, /* 4 sectors */ -+ .size = 5 * 32 * 8 * 1056, /* 5 sectors */ - }, - { -- .name = "rootfs", -+ .name = "filesystem", - .offset = MTDPART_OFS_NXTBLK, -- .size = 4 * 32 * 8 * 1056, /* 4 sectors */ -- }, -- { -- .name = "nvram", -- .offset = MTDPART_OFS_NXTBLK, -- .size = 1 * 4 * 8 * 1056, /* 4 blocks of 8 pages = ~32k */ -- }, -- { -- .name = "OpenWrt", -- .offset = MTDPART_OFS_NXTBLK, -- .size = MTDPART_SIZ_FULL, /* rest of device */ -+ .size = MTDPART_SIZ_FULL, /* rest = 26 sectors */ - } - }; - #endif -- cgit v1.2.3