diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 18:30:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 18:30:24 +0000 |
commit | 0010d80ea96efcd8f55c7c1cde1de4bbc2532afc (patch) | |
tree | 1415d28ac2c69c4d582373dada2d32fe4f4b88eb /target | |
parent | 61ed0ce571f562a14006762447eb056e460e5879 (diff) | |
download | master-187ad058-0010d80ea96efcd8f55c7c1cde1de4bbc2532afc.tar.gz master-187ad058-0010d80ea96efcd8f55c7c1cde1de4bbc2532afc.tar.bz2 master-187ad058-0010d80ea96efcd8f55c7c1cde1de4bbc2532afc.zip |
mpc85xx: Generate fdt for P1020RDB
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36321 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 40db1dfcfe..a5db79ec18 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -25,7 +25,7 @@ endif zImage:=$(BIN_DIR)/$(IMG_PREFIX)-zImage$(IMAGE_SUFFIX) -DTS_TARGETS = mpc8548cds_32b p1010rdb tl-wdr4900-v1 +DTS_TARGETS = mpc8548cds_32b p1010rdb tl-wdr4900-v1 p1020rdb BOOT_IMAGES:=zImage cuImage.tl-wdr4900-v1 define Image/Prepare |