diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:28:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:28:51 +0000 |
commit | 4cb7e749ab6d7c27aa2e99da48a8c7ed0bae51cc (patch) | |
tree | 504f89d84a7056d692079dfdb5b598e9a2c2f2d4 | |
parent | 20ca35570e6d6f79043bb867eeba7d8dec17155f (diff) | |
download | upstream-4cb7e749ab6d7c27aa2e99da48a8c7ed0bae51cc.tar.gz upstream-4cb7e749ab6d7c27aa2e99da48a8c7ed0bae51cc.tar.bz2 upstream-4cb7e749ab6d7c27aa2e99da48a8c7ed0bae51cc.zip |
mpc85xx: build fdt file for the PB1010RDB board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35438
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 9906817636..d0ba2d1d62 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DTS_TARGETS = mpc8548cds +DTS_TARGETS = mpc8548cds pb1010rdb define Image/Prepare cp $(LINUX_DIR)/arch/powerpc/boot/zImage $(KDIR)/zImage |