diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-21 17:51:29 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-10-21 18:36:45 +0200 |
commit | e4155bcc4576feca11937a2f3d013848bced1a67 (patch) | |
tree | 586b81b0cb3dbf29fb123fb93221f2a68f0dd91a /target/linux/ramips/image/mt7621.mk | |
parent | f4aaee01faea1998b2403ffe951fe6100fb4e587 (diff) | |
download | upstream-e4155bcc4576feca11937a2f3d013848bced1a67.tar.gz upstream-e4155bcc4576feca11937a2f3d013848bced1a67.tar.bz2 upstream-e4155bcc4576feca11937a2f3d013848bced1a67.zip |
ramips: fix TARGET_DEVICES after UniElec rename
Device node names were updated, but updating TARGET_DEVICES
was overlooked.
Fixes: 4408723d42e0 ("ramips: remove RAM size from device name
for UniElec devices")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index afb0502174..488837c5c7 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -691,7 +691,7 @@ define Device/unielec_u7621-06-16m DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 kmod-usb3 SUPPORTED_DEVICES += u7621-06-256M-16M unielec,u7621-06-256m-16m endef -TARGET_DEVICES += unielec_u7621-06-256m-16m +TARGET_DEVICES += unielec_u7621-06-16m define Device/unielec_u7621-06-64m MTK_SOC := mt7621 @@ -702,7 +702,7 @@ define Device/unielec_u7621-06-64m DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 kmod-usb3 SUPPORTED_DEVICES += unielec,u7621-06-512m-64m endef -TARGET_DEVICES += unielec_u7621-06-512m-64m +TARGET_DEVICES += unielec_u7621-06-64m define Device/wevo_11acnas MTK_SOC := mt7621 |