diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-09 07:12:37 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-09 07:12:37 +0200 |
commit | 5369a03d528312cfdab732d9e1e1a706185f5efb (patch) | |
tree | dbc249d2ca44da8295b6de9165f6aec17109d144 | |
parent | 775f93e8988c9b2e468cebc2e176e9f7e984013b (diff) | |
download | upstream-5369a03d528312cfdab732d9e1e1a706185f5efb.tar.gz upstream-5369a03d528312cfdab732d9e1e1a706185f5efb.tar.bz2 upstream-5369a03d528312cfdab732d9e1e1a706185f5efb.zip |
ramips: use lower case names for TEW-69xGR images
Use lower case variant of the device name for to images to be
consistent with all other images names.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/ramips/image/rt3883.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index edfd43cd6b..2fd847b816 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -2,24 +2,24 @@ # RT3662/RT3883 Profiles # -define Device/TEW691GR +define Device/tew-691gr DTS := TEW-691GR IMAGES += factory.bin IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | umedia-header 0x026910 DEVICE_TITLE := TRENDnet TEW-691GR DEVICE_PACKAGES := swconfig endef -TARGET_DEVICES += TEW691GR +TARGET_DEVICES += tew-691gr -define Device/TEW692GR +define Device/tew-692gr DTS := TEW-692GR IMAGES += factory.bin IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | umedia-header 0x026920 DEVICE_TITLE := TRENDnet TEW-692GR DEVICE_PACKAGES := swconfig endef -TARGET_DEVICES += TEW692GR +TARGET_DEVICES += tew-692gr # $(1) = squashfs/initramfs |