summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/image/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-24 19:12:46 +0000
committerJohn Crispin <john@openwrt.org>2014-11-24 19:12:46 +0000
commitb994aca1e4893b513cd7a853ee7e57db505c1097 (patch)
tree2f5705886c8039051a1eda8910c012d53b1100e5 /target/linux/mpc85xx/image/Makefile
parent41f9765acd83ab4d021408b872e1a541f80378ba (diff)
downloadopenwrt-b994aca1e4893b513cd7a853ee7e57db505c1097.tar.gz
openwrt-b994aca1e4893b513cd7a853ee7e57db505c1097.tar.bz2
openwrt-b994aca1e4893b513cd7a853ee7e57db505c1097.zip
mpc85xx: fix missing dts target for kernel 3.14
With kernel 3.14 dts target p1010rdb was renamed to p1010rdb-pa. To maintain compatibility define p1010rdb-pa as new standard and copy p1010rdb.dts to p1010rdb-pa.dts under 3.10. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43371
Diffstat (limited to 'target/linux/mpc85xx/image/Makefile')
-rw-r--r--target/linux/mpc85xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile
index 0f8373ad52..dcb2620a67 100644
--- a/target/linux/mpc85xx/image/Makefile
+++ b/target/linux/mpc85xx/image/Makefile
@@ -21,7 +21,7 @@ endef
zImage:=$(BIN_DIR)/$(IMG_PREFIX)-zImage
-DTS_TARGETS = mpc8548cds_32b p1010rdb tl-wdr4900-v1 p1020rdb
+DTS_TARGETS = mpc8548cds_32b p1010rdb-pa tl-wdr4900-v1 p1020rdb
BOOT_IMAGES:=zImage cuImage.tl-wdr4900-v1
define Image/Prepare