mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
ramips: rename to GnuBee GB-PC1 and GnuBee GB-PC2
Rename GB-PC1 to GnuBee GB-PC1, and GB-PC2 to GnuBee GB-PC2. Let's not make naming exceptions because of marketing whims. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
This commit is contained in:
parent
2425d6df12
commit
50ecca74cb
@ -5,7 +5,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc";
|
||||
model = "GB-PC1";
|
||||
model = "GnuBee GB-PC1";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_system;
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "gnubee,gb-pc2", "mediatek,mt7621-soc";
|
||||
model = "GB-PC2";
|
||||
model = "GnuBee GB-PC2";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_system;
|
||||
|
@ -1017,7 +1017,7 @@ define Device/gnubee_gb-pc1
|
||||
$(Device/dsa-migration)
|
||||
$(Device/uimage-lzma-loader)
|
||||
DEVICE_VENDOR := GnuBee
|
||||
DEVICE_MODEL := Personal Cloud One
|
||||
DEVICE_MODEL := GB-PC1
|
||||
DEVICE_PACKAGES := kmod-ata-ahci kmod-usb3 kmod-sdhci-mt7620 \
|
||||
-wpad-basic-mbedtls -uboot-envtools
|
||||
IMAGE_SIZE := 32448k
|
||||
@ -1028,7 +1028,7 @@ define Device/gnubee_gb-pc2
|
||||
$(Device/dsa-migration)
|
||||
$(Device/uimage-lzma-loader)
|
||||
DEVICE_VENDOR := GnuBee
|
||||
DEVICE_MODEL := Personal Cloud Two
|
||||
DEVICE_MODEL := GB-PC2
|
||||
DEVICE_PACKAGES := kmod-ata-ahci kmod-usb3 kmod-sdhci-mt7620 \
|
||||
-wpad-basic-mbedtls -uboot-envtools
|
||||
IMAGE_SIZE := 32448k
|
||||
|
Loading…
Reference in New Issue
Block a user