mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 11:27:48 +00:00
ipq53xx: apply patch dir fixes
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -14,6 +14,13 @@ KERNELNAME:=zImage Image dtbs
|
||||
KERNEL_PATCHVER:=5.4
|
||||
KERNEL_NAME_SUFFIX=-qsdk-b2d40c94fad765a48c03f492d669aeecbbb9b617
|
||||
|
||||
PLATFORM_DIR:=${CURDIR}
|
||||
GENERIC_BACKPORT_DIR :=
|
||||
GENERIC_PATCH_DIR :=
|
||||
GENERIC_HACK_DIR :=
|
||||
GENERIC_FILES_DIR :=
|
||||
GENERIC_LINUX_CONFIG:=$(PLATFORM_DIR)/config-$(KERNEL_PATCHVER)-qsdk
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
DEFAULT_PACKAGES += \
|
||||
uboot-envtools kmod-leds-gpio kmod-gpio-button-hotplug kmod-button-hotplug \
|
||||
|
||||
6189
feeds/ipq95xx/ipq53xx/config-5.4-qsdk
Normal file
6189
feeds/ipq95xx/ipq53xx/config-5.4-qsdk
Normal file
File diff suppressed because it is too large
Load Diff
@@ -749,7 +749,7 @@ index b5e3e7ff6f..36e1377617 100644
|
||||
endif
|
||||
|
||||
GENERIC_PLATFORM_DIR := $(TOPDIR)/target/linux/generic
|
||||
+ifeq ($(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx),y)
|
||||
+ifeq ($(CONFIG_TARGET_ipq95xx),y)
|
||||
+GENERIC_BACKPORT_DIR :=
|
||||
+GENERIC_PATCH_DIR :=
|
||||
+GENERIC_HACK_DIR :=
|
||||
@@ -765,7 +765,7 @@ index b5e3e7ff6f..36e1377617 100644
|
||||
__config_list = $(firstword $(wildcard $(call __config_name_list,$(1))))
|
||||
find_kernel_config=$(if $(__config_list),$(__config_list),$(lastword $(__config_name_list)))
|
||||
|
||||
+ifeq ($(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx),y)
|
||||
+ifeq ($(CONFIG_TARGET_ipq95xx),y)
|
||||
+GENERIC_LINUX_CONFIG:=$(GENERIC_PLATFORM_DIR)/config-5.4-qsdk
|
||||
+else
|
||||
GENERIC_LINUX_CONFIG = $(call find_kernel_config,$(GENERIC_PLATFORM_DIR))
|
||||
|
||||
Reference in New Issue
Block a user