mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-03 05:12:51 +00:00
qca-ssdk: disable PTP and swconfig by default
PTP and swconfig support in SSDK require kernel modifications we dont need nor we want to support for now, so move the PTP and swconfig disablement into general build options as they are not ipq807x specific. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
853db7be95
commit
14aeb471f2
@ -44,10 +44,11 @@ MAKE_FLAGS+= \
|
|||||||
GCC_VERSION=$(GCC_VERSION) \
|
GCC_VERSION=$(GCC_VERSION) \
|
||||||
EXTRA_CFLAGS=-fno-stack-protector -I$(STAGING_DIR)/usr/include \
|
EXTRA_CFLAGS=-fno-stack-protector -I$(STAGING_DIR)/usr/include \
|
||||||
SoC=$(CONFIG_TARGET_SUBTARGET) \
|
SoC=$(CONFIG_TARGET_SUBTARGET) \
|
||||||
|
PTP_FEATURE=disable SWCONFIG_FEATURE=disable \
|
||||||
$(LNX_CONFIG_OPTS)
|
$(LNX_CONFIG_OPTS)
|
||||||
|
|
||||||
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
|
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
|
||||||
MAKE_FLAGS+= CHIP_TYPE=HPPE PTP_FEATURE=disable SWCONFIG_FEATURE=disable
|
MAKE_FLAGS+= CHIP_TYPE=HPPE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
Loading…
Reference in New Issue
Block a user