projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ramips] use gpio_led package rather than staticly linking it into the kernel
[openwrt.git]
/
target
/
linux
/
ppc40x
/
patches-2.6.30
/
005-openrb.patch
diff --git
a/target/linux/ppc40x/patches-2.6.30/005-openrb.patch
b/target/linux/ppc40x/patches-2.6.30/005-openrb.patch
index
9ad8ea3
..
43407c2
100644
(file)
--- a/
target/linux/ppc40x/patches-2.6.30/005-openrb.patch
+++ b/
target/linux/ppc40x/patches-2.6.30/005-openrb.patch
@@
-354,7
+354,7
@@
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -43,6 +43,7 @@ $(obj)/cuboot-taishan.o: BOOTCFLAGS += -
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -43,6 +43,7 @@ $(obj)/cuboot-taishan.o: BOOTCFLAGS += -
- $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=4
05
+ $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=4
40
$(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405
$(obj)/cuboot-magicbox.o: BOOTCFLAGS += -mcpu=405
+$(obj)/cuboot-openrb.o: BOOTCFLAGS += -mcpu=405
$(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405
$(obj)/cuboot-magicbox.o: BOOTCFLAGS += -mcpu=405
+$(obj)/cuboot-openrb.o: BOOTCFLAGS += -mcpu=405
@@
-393,7
+393,7
@@
+ select 405EP
+ select PCI
+ help
+ select 405EP
+ select PCI
+ help
-+ This option enables support for the OpenRB
Light board
.
++ This option enables support for the OpenRB
boards
.
+
config MAKALU
bool "Makalu"
+
config MAKALU
bool "Makalu"
This page took
0.02727 seconds
and
4
git commands to generate.