diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-10-16 13:33:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-10-16 13:33:33 +0000 |
commit | e33660fd06bced5b743941ccf2678e7b7b94b4df (patch) | |
tree | 55487f98326909210cc52abbe289c58b35fa07ae /target/linux/ar71xx/patches-2.6.27 | |
parent | 19b0e56ba7d5a1c93075cac3d662486917a9ef35 (diff) | |
download | upstream-e33660fd06bced5b743941ccf2678e7b7b94b4df.tar.gz upstream-e33660fd06bced5b743941ccf2678e7b7b94b4df.tar.bz2 upstream-e33660fd06bced5b743941ccf2678e7b7b94b4df.zip |
move inclusion of the mach-ar71xx/Kconfig into the right patch
SVN-Revision: 12988
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.27')
3 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch b/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch index f37b4d0b16..5db99d6a82 100644 --- a/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch +++ b/target/linux/ar71xx/patches-2.6.27/001-ar71xx_core.patch @@ -59,3 +59,11 @@ config BASLER_EXCITE bool "Basler eXcite smart camera" select CEVT_R4K +@@ -598,6 +615,7 @@ config WR_PPMC + + endchoice + ++source "arch/mips/ar71xx/Kconfig" + source "arch/mips/au1000/Kconfig" + source "arch/mips/basler/excite/Kconfig" + source "arch/mips/jazz/Kconfig" diff --git a/target/linux/ar71xx/patches-2.6.27/300-mips_fw_myloader.patch b/target/linux/ar71xx/patches-2.6.27/300-mips_fw_myloader.patch index 974ca0ed72..fdd48686c6 100644 --- a/target/linux/ar71xx/patches-2.6.27/300-mips_fw_myloader.patch +++ b/target/linux/ar71xx/patches-2.6.27/300-mips_fw_myloader.patch @@ -10,7 +10,7 @@ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -782,6 +782,9 @@ config MIPS_NILE4 +@@ -783,6 +783,9 @@ config MIPS_NILE4 config MIPS_DISABLE_OBSOLETE_IDE bool diff --git a/target/linux/ar71xx/patches-2.6.27/900-mips_multi_machine_support.patch b/target/linux/ar71xx/patches-2.6.27/900-mips_multi_machine_support.patch index bedc45f530..dced430213 100644 --- a/target/linux/ar71xx/patches-2.6.27/900-mips_multi_machine_support.patch +++ b/target/linux/ar71xx/patches-2.6.27/900-mips_multi_machine_support.patch @@ -123,15 +123,7 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -615,6 +615,7 @@ config WR_PPMC - - endchoice - -+source "arch/mips/ar71xx/Kconfig" - source "arch/mips/au1000/Kconfig" - source "arch/mips/basler/excite/Kconfig" - source "arch/mips/jazz/Kconfig" -@@ -788,6 +789,9 @@ config MYLOADER +@@ -789,6 +789,9 @@ config MYLOADER config SYNC_R4K bool |