projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] Add missing symbols to 2.6.34 config
[openwrt.git]
/
target
/
linux
/
ppc40x
/
image
/
Makefile
diff --git
a/target/linux/ppc40x/image/Makefile
b/target/linux/ppc40x/image/Makefile
index
e03ffd9
..
4544aff
100644
(file)
--- a/
target/linux/ppc40x/image/Makefile
+++ b/
target/linux/ppc40x/image/Makefile
@@
-11,7
+11,7
@@
JFFS2_BLOCKSIZE=128k 64k
define Image/Prepare
cp $(LINUX_DIR)/arch/powerpc/boot/uImage $(KDIR)/uImage
define Image/Prepare
cp $(LINUX_DIR)/arch/powerpc/boot/uImage $(KDIR)/uImage
- dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb
+
$(LINUX_DIR)/scripts/dtc/
dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb
endef
define Image/BuildKernel
endef
define Image/BuildKernel
This page took
0.019687 seconds
and
4
git commands to generate.