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>
This commit is contained in:
parent
32ae0da2b7
commit
9eeb267c06
@ -99,7 +99,6 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
|
|||||||
$(CP) -L \
|
$(CP) -L \
|
||||||
$(TOPDIR)/LICENSE \
|
$(TOPDIR)/LICENSE \
|
||||||
$(TOPDIR)/rules.mk \
|
$(TOPDIR)/rules.mk \
|
||||||
$(TOPDIR)/.config \
|
|
||||||
./files/Config.in \
|
./files/Config.in \
|
||||||
./files/Makefile \
|
./files/Makefile \
|
||||||
./files/include/prepare.mk \
|
./files/include/prepare.mk \
|
||||||
|
Loading…
Reference in New Issue
Block a user