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/mt76x8.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/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 4d126bcd06..dbd80a6053 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -463,7 +463,7 @@ define Device/unielec_u7628-01-16m DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport SUPPORTED_DEVICES += u7628-01-128M-16M unielec,u7628-01-128m-16m endef -TARGET_DEVICES += unielec_u7628-01-128m-16m +TARGET_DEVICES += unielec_u7628-01-16m define Device/vocore_vocore2 MTK_SOC := mt7628an |