diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-01 12:38:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-01 12:38:44 +0000 |
commit | 1fbd57847233460e2868775d51613aa33ab03548 (patch) | |
tree | ab3df3eb8efaecf549da659432ecaf667ceb83af | |
parent | a399fcb5c70d138c62c39bd201d5a359f40f48d0 (diff) | |
download | master-187ad058-1fbd57847233460e2868775d51613aa33ab03548.tar.gz master-187ad058-1fbd57847233460e2868775d51613aa33ab03548.tar.bz2 master-187ad058-1fbd57847233460e2868775d51613aa33ab03548.zip |
ar71xx: fix regression in building TL-WDR6500-v2 images
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47333 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index d2165d95d7..ddc0fc1b15 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -334,6 +334,8 @@ TARGET_DEVICES += tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl- define Device/tl-wdr6500-v2 $(Device/tplink-8mlzma) + KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma + KERNEL_INITRAMFS := kernel-bin | patch-cmdline | lzma | uImage lzma | mktplinkfw-initramfs BOARDNAME = TL-WDR6500-v2 DEVICE_PROFILE = TLWDR6500V2 TPLINK_HWID := 0x65000002 |