diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-01-17 23:38:49 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-18 21:21:11 +0100 |
commit | 51dd8f3875aa040bd49b817fd28e38122997b749 (patch) | |
tree | 395c571c19f869825c5b1bd9aa7abd9b4aa573d7 /target/linux/ipq806x | |
parent | 42b47f1b40ac211c0868ed04a356a1764ec7c876 (diff) | |
download | upstream-51dd8f3875aa040bd49b817fd28e38122997b749.tar.gz upstream-51dd8f3875aa040bd49b817fd28e38122997b749.tar.bz2 upstream-51dd8f3875aa040bd49b817fd28e38122997b749.zip |
ipq-wifi: align AVM FRITZ!Box 4040's board-2.bin package
This patch renames the AVM FRITZ!Box 4040's board-2.bin
file and package to match the 'vendor_product' format.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 4932040735..fa17916514 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -84,7 +84,7 @@ define Device/avm_fritzbox-4040 IMAGE_SIZE := 29753344 IMAGES = sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata - DEVICE_PACKAGES := kmod-usb-phy-qcom-ipq4019 ipq-wifi-fritz4040 fritz-tffs fritz-caldata u-boot-fritz4040 + DEVICE_PACKAGES := kmod-usb-phy-qcom-ipq4019 ipq-wifi-avm_fritzbox-4040 fritz-tffs fritz-caldata u-boot-fritz4040 endef TARGET_DEVICES += avm_fritzbox-4040 |