mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
grx renamed to EASY550
This commit is contained in:
parent
89afdc3012
commit
2b207f1830
2 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ CONFIG_GCC_USE_VERSION_6=y
|
|||
CONFIG_LIBC_USE_MUSL=y
|
||||
|
||||
|
||||
# CONFIG_PACKAGE_ppp-mod-pppoa is not set
|
||||
|
||||
# the options below this point is wrong but packages wont compile
|
||||
|
||||
# CONFIG_PACKAGE_icwmp-curl is not set
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
|||
QUESTD_TARGET:=-DIOPSYS_BROADCOM
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_linksys),y)
|
||||
QUESTD_TARGET:=-DIOPSYS_MARVELL
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_grx),y)
|
||||
else ifeq ($(CONFIG_TARGET_intel_mips),y)
|
||||
# BUG FIXME the Intel mips target is not handled in questd this is just to get it to compile
|
||||
QUESTD_TARGET:=-DIOPSYS_BROADCOM
|
||||
else ifeq ($(CONFIG_TARGET_iopsys_ramips),y)
|
||||
QUESTD_TARGET:=-DIOPSYS_MEDIATEK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue