diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-24 19:12:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-24 19:12:46 +0000 |
commit | 709480a6969fe4fc20385773d5da6faeec6d263f (patch) | |
tree | 82e517f5b881e9d989ece55de8fb1bf30c79878c /target/linux/mpc85xx/image/Makefile | |
parent | 1b441ed18f369fc9de610b4bfed8f424d101c60b (diff) | |
download | upstream-709480a6969fe4fc20385773d5da6faeec6d263f.tar.gz upstream-709480a6969fe4fc20385773d5da6faeec6d263f.tar.bz2 upstream-709480a6969fe4fc20385773d5da6faeec6d263f.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/image/Makefile')
-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 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 |