[source] lantiq: dgn3500 drop worldwide suffix
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 11 06:22:36 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/ab6620e817259a4558dfcf64f9110a0cb4972557
commit ab6620e817259a4558dfcf64f9110a0cb4972557
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Dec 11 10:27:17 2017 +0100
lantiq: dgn3500 drop worldwide suffix
Remove the WW suffix, everything without a region suffix is world wide
anyway.
While at it, normalise the image filenames by using only lower case
characters.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/lantiq/image/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index f6795ee..596c461 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -368,19 +368,19 @@ DGN3500_KERNEL_OFFSET_DEC=327680
define Device/DGN3500
IMAGE_SIZE := 16000k
IMAGES := \
- sysupgrade-NA.bin sysupgrade-WW.bin \
- factory-NA.img factory-WW.img
- IMAGE/sysupgrade-NA.bin := \
+ sysupgrade-na.bin sysupgrade.bin \
+ factory-na.img factory.img
+ IMAGE/sysupgrade-na.bin := \
append-kernel | append-rootfs | dgn3500-sercom-footer 0x0 "NA" | \
pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
- IMAGE/sysupgrade-WW.bin := \
+ IMAGE/sysupgrade.bin := \
append-kernel | append-rootfs | dgn3500-sercom-footer 0x0 "WW" | \
pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
- IMAGE/factory-NA.img := \
+ IMAGE/factory-na.img := \
pad-extra $(DGN3500_KERNEL_OFFSET_DEC) | append-kernel | append-rootfs | \
dgn3500-sercom-footer $(DGN3500_KERNEL_OFFSET_HEX) "NA" | pad-rootfs | \
check-size 16320k | pad-to 16384k
- IMAGE/factory-WW.img := \
+ IMAGE/factory.img := \
pad-extra $(DGN3500_KERNEL_OFFSET_DEC) | append-kernel | append-rootfs | \
dgn3500-sercom-footer $(DGN3500_KERNEL_OFFSET_HEX) "WW" | pad-rootfs | \
check-size 16320k | pad-to 16384k
More information about the lede-commits
mailing list