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/rt305x.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/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 6b8dada3c9..e6536da3f3 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -209,7 +209,7 @@ define Device/asus_rt-g32-b1 SOC := rt3050 BLOCKSIZE := 4k IMAGE_SIZE := 3776k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-G32 DEVICE_VARIANT := B1 SUPPORTED_DEVICES += rt-g32-b1 @@ -221,7 +221,7 @@ define Device/asus_rt-n10-plus SOC := rt3050 BLOCKSIZE := 64k IMAGE_SIZE := 3776k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-N10+ SUPPORTED_DEVICES += rt-n10-plus DEFAULT := n @@ -231,7 +231,7 @@ TARGET_DEVICES += asus_rt-n10-plus define Device/asus_rt-n13u SOC := rt3052 IMAGE_SIZE := 7872k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := RT-N13U DEVICE_PACKAGES := kmod-leds-gpio kmod-rt2800-pci kmod-usb-dwc2 SUPPORTED_DEVICES += rt-n13u @@ -242,7 +242,7 @@ define Device/asus_wl-330n SOC := rt3050 BLOCKSIZE := 4k IMAGE_SIZE := 3776k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := WL-330N SUPPORTED_DEVICES += wl-330n DEFAULT := n @@ -253,7 +253,7 @@ define Device/asus_wl-330n3g SOC := rt3050 BLOCKSIZE := 4k IMAGE_SIZE := 3776k - DEVICE_VENDOR := Asus + DEVICE_VENDOR := ASUS DEVICE_MODEL := WL-330N3G DEVICE_PACKAGES := SUPPORTED_DEVICES += wl-330n3g |