diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-02 14:17:10 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-08-12 11:43:39 +0200 |
commit | 363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad (patch) | |
tree | a6e2c628411fdcaef720cb640e953409d8184924 /Makefile | |
parent | fdb30eed03ae56cd87078b64d9b2fac00799e783 (diff) | |
download | openwrt-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.tar.gz openwrt-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.tar.bz2 openwrt-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.zip |
build: use config.site generated by autoconf-lean, drop hardcoded sitefiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -79,12 +79,6 @@ 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)) |