From 031e3104c03172a40bff338ef2f15cb220150c86 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Wed, 21 Nov 2012 21:49:32 +0200 Subject: Add Andrew's gpio patches. Closes #2. Signed-off-by: Roman Yeryomin --- .../patches-2.6.30/306-make-gpio-rtl-honor-switch.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/realtek/patches-2.6.30/306-make-gpio-rtl-honor-switch.patch (limited to 'target/linux/realtek/patches-2.6.30/306-make-gpio-rtl-honor-switch.patch') diff --git a/target/linux/realtek/patches-2.6.30/306-make-gpio-rtl-honor-switch.patch b/target/linux/realtek/patches-2.6.30/306-make-gpio-rtl-honor-switch.patch new file mode 100644 index 000000000..e0c259713 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/306-make-gpio-rtl-honor-switch.patch @@ -0,0 +1,11 @@ +--- a/drivers/char/Makefile 2012-11-05 14:22:46.404451333 +0400 ++++ b/drivers/char/Makefile 2012-11-05 14:23:57.307799712 +0400 +@@ -98,7 +98,7 @@ + obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o + obj-$(CONFIG_GPIO_TB0219) += tb0219.o + obj-$(CONFIG_TELCLOCK) += tlclk.o +-obj-$(CONFIG_RTL_819X) += rtl_gpio.o ++obj-$(CONFIG_RTL_GPIO) += rtl_gpio.o + obj-$(CONFIG_RTL_NFBI_MDIO) += rtl_mdio/ + + obj-$(CONFIG_MWAVE) += mwave/ -- cgit v1.2.3