diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-04 13:33:55 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-04 13:33:55 +0000 |
commit | 1980190a5a96fba4d36be8f8037ba9925c263b57 (patch) | |
tree | 5be4947af9799c165de22a46b0db260d2d6d3d91 /target/linux/xburst/patches-2.6.32/051-fb.patch | |
parent | f312e1580b6053bc87c931dbd588197d77c9f691 (diff) | |
download | upstream-1980190a5a96fba4d36be8f8037ba9925c263b57.tar.gz upstream-1980190a5a96fba4d36be8f8037ba9925c263b57.tar.bz2 upstream-1980190a5a96fba4d36be8f8037ba9925c263b57.zip |
Drop 2.6.32 patches
SVN-Revision: 22485
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/051-fb.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/051-fb.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/xburst/patches-2.6.32/051-fb.patch b/target/linux/xburst/patches-2.6.32/051-fb.patch deleted file mode 100644 index 5c802da6d0..0000000000 --- a/target/linux/xburst/patches-2.6.32/051-fb.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 5777849c788174f7de3bd9e14105af52f916ef5b Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen <lars@metafoo.de> -Date: Mon, 11 Jan 2010 04:29:38 +0100 -Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/051-fb.patch - ---- - drivers/video/Kconfig | 9 +++++++++ - drivers/video/Makefile | 1 + - 2 files changed, 10 insertions(+), 0 deletions(-) - ---- a/drivers/video/Kconfig -+++ b/drivers/video/Kconfig -@@ -2160,6 +2160,15 @@ config FB_BROADSHEET - and could also have been called by other names when coupled with - a bridge adapter. - -+config FB_JZ4740 -+ tristate "JZ47420/JZ4740 LCD framebuffer support" -+ depends on FB -+ select FB_SYS_FILLRECT -+ select FB_SYS_COPYAREA -+ select FB_SYS_IMAGEBLIT -+ help -+ Framebuffer support for the JZ4720 and JZ4740 SoC. -+ - source "drivers/video/omap/Kconfig" - - source "drivers/video/backlight/Kconfig" ---- a/drivers/video/Makefile -+++ b/drivers/video/Makefile -@@ -128,6 +128,7 @@ obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen - obj-$(CONFIG_FB_CARMINE) += carminefb.o - obj-$(CONFIG_FB_MB862XX) += mb862xx/ - obj-$(CONFIG_FB_MSM) += msm/ -+obj-$(CONFIG_FB_JZ4740) += jz4740_fb.o - - # Platform or fallback drivers go here - obj-$(CONFIG_FB_UVESA) += uvesafb.o |