diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-12-28 23:01:11 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-12-28 23:05:24 +0100 |
commit | 939ef157da1bb88a99453a59d0ae5bc2c7779aa5 (patch) | |
tree | 7708db056a1920569c6f2baa4ac7853a2f2eeede | |
parent | ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6 (diff) | |
download | upstream-939ef157da1bb88a99453a59d0ae5bc2c7779aa5.tar.gz upstream-939ef157da1bb88a99453a59d0ae5bc2c7779aa5.tar.bz2 upstream-939ef157da1bb88a99453a59d0ae5bc2c7779aa5.zip |
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 <rafal@milecki.pl>
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 2939104b91..529094d49b 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -540,7 +540,7 @@ define Device/nixcore-x1-8M DEVICE_TITLE := NixcoreX1 (8M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += nixcore-8M +TARGET_DEVICES += nixcore-x1-8M define Device/nixcore-x1-16M DTS := NIXCORE-16M @@ -548,7 +548,7 @@ define Device/nixcore-x1-16M DEVICE_TITLE := NixcoreX1 (16M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += nixcore-16M +TARGET_DEVICES += nixcore-x1-16M define Device/nw718 DTS := NW718 |