aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-01-07 13:05:23 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-01-13 19:54:44 +0100
commit3abf663c22e32636306cfcdfd5fb29402a1c1a7f (patch)
tree813ad50fe70491c6408f38b42e25d52fae86e9f1 /package/Makefile
parent423ec18116f333bd51ff5264b0b5c9edc02945c6 (diff)
downloadupstream-3abf663c22e32636306cfcdfd5fb29402a1c1a7f.tar.gz
upstream-3abf663c22e32636306cfcdfd5fb29402a1c1a7f.tar.bz2
upstream-3abf663c22e32636306cfcdfd5fb29402a1c1a7f.zip
build: remove package preconfig feature
This feature has been unused for years, and its scope is too limited to be actually useful. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/Makefile b/package/Makefile
index 4fdf415046..0aefbb8023 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -72,7 +72,6 @@ $(curdir)/install: $(TMP_DIR)/.build $(curdir)/merge $(if $(CONFIG_TARGET_PER_DE
$(call opkg,$(TARGET_DIR)) flag $$flag `cat $$file`; \
done; \
done || true
- @-$(MAKE) package/preconfig
$(CP) $(TARGET_DIR) $(TARGET_DIR_ORIG)
@@ -96,8 +95,6 @@ ifdef CONFIG_SIGNED_PACKAGES
); done
endif
-$(curdir)/preconfig:
-
$(curdir)/flags-install:= -j1
$(eval $(call stampfile,$(curdir),package,prereq,.config))