diff options
author | John Crispin <blogic@openwrt.org> | 2016-05-02 18:50:10 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:17:47 +0200 |
commit | 1a9580c4999120f59aa9714229d2460a4d9f6de3 (patch) | |
tree | f5c912865db5eae42aead8ab190013ab7dcaf17d /target/linux/lantiq/image | |
parent | a7ea2c9f5c0d28e221481e5d1aafbd7a70270d1b (diff) | |
download | master-187ad058-1a9580c4999120f59aa9714229d2460a4d9f6de3.tar.gz master-187ad058-1a9580c4999120f59aa9714229d2460a4d9f6de3.tar.bz2 master-187ad058-1a9580c4999120f59aa9714229d2460a4d9f6de3.zip |
lantiq: use sysupgrade.bin postfix for tplink images
Use the same name for TP-Link images as it was with the old image build
code.
Move the BOARD_ID export to the TP-Link image build recipe, to indicate
that the variable is only related in this context.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index f779a1b936..033dcc32b4 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -283,14 +283,15 @@ define Device/Default IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs endef -DEVICE_VARS += BOARD_ID DEVICE_PROFILE DEVICE_DTS +DEVICE_VARS += DEVICE_PROFILE DEVICE_DTS define Device/lantiqTpLink KERNEL := kernel-bin | append-dtb | lzma KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | tplink-fw - IMAGES := tplink - IMAGE/tplink := mktplinkfw2 + IMAGES := sysupgrade.bin + IMAGE/sysupgrade.bin := mktplinkfw2 endef +DEVICE_VARS += BOARD_ID define Device/lantiqBrnImage KERNEL := kernel-bin | append-dtb | mkbrncmdline | lzma-no-dict |