diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 23:32:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 23:40:34 +0200 |
commit | 9eeb267c066819c104a0648620a13f5635702b0b (patch) | |
tree | e266afd7e59b7a4b3d712846cf3651df1cf7e155 /target/sdk/Makefile | |
parent | 32ae0da2b766256bd77b5fa93fd24fe406cceb09 (diff) | |
download | upstream-9eeb267c066819c104a0648620a13f5635702b0b.tar.gz upstream-9eeb267c066819c104a0648620a13f5635702b0b.tar.bz2 upstream-9eeb267c066819c104a0648620a13f5635702b0b.zip |
sdk: stop shipping a .config
Now that the most important options are exposed via menuconfig in the SDK we
can stop shipping a (possibly outdated) copy of .config from the emitting
buildroot.
Leaving out .config has two positive side effects:
- A simple "make" run without any prior config will launch menuconfig, forcing
interactive users to make appropriate choices
- Buildbot systems (e.g. our phase2 builder) can issue a "make defconfig" to
obtain a .config enabling all packages by default
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index f32b02b536..c0bc0629a1 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -99,7 +99,6 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean $(CP) -L \ $(TOPDIR)/LICENSE \ $(TOPDIR)/rules.mk \ - $(TOPDIR)/.config \ ./files/Config.in \ ./files/Makefile \ ./files/include/prepare.mk \ |