Felix Fietkau
d5b15895ef
package/refresh should clean all packages before refreshing their patches
...
SVN-Revision: 7489
2007-06-04 11:20:03 +00:00
Felix Fietkau
9abbe7a033
Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches. Also added a target package/refresh which will do this to all packages in the buildroot
...
SVN-Revision: 7488
2007-06-04 11:14:08 +00:00
Felix Fietkau
cc690d782c
Add quilt integration for packages
...
make package/<package>-prepare QUILT=1 will apply all patches using quilt
Autorebuild will be disabled, so that you can edit all patches in the build dir.
When you're done editing patches and everything works, you can call:
make package/<package>-refresh
That will copy the updated patches from quilt into package/<package>/patches,
and remove all old patches.
Before the patches are overwritten, the correct order of the patches is verified
('cat series' is compared against 'sort series').
SVN-Revision: 7471
2007-06-03 06:16:08 +00:00
Felix Fietkau
b22491e0f8
make sure that /etc/rc.d exists before creating symlinks
...
SVN-Revision: 7417
2007-05-31 12:05:37 +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
Felix Fietkau
c2401030fc
clean up version control junk in the rootfs directory
...
SVN-Revision: 7045
2007-04-24 16:29:07 +00:00
Felix Fietkau
9cb1c0e1ef
add missing -prepare target
...
SVN-Revision: 7017
2007-04-20 19:04:23 +00:00
Felix Fietkau
72d4a76ab7
revert package compile breakage introduced in [6936]
...
SVN-Revision: 6938
2007-04-12 12:35:49 +00:00
Mike Baker
9b62c7eb9d
minor tweaks to the verbose system
...
SVN-Revision: 6936
2007-04-11 22:59:42 +00:00
Mike Baker
23efe5fc83
Tidy up Makefiles
...
SVN-Revision: 6857
2007-04-03 23:03:56 +00:00
Felix Fietkau
4113d5a46d
fix the sdk
...
SVN-Revision: 6718
2007-03-26 20:17:28 +00:00
Felix Fietkau
b2a976649f
speed up package/install
...
SVN-Revision: 6588
2007-03-17 02:54:16 +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
4e60cfe51f
use default_subtargets in package/Makefile and target/Makefile
...
SVN-Revision: 6380
2007-02-26 00:41:53 +00:00
Mike Baker
312aeaf1be
missed a reference to compile-targets
...
SVN-Revision: 6306
2007-02-16 01:12:05 +00:00
Mike Baker
7d3d765935
remove obsolete compile-targets rule
...
SVN-Revision: 6305
2007-02-16 01:06:23 +00:00
Felix Fietkau
657f223880
remove annoying package rm command
...
SVN-Revision: 6304
2007-02-16 01:00:31 +00:00
Mike Baker
7656ad75e5
move "make symlinks" to "make package/symlinks"
...
SVN-Revision: 6234
2007-01-31 18:33:04 +00:00
Felix Fietkau
351d0d4b07
Fix config checks for Image Builder and SDK - only build them when requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package.
...
SVN-Revision: 6102
2007-01-14 23:37:40 +00:00
Felix Fietkau
2a09c35cc9
remove hardcoded package name
...
SVN-Revision: 5879
2006-12-20 07:00:30 +00:00
Felix Fietkau
0a4052dd78
allow people to add files to the rootfs by putting them in $(TOPDIR)/files/
...
SVN-Revision: 5685
2006-12-01 14:01:31 +00:00
Felix Fietkau
3207e32a9e
fix path to temporary files
...
SVN-Revision: 5502
2006-11-12 01:38:24 +00:00
Felix Fietkau
8612d33691
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks
...
SVN-Revision: 5128
2006-10-15 21:03:30 +00:00
Felix Fietkau
24b5b885b6
fix typo
...
SVN-Revision: 5075
2006-10-14 12:18:39 +00:00
Felix Fietkau
60c1f0f64d
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00