diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
commit | 93a2b8a6c47741ae1fc369d0245340c42f809418 (patch) | |
tree | 8575eb03723cd9797a505713cebcdeac2bf2d1d3 /target/linux/mpc85xx/image/Makefile | |
parent | 495935a3b81ac88bc524adabfe4e28155e0f5dac (diff) | |
download | upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.gz upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.bz2 upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.zip |
mpc85xx: update to linux 4.4, remove unnecessary patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48297
Diffstat (limited to 'target/linux/mpc85xx/image/Makefile')
-rw-r--r-- | target/linux/mpc85xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/image/Makefile b/target/linux/mpc85xx/image/Makefile index 0ec067e064..3c3f100d19 100644 --- a/target/linux/mpc85xx/image/Makefile +++ b/target/linux/mpc85xx/image/Makefile @@ -21,12 +21,12 @@ endef zImage:=$(BIN_DIR)/$(IMG_PREFIX)-zImage -DTS_TARGETS = mpc8548cds_32b p1010rdb-pa tl-wdr4900-v1 p1020rdb +DTS_TARGETS = fsl/p1010rdb-pa tl-wdr4900-v1 fsl/p1020rdb define Image/BuildKernel cp $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage $(foreach dts,$(DTS_TARGETS), - $(LINUX_DIR)/scripts/dtc/dtc -I dts -O dtb $(DTS_DIR)/$(dts).dts > $(BIN_DIR)/$(IMG_PREFIX)-$(dts).fdt + $(LINUX_DIR)/scripts/dtc/dtc -I dts -O dtb $(DTS_DIR)/$(dts).dts > $(BIN_DIR)/$(IMG_PREFIX)-$(notdir $(dts)).fdt ) endef |