Skip to content
Snippets Groups Projects
Verified Commit 6355c41e authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

treewide: rename Turris 1.x target to more accurate name

This is required becase of changes done in Turris Build repository.
The previous target was not good to upstream it to OpenWrt. This helps a
little bit to be in sync how the Turris Omnia and Turris MOX are done
parent 9a267ba0
1 merge request!982Turris OS 6.0 (HBK) (turrispackages)
......@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/getmac
TITLE:=Get MAC
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
endef
define Build/Compile
......
......@@ -27,7 +27,7 @@ define Package/libatsha204
URL:=https://gitlab.nic.cz/turris/libatsha204
PROVIDES:=turris-otp
DEPENDS:=+libopenssl +libunbound
DEPENDS+=@(TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia||TARGET_mpc85xx_p2020_DEVICE_turris1x)
DEPENDS+=@(TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia||TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x)
VARIANT:=real
endef
......@@ -45,7 +45,7 @@ ifeq ($(BUILD_VARIANT),real)
MAKE_FLAGS += USE_LAYER=USE_LAYER_NI2C
ifeq ($(CONFIG_TARGET_mvebu_cortexa9_DEVICE_cznic_turris-omnia),y)
MAKE_FLAGS += DEFAULT_NI2C_DEV_PATH=NI2C_DEV_PATH_OMNIA
else ifeq ($(CONFIG_TARGET_mpc85xx_p2020_DEVICE_turris1x),y)
else ifeq ($(CONFIG_TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x),y)
MAKE_FLAGS += DEFAULT_NI2C_DEV_PATH=NI2C_DEV_PATH_TURRIS
endif
endif
......
......@@ -42,7 +42,7 @@ endef
define Package/cert-backup-turris1x
$(call Package/CommonBackend)
TITLE+= - Turris 1.x backend
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
CONFLICTS:=cert-backup-btrfs
endef
......
......@@ -20,7 +20,7 @@ define Package/Common
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Filesystem
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
endef
define Package/turris1x-btrfs
......
......@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/turris-1x-firmware
TITLE:=Firmware for Turris 1.x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
PROVIDES:=turris-nor-update-firmware
endef
......
......@@ -26,7 +26,7 @@ define Package/turris1x-rainbow
TITLE:=turris1x-rainbow
URL:=https://gitlab.nic.cz/turris/rainbow
PROVIDES:=turris-rainbow
DEPENDS:=@KERNEL_DEVMEM @TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@KERNEL_DEVMEM @TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
endef
define Package/turris1x-rainbow/conffiles
......
......@@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/turris1x-support
TITLE:=Turris 1.x hardware support files
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)-$(LINUX_VERMAGIC)
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
endef
define Package/turris1x-support/description
......
......@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/turris1x-uboot
TITLE:=Turris 1.x U-boot
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_turris1x
DEPENDS:=@TARGET_mpc85xx_p2020_DEVICE_cznic_turris1x
PROVIDES:=u-boot-turris1x
endef
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment