Felix Fietkau
2be2604a19
include: make dtb argument optional in MkFIT
...
As mkits.sh makes the -d argument optional, we'll make this same
argument optional in the MkFIT function as well.
With this change, MkFIT can be used both to generate FIT images with DT,
and without DT.
Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 45660
2015-05-10 11:46:50 +00:00
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
Imre Kaloz
aea93173d1
generic/4.0: update to 4.0.1
...
Also refresh one patch.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45601
2015-05-03 18:04:46 +00:00
Felix Fietkau
e597a4190e
package-ipkg.mk: fix typo (patch from #19540 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45568
2015-04-23 08:27:22 +00:00
Imre Kaloz
c7d5fee204
generic/4.0: bump to final version
...
Linux 4.0 was released on 2014-04-12
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45559
2015-04-22 09:35:36 +00:00
Jo-Philipp Wich
0ee9504911
all: replace genext2fs with make_ext4fs
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45517
2015-04-20 13:57:43 +00:00
Felix Fietkau
3edc273a33
netfilter.mk: remove obsolete ip_nat_ftp related line
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45516
2015-04-20 13:36:25 +00:00
Felix Fietkau
391387eb69
netfilter.mk: move IRC conntrack/nat helpers to kmod-nf-nathelper-extra
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45515
2015-04-20 13:36:02 +00:00
Felix Fietkau
d2ecd10f2f
cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, slightly improves performance and compression
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45508
2015-04-19 18:33:07 +00:00
Felix Fietkau
2f49517c2f
image.mk: do not emit multiple target definitions for kernel images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45498
2015-04-18 21:35:22 +00:00
Felix Fietkau
8ca1e211df
image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45495
2015-04-18 19:32:20 +00:00
Felix Fietkau
a0ced5164a
build: tell users to do non-paralle builds on errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45457
2015-04-16 12:18:26 +00:00
John Crispin
cc9a392e49
opkg: drop md5 in favour of sha256
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45437
2015-04-14 19:00:14 +00:00
Felix Fietkau
1ea8e3caca
build: replace the deprecated find argument -perm +0100 with /0100 ( #19480 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45434
2015-04-14 12:49:30 +00:00
Felix Fietkau
c99c9f875e
build: set CCACHE_DIR for host builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45427
2015-04-14 00:00:55 +00:00
Felix Fietkau
d0ba3bb1e2
kernel: finally remove layer7 filter support
...
it has been non-functional for years and caused numerous memleaks and
crashes for people that tried to enable it.
it has no maintained upstream source, and it does not look like it's
going to be fixed any time soon
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45423
2015-04-13 22:23:14 +00:00
Felix Fietkau
54a7ce626d
netfilter.mk: remove bogus NAT related kernel module entries ( #19451 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45382
2015-04-11 12:22:39 +00:00
Felix Fietkau
da7ef81ad4
netfilter.mk: drop obsolete kernel version dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45381
2015-04-11 12:22:28 +00:00
Luka Perkov
f4af7fe134
include: drop old kernel versions
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45376
2015-04-11 10:28:20 +00:00
John Crispin
bbad3f360e
modules: fix postinst generation for kernel modules
...
Fixes ticket #19352 .
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45367
2015-04-10 20:39:44 +00:00
Felix Fietkau
d0c0cc9a9a
image.mk: rework FILESYSTEM evaluation order to fix some build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45312
2015-04-08 09:26:10 +00:00
Imre Kaloz
8100b227a9
generic/4.0: upgrade to 4.0-rc7
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45305
2015-04-07 21:34:38 +00:00
Imre Kaloz
7a9fe56452
generic/3.18: upgrade to 3.18.11
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45303
2015-04-07 21:29:26 +00:00
Felix Fietkau
4cfc7b50ae
cmake.mk: add host build support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45282
2015-04-06 19:37:42 +00:00
Felix Fietkau
d42be88915
build: include variant name in STAMP_INSTALLED
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45253
2015-04-03 18:33:25 +00:00
Felix Fietkau
fa6d92f407
image.mk: export the FILESYSTEM variable to build commands
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45251
2015-04-03 15:22:26 +00:00
Nicolas Thill
5b1d880949
include/kernel.mk: add KernelPackage/conffiles macro
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45245
2015-04-02 14:53:34 +00:00
John Crispin
3ec7ccf501
config: add an option to enable KPROBE
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45212
2015-04-01 08:33:04 +00:00
John Crispin
d542c038c5
nls.mk: fix typo
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 45207
2015-04-01 08:31:38 +00:00
Imre Kaloz
9bb302ff9e
generic/4.0: upgrade to 4.0-rc6
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45198
2015-03-31 19:22:28 +00:00
Imre Kaloz
35df52f89f
generic/3.18: upgrade to 3.18.10
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45197
2015-03-31 19:21:13 +00:00
Felix Fietkau
d600f9e957
package-ipkg.mk: fix typo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45194
2015-03-31 18:31:08 +00:00
Felix Fietkau
765c73f309
package-ipkg.mk: add missing semicolon ( #19381 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45193
2015-03-31 18:29:30 +00:00
Felix Fietkau
14a54ed18d
build: make device image kernels depend on Image/Prepare step
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45190
2015-03-31 16:52:03 +00:00
Felix Fietkau
640318e620
build: ensure that preinst and postrm are executable ( fixes #19372 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45187
2015-03-31 15:13:27 +00:00
Felix Fietkau
6d7dff8596
image.mk: fix initramfs kernel build instructions leaking across device sections
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45156
2015-03-30 13:03:58 +00:00
Felix Fietkau
ed1e783aa1
kernel: only run kernel module list through version filter where version specific items are present - cuts package/kernel/linux/compile time in half
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45131
2015-03-29 07:35:42 +00:00
Felix Fietkau
55c5d10ca9
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45129
2015-03-29 07:35:26 +00:00
Felix Fietkau
61dd3c8013
build: make postinst/prerm scripts executable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45128
2015-03-29 07:35:19 +00:00
Luka Perkov
7002f6326e
include: remove trailing whitespaces
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45127
2015-03-29 07:29:18 +00:00
Felix Fietkau
c901f4fcbb
netfilter: add missing module/symbol
...
ipv4 symbol was added but ipv6 symbol is missing
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45122
2015-03-29 05:16:13 +00:00
Felix Fietkau
a5422864f5
build: fix CMake assembly builds with ccache
...
CMAKE_ASM_COMPILER is automatically set to CMAKE_C_COMPILER by CMake, but
CMAKE_C_COMPILER_ARG1 is lost. This causes assembly builds to fail when ccache
is enabled (for example the package fastd on x86).
Fix this by explicitly defining CMAKE_ASM_COMPILER and CMAKE_ASM_COMPILER_ARG1.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45119
2015-03-29 05:12:58 +00:00
Felix Fietkau
437e423c44
build: add missing sitefile for i386
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45097
2015-03-28 18:26:28 +00:00
Felix Fietkau
74ca7e9af3
build: clean up sitefiles, make them per-arch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45090
2015-03-28 13:38:34 +00:00
Felix Fietkau
a1b725bba5
build: ignore errors on copying firmware binaries from $(KDIR) to $(BIN_DIR)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45029
2015-03-26 18:50:13 +00:00
Imre Kaloz
4bac1253c1
generic/4.0: upgrade to 4.0-rc5
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45025
2015-03-26 14:06:42 +00:00
John Crispin
d95e0687aa
include: add a seccomp filter install wrapper
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45006
2015-03-26 10:57:56 +00:00
Imre Kaloz
af69bf56b6
drop 3.19 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45002
2015-03-26 09:42:59 +00:00
Felix Fietkau
d973d160bf
include/image.mk: define variable FILESYSTEM
...
Set it to the filesystem which is build. mktplinkfw need to know which filesystem
is used.
FILESYSTEM can be squashfs, jffs2-64k, ...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 44997
2015-03-25 17:58:00 +00:00
Felix Fietkau
ab43a5abd0
image.mk: allow image build code to run a per-filesystem prepare step
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44979
2015-03-25 14:30:53 +00:00