diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 15:29:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 15:29:39 +0000 |
commit | 73e2e9bbfdf73a415a5b08f571e4cd8311b24d10 (patch) | |
tree | 33325ba4d9706ffd1ce7b88ee9009316811525f6 /target/linux/mpc85xx/Makefile | |
parent | 29c5fa8ec7317159d695a44b48e249bad9756551 (diff) | |
download | upstream-73e2e9bbfdf73a415a5b08f571e4cd8311b24d10.tar.gz upstream-73e2e9bbfdf73a415a5b08f571e4cd8311b24d10.tar.bz2 upstream-73e2e9bbfdf73a415a5b08f571e4cd8311b24d10.zip |
mpc85xx: fix initramfs images
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43620 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index d027e49f11..001de825b6 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -16,6 +16,8 @@ SUBTARGETS=generic p1020 KERNEL_PATCHVER:=3.14 +KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1 + include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |