mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
update package libdsl
* 20875ec clean up dsl * setup prepare section for local dev * update git source url to new source for repo
This commit is contained in:
parent
99d1900c79
commit
7dab64d1e0
1 changed files with 12 additions and 3 deletions
|
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdsl
|
PKG_NAME:=libdsl
|
||||||
PKG_VERSION:=7.2.99
|
PKG_VERSION:=7.2.100
|
||||||
|
|
||||||
LOCAL_DEV=0
|
LOCAL_DEV=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=f9f3fcd0f4140540db5bd41059bcca7ded083024
|
PKG_SOURCE_VERSION:=20875ec79fcc7c546c2f1253c867d6afbc8bff75
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libdsl.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/hal/libdsl.git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
@ -27,6 +27,8 @@ ifeq ($(CONFIG_TARGET_brcmbca),y)
|
||||||
CONFIG_ID=$(SUBTARGET:bcm%=BCM%)
|
CONFIG_ID=$(SUBTARGET:bcm%=BCM%)
|
||||||
CHIP_ID=$(CONFIG_ID:BCM9%=%)
|
CHIP_ID=$(CONFIG_ID:BCM9%=%)
|
||||||
TARGET_CFLAGS +=-DIOPSYS_BROADCOM -DCHIP_$(CHIP_ID) -DCONFIG_$(CONFIG_ID) \
|
TARGET_CFLAGS +=-DIOPSYS_BROADCOM -DCHIP_$(CHIP_ID) -DCONFIG_$(CONFIG_ID) \
|
||||||
|
-I$(STAGING_DIR)/usr/include/bcm963xx/bcmdrivers/broadcom/include/bcm963xx \
|
||||||
|
-I$(STAGING_DIR)/usr/include/bcm963xx/shared/opensource/include/bcm963xx \
|
||||||
-I$(STAGING_DIR)/usr/include/bcm963xx/bcmdrivers/opensource/include/bcm963xx \
|
-I$(STAGING_DIR)/usr/include/bcm963xx/bcmdrivers/opensource/include/bcm963xx \
|
||||||
-I$(STAGING_DIR)/usr/include/bcm963xx/userspace/public/include
|
-I$(STAGING_DIR)/usr/include/bcm963xx/userspace/public/include
|
||||||
else ifeq ($(CONFIG_TARGET_x86),y)
|
else ifeq ($(CONFIG_TARGET_x86),y)
|
||||||
|
|
@ -55,12 +57,19 @@ define Package/libdsl
|
||||||
SUBMENU:=IOPSYS HAL libs
|
SUBMENU:=IOPSYS HAL libs
|
||||||
MENU:=1
|
MENU:=1
|
||||||
TITLE:= xDSL library (libdsl)
|
TITLE:= xDSL library (libdsl)
|
||||||
|
DEPENDS+=TARGET_brcmbca:bcm963xx-bsp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libdsl/description
|
define Package/libdsl/description
|
||||||
Library provides xDSL/GFAST HAL APIs
|
Library provides xDSL/GFAST HAL APIs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(LOCAL_DEV),1)
|
||||||
|
define Build/Prepare
|
||||||
|
$(CP) -rf ./libdsl/* $(PKG_BUILD_DIR)/
|
||||||
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/libdsl/config
|
define Package/libdsl/config
|
||||||
if PACKAGE_libdsl
|
if PACKAGE_libdsl
|
||||||
config LIBDSL_DEBUG
|
config LIBDSL_DEBUG
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue