diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch) | |
tree | f52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/au1000/patches/001-au1000_gpio_kconfig.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/au1000/patches/001-au1000_gpio_kconfig.patch')
-rw-r--r-- | target/linux/au1000/patches/001-au1000_gpio_kconfig.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch b/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch deleted file mode 100644 index b3aa063..0000000 --- a/target/linux/au1000/patches/001-au1000_gpio_kconfig.patch +++ /dev/null @@ -1,19 +0,0 @@ -From 8dea23a2b6dae52267b3a969e715d3f0753acf47 Mon Sep 17 00:00:00 2001 -From: Florian Fainelli <florian.fainelli@telecomint.eu> -Date: Wed, 10 Oct 2007 14:54:11 +0200 -Subject: [PATCH] [PATCH] Add missing generic GPIO support for au1000 -With the generic GPIO support for au1000, we do not -select it in the kernel configuration. - -Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> ---- - arch/mips/au1000/Kconfig | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/arch/mips/au1000/Kconfig -+++ b/arch/mips/au1000/Kconfig -@@ -135,3 +135,4 @@ config SOC_AU1X00 - select SYS_SUPPORTS_32BIT_KERNEL - select SYS_SUPPORTS_APM_EMULATION - select SYS_SUPPORTS_KGDB -+ select GENERIC_GPIO |