mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
rockchip: fix hinlink_common target
This commit is contained in:
parent
17b9f3bdf8
commit
25f88e06fd
@ -23,11 +23,13 @@ endef
|
|||||||
define Device/hinlink_opc-h66k
|
define Device/hinlink_opc-h66k
|
||||||
$(call Device/hinlink_common)
|
$(call Device/hinlink_common)
|
||||||
DEVICE_MODEL := OPC-H66K
|
DEVICE_MODEL := OPC-H66K
|
||||||
|
endef
|
||||||
TARGET_DEVICES += hinlink_opc-h66k
|
TARGET_DEVICES += hinlink_opc-h66k
|
||||||
|
|
||||||
define Device/hinlink_opc-h68k
|
define Device/hinlink_opc-h68k
|
||||||
$(call Device/hinlink_common)
|
$(call Device/hinlink_common)
|
||||||
DEVICE_MODEL := OPC-H68K
|
DEVICE_MODEL := OPC-H68K
|
||||||
|
endef
|
||||||
TARGET_DEVICES += hinlink_opc-h68k
|
TARGET_DEVICES += hinlink_opc-h68k
|
||||||
|
|
||||||
define Device/fastrhino_common
|
define Device/fastrhino_common
|
||||||
|
Loading…
Reference in New Issue
Block a user