diff --git a/easy-qos/Makefile b/easy-qos/Makefile index 52c9093bc..4d7314218 100644 --- a/easy-qos/Makefile +++ b/easy-qos/Makefile @@ -19,7 +19,7 @@ define Package/easy-qos SECTION:=net CATEGORY:=Network TITLE:=Easy QoS - DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_econet) + DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_airoha) endef define Package/easy-qos/description diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index 1d640bd6b..750f89c1a 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -55,7 +55,7 @@ else ifeq ($(CONFIG_TARGET_iopsys_armvirt),y) TARGET_PLATFORM=TEST TARGET_WIFI_TYPE=TEST TARGET_CFLAGS +=-DIOPSYS_TEST -else ifeq ($(CONFIG_TARGET_iopsys_econet),y) +else ifeq ($(CONFIG_TARGET_airoha),y) TARGET_PLATFORM=ECONET TARGET_WIFI_TYPE=MAC80211 TARGET_CFLAGS +=-DIOPSYS_ECONET diff --git a/easy-soc-libs/ethernet.mk b/easy-soc-libs/ethernet.mk index 87eea0674..26b65df7f 100644 --- a/easy-soc-libs/ethernet.mk +++ b/easy-soc-libs/ethernet.mk @@ -2,7 +2,7 @@ define Package/libethernet $(call Package/easy-soc-libs) TITLE:= Ethernet library (libethernet) - DEPENDS+=+libnl +libnl-route +libeasy +TARGET_iopsys_ramips:swconfig +TARGET_iopsys_econet:ecnt_api + DEPENDS+=+libnl +libnl-route +libeasy +TARGET_iopsys_ramips:swconfig +TARGET_airoha:ecnt_api endef define Package/libethernet/config diff --git a/evoice/Makefile b/evoice/Makefile index 81c266993..cb8577d1c 100644 --- a/evoice/Makefile +++ b/evoice/Makefile @@ -34,8 +34,8 @@ define Package/$(PKG_NAME) URL:= DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl +libjson-c +libblobmsg-json\ +TARGET_iopsys_brcm63xx_arm:bcmkernel\ - +TARGET_iopsys_econet:kmod-voip_driver\ - +TARGET_iopsys_econet:voip_app +libbbf_api + +TARGET_airoha:kmod-voip_driver\ + +TARGET_airoha:voip_app +libbbf_api endef define Package/$(PKG_NAME)/description @@ -64,7 +64,7 @@ ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y) -I$(IDIR)/bcm963xx/bcmdrivers/broadcom/include/bcm963xx TRG=SVrgBcmFxs JSONFILE=codecs_brcm.json -else ifeq ($(CONFIG_TARGET_iopsys_econet),y) +else ifeq ($(CONFIG_TARGET_airoha),y) TARGET_PLATFORM=ECONET TONES_INI_REQUIRED=y TRG=SVrgMtekOwrt diff --git a/ponmngr/Makefile b/ponmngr/Makefile index 90054ec40..cd2c5d93a 100644 --- a/ponmngr/Makefile +++ b/ponmngr/Makefile @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ponmngr CATEGORY:=Utilities TITLE:=PON Manager - DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_econet) + DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_airoha) endef define Package/ponmngr/description @@ -36,7 +36,7 @@ define Package/ponmngr/install $(CP) ./files/common/* $(1)/ ifneq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),) $(CP) ./files/broadcom/* $(1)/ -else ifneq ($(CONFIG_TARGET_iopsys_econet),) +else ifneq ($(CONFIG_TARGET_airoha),) $(CP) ./files/airoha/* $(1)/ endif endef diff --git a/qosmngr/Makefile b/qosmngr/Makefile index f7054aac0..26642bae9 100644 --- a/qosmngr/Makefile +++ b/qosmngr/Makefile @@ -27,7 +27,7 @@ define Package/qosmngr SECTION:=utils CATEGORY:=Utilities TITLE:=QoS Manager - DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_econet) +libuci +libubox +libubus +libblobmsg-json +libjson-c +libqos + DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_airoha) +libuci +libubox +libubus +libblobmsg-json +libjson-c +libqos endef define Package/qosmngr/description diff --git a/uboot/Makefile b/uboot/Makefile index 1fba59665..c79cedcbe 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2016.08 PKG_SOURCE_PROTO:=git -ifdef CONFIG_TARGET_iopsys_econet +ifdef CONFIG_TARGET_airoha PKG_SOURCE_URL:=https://dev.iopsys.eu/ensemble/u-boot.git PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0 else @@ -55,7 +55,7 @@ endef define uboot/en7562 TITLE:=U-Boot for the en7562 CONFIG:=econet-en7562-ram - DEPENDS:=@TARGET_iopsys_econet + DEPENDS:=@TARGET_airoha UBOOT_IMG:=u-boot-nand.bin endef