Jo-Philipp Wich
49fda5e4d9
sdk: use prepare target to initialize git snapshot
...
The new approach is less prone to race conditions and will properly
snapshot the symlinks prepared by the prereq-build target.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44330
2015-02-08 22:54:27 +00:00
Jo-Philipp Wich
4685e4f273
sdk: track files with git and use it to implement proper clean targets
...
Initialize a Git repository in the SDK and use git reset / git clean
to rollback any SDK changes with "make clean" or "make dirclean".
This approach is more robust than nuking entire directory trees because
some parts of them might have been shipped with the original archive.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43904
2015-01-10 11:17:02 +00:00
Felix Fietkau
fd27fb770d
target/sdk: fix parallel build calls
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39912
2014-03-13 12:12:50 +00:00
Felix Fietkau
2d52430c25
target/sdk: remove obsolete make calls for the ancient package directory format
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39911
2014-03-13 12:12:46 +00:00
Felix Fietkau
cedfe135ab
target/sdk: generate a Config.in file with the settings of the build that the SDK was generated from
...
This allows make oldconfig/menuconfig to run
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39864
2014-03-10 18:58:49 +00:00
Felix Fietkau
23df56c490
target/sdk: remove obsolete compatibility makefiles
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39863
2014-03-10 18:58:44 +00:00
Nicolas Thill
fe47c70496
add LICENSE & minimal Config.in files ( closes : #3710 )
...
SVN-Revision: 12367
2008-08-22 04:20:40 +00:00
Felix Fietkau
2da3f6a256
fix the sdk
...
SVN-Revision: 9747
2007-12-14 00:33:25 +00:00
Felix Fietkau
882f3e78ca
suppress bug after compiling last package in kamikaze SDK.
...
This patch corrects https://dev.openwrt.org/ticket/2508
An error was raised when no Config.in file was found in package/
Signed-off-by: Julien Pinon <julien.pinon@luceor.com>
SVN-Revision: 9692
2007-12-09 18:52:52 +00:00
Felix Fietkau
d3dea9d2c6
add portability fixes from #1720
...
SVN-Revision: 7791
2007-06-30 12:21:58 +00:00
Felix Fietkau
874f03ea00
fixes for a few build errors on osx without fink
...
SVN-Revision: 7065
2007-04-29 01:30:48 +00:00
Mike Baker
8101912ed6
Accidentially broke sdk and imagebuilder in [6857]
...
SVN-Revision: 6858
2007-04-03 23:29:02 +00:00
Mike Baker
3debff019c
Remove extra -
...
SVN-Revision: 6763
2007-03-30 10:23:15 +00:00
Felix Fietkau
4113d5a46d
fix the sdk
...
SVN-Revision: 6718
2007-03-26 20:17:28 +00:00
Felix Fietkau
2c62bddcfe
Add an 'Image Configuration' menu to menuconfig Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot.
...
SVN-Revision: 6572
2007-03-16 03:02:31 +00:00
Felix Fietkau
60c1f0f64d
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00