浏览代码

ramips: fix NixcoreX1 profiles

There was a typo in Makefile that prevented using these profiles.

Fixes: a75ce960ac1 ("ramips: use different board names for variants")
Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki 9 年之前
父节点
当前提交
939ef157da
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      target/linux/ramips/image/rt305x.mk

+ 2 - 2
target/linux/ramips/image/rt305x.mk

@@ -540,7 +540,7 @@ define Device/nixcore-x1-8M
   DEVICE_TITLE := NixcoreX1 (8M)
   DEVICE_TITLE := NixcoreX1 (8M)
   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev
   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev
 endef
 endef
-TARGET_DEVICES += nixcore-8M
+TARGET_DEVICES += nixcore-x1-8M
 
 
 define Device/nixcore-x1-16M
 define Device/nixcore-x1-16M
   DTS := NIXCORE-16M
   DTS := NIXCORE-16M
@@ -548,7 +548,7 @@ define Device/nixcore-x1-16M
   DEVICE_TITLE := NixcoreX1 (16M)
   DEVICE_TITLE := NixcoreX1 (16M)
   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev
   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev
 endef
 endef
-TARGET_DEVICES += nixcore-16M
+TARGET_DEVICES += nixcore-x1-16M
 
 
 define Device/nw718
 define Device/nw718
   DTS := NW718
   DTS := NW718