mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Rename TARGET_iopsys_econet -> TARGET_airoha
This commit is contained in:
parent
1b65330af4
commit
887fb46dbd
7 changed files with 11 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ define Package/easy-qos
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Easy QoS
|
TITLE:=Easy QoS
|
||||||
DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_econet)
|
DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_airoha)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/easy-qos/description
|
define Package/easy-qos/description
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ else ifeq ($(CONFIG_TARGET_iopsys_armvirt),y)
|
||||||
TARGET_PLATFORM=TEST
|
TARGET_PLATFORM=TEST
|
||||||
TARGET_WIFI_TYPE=TEST
|
TARGET_WIFI_TYPE=TEST
|
||||||
TARGET_CFLAGS +=-DIOPSYS_TEST
|
TARGET_CFLAGS +=-DIOPSYS_TEST
|
||||||
else ifeq ($(CONFIG_TARGET_iopsys_econet),y)
|
else ifeq ($(CONFIG_TARGET_airoha),y)
|
||||||
TARGET_PLATFORM=ECONET
|
TARGET_PLATFORM=ECONET
|
||||||
TARGET_WIFI_TYPE=MAC80211
|
TARGET_WIFI_TYPE=MAC80211
|
||||||
TARGET_CFLAGS +=-DIOPSYS_ECONET
|
TARGET_CFLAGS +=-DIOPSYS_ECONET
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
define Package/libethernet
|
define Package/libethernet
|
||||||
$(call Package/easy-soc-libs)
|
$(call Package/easy-soc-libs)
|
||||||
TITLE:= Ethernet library (libethernet)
|
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
|
endef
|
||||||
|
|
||||||
define Package/libethernet/config
|
define Package/libethernet/config
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ define Package/$(PKG_NAME)
|
||||||
URL:=
|
URL:=
|
||||||
DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl +libjson-c +libblobmsg-json\
|
DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl +libjson-c +libblobmsg-json\
|
||||||
+TARGET_iopsys_brcm63xx_arm:bcmkernel\
|
+TARGET_iopsys_brcm63xx_arm:bcmkernel\
|
||||||
+TARGET_iopsys_econet:kmod-voip_driver\
|
+TARGET_airoha:kmod-voip_driver\
|
||||||
+TARGET_iopsys_econet:voip_app +libbbf_api
|
+TARGET_airoha:voip_app +libbbf_api
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/$(PKG_NAME)/description
|
||||||
|
|
@ -64,7 +64,7 @@ ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
||||||
-I$(IDIR)/bcm963xx/bcmdrivers/broadcom/include/bcm963xx
|
-I$(IDIR)/bcm963xx/bcmdrivers/broadcom/include/bcm963xx
|
||||||
TRG=SVrgBcmFxs
|
TRG=SVrgBcmFxs
|
||||||
JSONFILE=codecs_brcm.json
|
JSONFILE=codecs_brcm.json
|
||||||
else ifeq ($(CONFIG_TARGET_iopsys_econet),y)
|
else ifeq ($(CONFIG_TARGET_airoha),y)
|
||||||
TARGET_PLATFORM=ECONET
|
TARGET_PLATFORM=ECONET
|
||||||
TONES_INI_REQUIRED=y
|
TONES_INI_REQUIRED=y
|
||||||
TRG=SVrgMtekOwrt
|
TRG=SVrgMtekOwrt
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/ponmngr
|
define Package/ponmngr
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=PON Manager
|
TITLE:=PON Manager
|
||||||
DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_econet)
|
DEPENDS:=@(TARGET_iopsys_brcm63xx_arm||TARGET_airoha)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ponmngr/description
|
define Package/ponmngr/description
|
||||||
|
|
@ -36,7 +36,7 @@ define Package/ponmngr/install
|
||||||
$(CP) ./files/common/* $(1)/
|
$(CP) ./files/common/* $(1)/
|
||||||
ifneq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),)
|
ifneq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),)
|
||||||
$(CP) ./files/broadcom/* $(1)/
|
$(CP) ./files/broadcom/* $(1)/
|
||||||
else ifneq ($(CONFIG_TARGET_iopsys_econet),)
|
else ifneq ($(CONFIG_TARGET_airoha),)
|
||||||
$(CP) ./files/airoha/* $(1)/
|
$(CP) ./files/airoha/* $(1)/
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ define Package/qosmngr
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=QoS Manager
|
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
|
endef
|
||||||
|
|
||||||
define Package/qosmngr/description
|
define Package/qosmngr/description
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ PKG_VERSION:=2016.08
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
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_URL:=https://dev.iopsys.eu/ensemble/u-boot.git
|
||||||
PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0
|
PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0
|
||||||
else
|
else
|
||||||
|
|
@ -55,7 +55,7 @@ endef
|
||||||
define uboot/en7562
|
define uboot/en7562
|
||||||
TITLE:=U-Boot for the en7562
|
TITLE:=U-Boot for the en7562
|
||||||
CONFIG:=econet-en7562-ram
|
CONFIG:=econet-en7562-ram
|
||||||
DEPENDS:=@TARGET_iopsys_econet
|
DEPENDS:=@TARGET_airoha
|
||||||
UBOOT_IMG:=u-boot-nand.bin
|
UBOOT_IMG:=u-boot-nand.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue