mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Small changes
This commit is contained in:
parent
2915c063de
commit
3e039afbf3
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ CONFIG_DEFAULT_kmod-ath10k-ct=y
|
||||||
CONFIG_PACKAGE_kmod-ath10k-ct=y
|
CONFIG_PACKAGE_kmod-ath10k-ct=y
|
||||||
CONFIG_ATH10K-CT_LEDS=y
|
CONFIG_ATH10K-CT_LEDS=y
|
||||||
CONFIG_PACKAGE_ath10k-firmware-qca4019-ct=y
|
CONFIG_PACKAGE_ath10k-firmware-qca4019-ct=y
|
||||||
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||||
|
|
|
@ -77,7 +77,7 @@ IS_PACKAGE_BUILD := $(if $(filter package/%,$(BUILD_SUBDIR)),1)
|
||||||
|
|
||||||
OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH))
|
OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH))
|
||||||
|
|
||||||
ifeq ($(ARCH),powerpc)
|
ifneq (,$(findstring $(ARCH) , aarch64 aarch64_be powerpc ))
|
||||||
FPIC:=-fPIC
|
FPIC:=-fPIC
|
||||||
else
|
else
|
||||||
FPIC:=-fpic
|
FPIC:=-fpic
|
||||||
|
|
Loading…
Reference in a new issue