tn3399_openwrt/include
Felix Fietkau 5868331214 build: don't call prereq for any package/symlinks rules
Most of the time, we want to make sure OpenWrt has been configured and
setup before start running make. However, in case of package/symlinks,
forcing prereq as a dependency creates multiple issues:
*when executed on a clean workspace, it will prompt for user input
 and open a menuconfig window before executing the feeds command
*the only way around that is to provide a .config. However, the "prereq"
 target would then run a "make defconfig", which will remove all the
 packages in the .config but from external feeds, as feeds have not been
 installed yet.

The only way to currently work around this, is to generate a fake config
by running "make defconfig", then "make package/symlinks", copy the real
config (which at this point disregards the previously generated config),
and run make defconfig again. Something like this:

make defconfig
make package/symlinks
cp real.config .config
make defconfig

This change is removing the need for the first defconfig, making the
process more logical for OpenWrt users using the package/symlinks target.

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>

SVN-Revision: 45657
2015-05-10 11:17:29 +00:00
..
site build: add missing sitefile for i386 2015-03-28 18:26:28 +00:00
autotools.mk include: improve 'gettext-version' fixup 2015-01-31 08:15:51 +00:00
cmake.mk cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, slightly improves performance and compression 2015-04-19 18:33:07 +00:00
debug.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
depends.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
device_table.txt image: ensure that /dev/console exist in rootfs images 2013-08-27 12:02:58 +00:00
download.mk include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184) 2014-10-08 08:01:39 +00:00
feeds.mk build: improve feed handling for opkg.conf 2014-10-16 10:30:16 +00:00
host-build.mk build: set CCACHE_DIR for host builds 2015-04-14 00:00:55 +00:00
host.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
image.mk all: replace genext2fs with make_ext4fs 2015-04-20 13:57:43 +00:00
kernel-build.mk kernel-build.mk: add .NOTPARALLEL 2014-10-12 15:00:19 +00:00
kernel-defaults.mk config: add an option to enable KPROBE 2015-04-01 08:33:04 +00:00
kernel-version.mk generic/4.0: update to 4.0.1 2015-05-03 18:04:46 +00:00
kernel.mk modules: fix postinst generation for kernel modules 2015-04-10 20:39:44 +00:00
netfilter.mk netfilter.mk: remove obsolete ip_nat_ftp related line 2015-04-20 13:36:25 +00:00
nls.mk nls.mk: fix typo 2015-04-01 08:31:38 +00:00
package-bin.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
package-defaults.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
package-dumpinfo.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
package-ipkg.mk package-ipkg.mk: fix typo (patch from #19540) 2015-04-23 08:27:22 +00:00
package-seccomp.mk include: add a seccomp filter install wrapper 2015-03-26 10:57:56 +00:00
package.mk build: include variant name in STAMP_INSTALLED 2015-04-03 18:33:25 +00:00
prereq-build.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
prereq.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
quilt.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
scan.awk build: propagate override information to .packageinfo 2015-02-09 12:09:31 +00:00
scan.mk build: use different grep strings for scanning package vs target metadata 2015-03-15 11:07:29 +00:00
scons.mk fix up scons vs ccache 2012-07-28 21:06:59 +00:00
shell.sh include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
subdir.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
target.mk target.mk: add default packages for NAS device-type 2014-11-26 08:59:49 +00:00
toolchain-build.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
toplevel.mk build: don't call prereq for any package/symlinks rules 2015-05-10 11:17:29 +00:00
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 2013-05-09 20:50:49 +00:00
unpack.mk include: remove trailing whitespaces 2015-03-29 07:29:18 +00:00
verbose.mk build: tell users to do non-paralle builds on errors 2015-04-16 12:18:26 +00:00
version.mk buildroot: make it easier to build all kmods 2015-03-16 11:51:54 +00:00