Revert faulty tree push
Revert "mac80211: add new minstrel_ht patches to improve probing on mt76x2" (9861050b85) Revert "kernel: use bulk free in kfree_skb_list to improve performance" (98b654de2e) Revert "ramips: add preliminary support for WIO ONE" (085141dc5b) Revert "ramips: add preliminary support for SGE AP-MTKH7-0006 developer board" (b1db6d0539) Revert "build: use config.site generated by autoconf-lean, drop hardcoded sitefiles" (363ce4329d) Revert "toolchain: add autoconf-lean" (fdb30eed03) Revert "build: allow overriding the filename on the remote server when downloading" (6fa0e07758) Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
6
Makefile
6
Makefile
@@ -79,6 +79,12 @@ endif
|
||||
|
||||
# check prerequisites before starting to build
|
||||
prereq: $(target/stamp-prereq) tmp/.prereq_packages
|
||||
@if [ ! -f "$(INCLUDE_DIR)/site/$(ARCH)" ]; then \
|
||||
echo 'ERROR: Missing site config for architecture "$(ARCH)" !'; \
|
||||
echo ' The missing file will cause configure scripts to fail during compilation.'; \
|
||||
echo ' Please provide a "$(INCLUDE_DIR)/site/$(ARCH)" file and restart the build.'; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
checksum: FORCE
|
||||
$(call sha256sums,$(BIN_DIR),$(CONFIG_BUILDBOT))
|
||||
|
||||
Reference in New Issue
Block a user