/
UCS
/
openwrt
Обзор
Документация
Войти
/
UCS
/
openwrt
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
target/linux/Makefile
11 строк
345 B
Felix Fietkau
build: fix issues with targets installed via feeds
27 сен 2022, 14:41
27 сен 2022, 14:41
3a8825a
Код
Авторство
О чём код?
# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2006-2007 OpenWrt.org include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk export TARGET_BUILD=1 prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh: FORCE @+$(NO_TRACE_MAKE) -C $(firstword $(wildcard feeds/$(BOARD) $(BOARD))) $@