diff options
author | Moritz Warning <moritzwarning@web.de> | 2022-11-15 19:20:30 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-16 23:30:11 +0100 |
commit | c0fb12c42e1731b0bd397df3a57d053e32eb4cf9 (patch) | |
tree | b0797bd99ee04eb16e009f4b7ec46e976b62fa3d /target/linux/ramips/image/rt288x.mk | |
parent | 941132cb3c6777e007a33eb47fa4517b4796b7ce (diff) | |
download | upstream-c0fb12c42e1731b0bd397df3a57d053e32eb4cf9.tar.gz upstream-c0fb12c42e1731b0bd397df3a57d053e32eb4cf9.tar.bz2 upstream-c0fb12c42e1731b0bd397df3a57d053e32eb4cf9.zip |
treewide: uniform vendor name for ASUS
Their own website (https://www.asus.com)
always uses the upper case style name.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'target/linux/ramips/image/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index eff5a22030..5e69e291d2 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -40,7 +40,7 @@ TARGET_DEVICES += airlink101_ar725w define Device/asus_rt-n15 BLOCKSIZE := 64k IMAGE_SIZE := 3776k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-N15 DEVICE_PACKAGES := kmod-switch-rtl8366s SUPPORTED_DEVICES += rt-n15 |