projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes
[openwrt.git]
/
target
/
linux
/
rdc
/
patches-2.6.30
/
009-rdc321x_select_embedded.patch
diff --git
a/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch
b/target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch
index
84ab6c5
..
f92fd61
100644
(file)
--- a/
target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch
+++ b/
target/linux/rdc/patches-2.6.30/009-rdc321x_select_embedded.patch
@@
-1,10
+1,11
@@
---- a/arch/x86/Kconfig
2009-06-19 15:06:16.000000000 +0200
-+++ b/arch/x86/Kconfig
2009-06-19 15:06:01.000000000 +0200
-@@ -380,6 +380,
7 @@
+--- a/arch/x86/Kconfig
++++ b/arch/x86/Kconfig
+@@ -380,6 +380,
8 @@ config X86_RDC321X
depends on X86_EXTENDED_PLATFORM
select M486
select X86_REBOOTFIXUPS
+ select EMBEDDED
depends on X86_EXTENDED_PLATFORM
select M486
select X86_REBOOTFIXUPS
+ select EMBEDDED
++ select ARCH_REQUIRE_GPIOLIB
---help---
This option is needed for RDC R-321x system-on-chip, also known
as R-8610-(G).
---help---
This option is needed for RDC R-321x system-on-chip, also known
as R-8610-(G).
This page took
0.023264 seconds
and
4
git commands to generate.