aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7-2.6/patches
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-20 19:46:50 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-20 19:46:50 +0000
commit47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada (patch)
treedf7afef9f7114666ae2d62987996cddbec16742c /target/linux/ar7-2.6/patches
parentf027dd9395fab0cbb022901460b003419af8a968 (diff)
downloadmaster-187ad058-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.tar.gz
master-187ad058-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.tar.bz2
master-187ad058-47d9fd249aa1cd6ecbba0bf191d6caa1f6c31ada.zip
Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.6/patches')
-rw-r--r--target/linux/ar7-2.6/patches/100-board_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar7-2.6/patches/100-board_support.patch b/target/linux/ar7-2.6/patches/100-board_support.patch
index 50970e224e..b22d1a3644 100644
--- a/target/linux/ar7-2.6/patches/100-board_support.patch
+++ b/target/linux/ar7-2.6/patches/100-board_support.patch
@@ -1,7 +1,7 @@
diff -Nru linux-2.6.19.2/arch/mips/Kconfig linux-ar7/arch/mips/Kconfig
--- linux-2.6.19.2/arch/mips/Kconfig 2006-12-12 02:32:53.000000000 +0700
+++ linux-ar7/arch/mips/Kconfig 2007-01-29 21:52:21.000000000 +0700
-@@ -12,6 +12,18 @@
+@@ -12,6 +12,19 @@
prompt "System type"
default SGI_IP22
@@ -16,6 +16,7 @@ diff -Nru linux-2.6.19.2/arch/mips/Kconfig linux-ar7/arch/mips/Kconfig
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_LITTLE_ENDIAN
+ select NEED_MULTIPLE_NODES
++ select GENERIC_GPIO
+
config MIPS_MTX1
bool "4G Systems MTX-1 board"