From 2ee2679ac97098e9cf394ca4e78d2cc6ac5fad85 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 28 Nov 2009 22:17:37 +0000 Subject: Add kernel 2.6.30 support The device is booting and Ethernet is working, but nothing more was tested. SVN-Revision: 18589 --- target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch (limited to 'target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch') diff --git a/target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch b/target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch new file mode 100644 index 0000000000..aaf3a8d8ac --- /dev/null +++ b/target/linux/amazon/patches-2.6.30/130-mtd_drivers.patch @@ -0,0 +1,7 @@ +--- a/drivers/mtd/maps/Makefile ++++ b/drivers/mtd/maps/Makefile +@@ -62,3 +62,4 @@ obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_ + obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o + obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o + obj-$(CONFIG_MTD_VMU) += vmu-flash.o ++obj-$(CONFIG_AMAZON_MTD) += amazon.o -- cgit v1.2.3