Преглед изворни кода

octeon: split up DEVICE_TITLE

Splits up DEVICE_TITLE into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT.

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning пре 6 година
родитељ
комит
d07a263ae6
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      target/linux/octeon/image/Makefile

+ 4 - 2
target/linux/octeon/image/Makefile

@@ -30,15 +30,17 @@ TARGET_DEVICES += generic
 
 ER_CMDLINE:=-mtdparts=phys_mapped_flash:640k(boot0)ro,640k(boot1)ro,64k(eeprom)ro root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait
 define Device/er
+  DEVICE_VENDOR := Ubiquiti
+  DEVICE_MODEL := EdgeRouter
   CMDLINE := $(ER_CMDLINE) 
-  DEVICE_TITLE := Ubiquiti EdgeRouter
 endef
 TARGET_DEVICES += er
 
 ERLITE_CMDLINE:=-mtdparts=phys_mapped_flash:512k(boot0)ro,512k(boot1)ro,64k(eeprom)ro root=/dev/sda2 rootfstype=squashfs,ext4 rootwait
 define Device/erlite
+  DEVICE_VENDOR := Ubiquiti
+  DEVICE_MODEL := EdgeRouter Lite
   CMDLINE := $(ERLITE_CMDLINE) 
-  DEVICE_TITLE := Ubiquiti EdgeRouter Lite
 endef
 TARGET_DEVICES += erlite