index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
imagebuilder
Commit message (
Expand
)
Author
Age
Files
Lines
*
images imagebuilder: Allow to add sanitized extra name
Felix Fietkau
2016-01-03
1
-2
/
+2
*
targets: Use configured distribution name for SDK, IB, and Toolchain tarball ...
Felix Fietkau
2016-01-03
1
-1
/
+1
*
imagebuilder: store package lists in cache directory
Jo-Philipp Wich
2015-09-14
1
-0
/
+2
*
imagebuilder: run build prereq checks before building image to set up host co...
Felix Fietkau
2015-09-10
1
-1
/
+16
*
build: Prevent more gzip timestamps
John Crispin
2015-07-14
1
-1
/
+1
*
imagebuilder: create cache directory if needed (#18629)
Jo-Philipp Wich
2015-06-01
1
-7
/
+7
*
IB: make CONFIG_IB_STANDALONE the default
Jo-Philipp Wich
2015-05-28
1
-3
/
+4
*
feeds: use common macro "FeedSourcesAppend" to populate opkg configurations
Jo-Philipp Wich
2015-05-28
1
-12
/
+2
*
IB: use online repositories
Jo-Philipp Wich
2015-05-27
4
-5
/
+40
*
imagebuilder: align filename with SDK
Jo-Philipp Wich
2015-02-07
1
-5
/
+2
*
imagebuilder: don't pregenerate package index, strip host binaries
Jo-Philipp Wich
2015-02-06
1
-2
/
+2
*
imagebuilder: use FreeBSD compatible tar invocation
Jo-Philipp Wich
2015-02-06
1
-1
/
+1
*
imagebuilder: fail with error if the passed profile name does not exist
Jo-Philipp Wich
2015-01-10
1
-0
/
+8
*
build: add version number to filenames
Jo-Philipp Wich
2015-01-08
1
-1
/
+1
*
target/imagebuilder: remove obsolete !TARGET_ROOTFS_INITRAMFS dependency
Felix Fietkau
2014-10-31
1
-1
/
+0
*
postinst trigger: the new postinst trigger broke IB
John Crispin
2014-09-16
1
-4
/
+5
*
imagebuilder: remove postinst files before generating image
Felix Fietkau
2014-08-31
1
-0
/
+1
*
build: introduce per feed repository support
Jo-Philipp Wich
2014-08-05
1
-2
/
+2
*
imagebuilder: fix typo that copied grub to the wrong folder
John Crispin
2014-07-24
1
-2
/
+2
*
imagebuilder: copy dts folder
John Crispin
2014-07-21
1
-1
/
+5
*
imagebuilder: x86 fails to build inside the imagebuilder
John Crispin
2014-07-10
1
-1
/
+4
*
target/imagebuilder: add missing package index (fixes #16675)
Felix Fietkau
2014-06-02
1
-0
/
+1
*
imagebuilder: bundle dtc (#12953, #14741)
Jo-Philipp Wich
2014-05-14
1
-0
/
+2
*
build: consistently use 'depends on' instead of 'depends'
Felix Fietkau
2013-04-17
1
-3
/
+3
*
imagebuilder: use file_copy to deploy files/ in the image generation phase
Jo-Philipp Wich
2012-12-02
1
-9
/
+1
*
imagebuilder: merge r25078 to align files/ handling with current buildroot
Jo-Philipp Wich
2012-11-22
1
-0
/
+8
*
derive system from hostcc to allow building inside a chroot
John Crispin
2012-08-22
1
-2
/
+2
*
use bundle-libraries.sh to install required host utilities into imagebuilder ...
Jo-Philipp Wich
2012-08-15
1
-1
/
+2
*
package/index: filter out the libc package from the index
Felix Fietkau
2012-06-11
1
-0
/
+1
*
add $(SUBTARGET) to the filename if available
John Crispin
2012-05-30
1
-1
/
+1
*
imagebuilder: explicitly install the kernel .ipk before installing anything e...
Felix Fietkau
2012-05-14
1
-0
/
+1
*
build: rework verbosity level selection
Felix Fietkau
2012-04-26
1
-1
/
+1
*
don't overwrite version.mk, substitute REVISION instead
Jo-Philipp Wich
2012-04-17
1
-2
/
+2
*
populate repositories.conf from version.mk
Jo-Philipp Wich
2012-04-12
2
-3
/
+4
*
ImageBuilder: respect the PROFILE parameter
Gabor Juhos
2012-01-24
1
-4
/
+5
*
Various enhancements from Manuel Munz <freifunk@somakoma.de> - don't regenera...
Jo-Philipp Wich
2011-09-09
1
-2
/
+9
*
imagebuilder: clean opkg files if requested (patch from #9866)
Felix Fietkau
2011-08-01
1
-0
/
+1
*
Send ipkg-make-index.sh output to stdout
Jo-Philipp Wich
2011-02-23
1
-1
/
+1
*
allow overriding BIN_DIR (#7412)
Jo-Philipp Wich
2010-10-26
1
-1
/
+3
*
copy kernel .config, needed by mkfs.jffs2 to detect compression capabilities
Jo-Philipp Wich
2010-10-26
1
-1
/
+3
*
- sync with host opkg changes - get rid of autogenerated opkg.conf - utilize ...
Jo-Philipp Wich
2010-09-12
4
-58
/
+14
*
fix a small typo in sed pattern
Jo-Philipp Wich
2010-09-10
1
-1
/
+1
*
fix arch detection pattern to cope with underscores in board name, e.g. "adm5...
Jo-Philipp Wich
2010-09-08
1
-1
/
+2
*
- add a helper script to generate opkg.conf, attempt to detect package archit...
Jo-Philipp Wich
2010-09-08
4
-10
/
+56
*
use --force-run-hooks for host opkg install
Jo-Philipp Wich
2010-09-07
1
-1
/
+2
*
use opkg/host for package installation - speeds up rebuild operations - align...
Jo-Philipp Wich
2010-09-06
1
-6
/
+20
*
revert r22372 and r22405, dependency on host libtool causes problems
Jo-Philipp Wich
2010-07-28
1
-20
/
+6
*
use host opkg for installing packages in buildroot and ImageBuilder
Jo-Philipp Wich
2010-07-23
1
-6
/
+20
*
- correctly copy .config when scripts/env is used in the buildroot - prevent ...
Jo-Philipp Wich
2010-04-27
2
-9
/
+20
*
imagebuilder: don't disable on uml
Nicolas Thill
2010-03-30
1
-1
/
+0
[next]