mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 08:41:20 +01:00
ipq806x: move Device DTS to dedicated DTS directory
Align the ipq806x target to the pattern already used on other devices where the device DTS are placed in a dedicated directory separate from the files directory. This, while trying to enforce a common pattern for every target, also permits to do modification to device DTS without having to trigger a recompilation of the entire kernel (as the files directory is not touched) Link: https://github.com/openwrt/openwrt/pull/22039 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
041ef9648d
commit
5e8dde7094
41 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ include $(INCLUDE_DIR)/image.mk
|
|||
define Device/Default
|
||||
PROFILES := Default
|
||||
KERNEL_LOADADDR = 0x42208000
|
||||
DEVICE_DTS_DIR = $$(DTS_DIR)/qcom
|
||||
DEVICE_DTS_DIR = ../dts
|
||||
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
|
||||
DEVICE_DTS_CONFIG := config@1
|
||||
IMAGES := sysupgrade.bin
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
DTS_DIR := $(DTS_DIR)/qcom
|
||||
|
||||
define Device/dsa-migration
|
||||
DEVICE_COMPAT_VERSION := 1.1
|
||||
DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
DTS_DIR := $(DTS_DIR)/qcom
|
||||
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
|
||||
DEVICE_VARS += TPLINK_BOARD_ID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue