mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
updated questd to latest devel and fixed spelling error
This commit is contained in:
parent
d4a22863e0
commit
b7a2269497
1 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
PKG_NAME:=questd
|
||||
PKG_VERSION:=3.1.28
|
||||
|
||||
PKG_SOURCE_VERSION:=29d32f0b5564b89efb2c067f0b9627e9da324451
|
||||
PKG_SOURCE_VERSION:=4be98e45b1ee1b0747cf47b41d76899d511a42d0
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/questd
|
||||
|
||||
|
|
@ -19,20 +19,20 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_mips),y)
|
||||
QUESTD_CLFAGS:=-DIOPSYS_BROADCOM
|
||||
QUESTD_CFLAGS:=-DIOPSYS_BROADCOM
|
||||
KERNEL_DIR:=$(BUILD_DIR)/bcmkernel/bcm963xx
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
||||
QUESTD_CLFAGS:=-DIOPSYS_BROADCOM
|
||||
QUESTD_CFLAGS:=-DIOPSYS_BROADCOM
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_linksys),y)
|
||||
QUESTD_CLFAGS:=-DIOPSYS_MARVELL
|
||||
QUESTD_CFLAGS:=-DIOPSYS_MARVELL
|
||||
else ifeq ($(CONFIG_TARGET_lantiq_xrx500),y)
|
||||
QUESTD_CLFAGS:=-DIOPSYS_LANTIQ
|
||||
QUESTD_CFLAGS:=-DIOPSYS_LANTIQ
|
||||
else
|
||||
$(info (UNEXPECTED CONFIG TARGET))
|
||||
endif
|
||||
|
||||
export KERNEL_DIR
|
||||
export QUESTD_CLFAGS
|
||||
export QUESTD_CFLAGS
|
||||
|
||||
define Package/questd
|
||||
CATEGORY:=Utilities
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue