- Jan 29, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35390
-
- Jan 26, 2013
-
-
Felix Fietkau authored
in combination with kernel symbol export stripping this significantly reduces the kernel image size SVN-Revision: 35320
-
Felix Fietkau authored
SVN-Revision: 35319
-
- Jan 24, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35318
-
- Jan 18, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35216
-
- Jan 15, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35180
-
- Jan 14, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 35155
-
- Jan 12, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35100
-
- Jan 11, 2013
-
-
Florian Fainelli authored
xz supports using an architecture specific BCJ filter, use that one to save us a couple kB while producing squashfs filesystems (mimics the Linux kernel). Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35097
-
- Jan 10, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35087
-
- Dec 29, 2012
-
-
Felix Fietkau authored
cmake.mk: add support for overriding the source dir, and define the cmake prefix path to avoid picking up host libraries for target builds (patch by Henning Rogge) SVN-Revision: 34914
-
- Dec 28, 2012
-
-
Felix Fietkau authored
mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size after lzma and ~12k squashfs size in the default configuration SVN-Revision: 34909
-
- Dec 22, 2012
-
-
Felix Fietkau authored
SVN-Revision: 34871
-
Felix Fietkau authored
SVN-Revision: 34868
-
John Crispin authored
SVN-Revision: 34841
-
- Dec 20, 2012
-
-
Felix Fietkau authored
SVN-Revision: 34804
-
- Dec 18, 2012
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34760
-
Gabor Juhos authored
Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34750
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34748
-
- Dec 16, 2012
-
-
John Crispin authored
SVN-Revision: 34715
-
- Dec 15, 2012
-
-
John Crispin authored
SVN-Revision: 34696
-
John Crispin authored
SVN-Revision: 34683
-
Jo-Philipp Wich authored
- nf_add now takes an optional 4th argument which specifies a kernel version dependency, e.g. "lt 3.7.0" - remove CompareKernelPatchVer conditionals around nf_add invocations, use version depends instead - fixes xt_LOG.ko packaging with Linux 3.6.0 and later SVN-Revision: 34681
-
- Dec 11, 2012
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34639
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34626
-
Jo-Philipp Wich authored
SVN-Revision: 34625
-
- Dec 08, 2012
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34578
-
- Dec 04, 2012
-
-
Florian Fainelli authored
This breaks on platforms building their own targz/cpioz images. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34498
-
Florian Fainelli authored
All Image/mkfs/... macros call the Image/Build except for Image/mkfs/targz and Image/mkfs/cpiogz This patch adds the Image/Build call for Image/mkfs/targz and Image/mkfs/cpiogz. Signed-off-by:
Maarten Bezemer <m.m.bezemer@utwente.nl> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34473
-
- Dec 02, 2012
-
-
Jo-Philipp Wich authored
GNU TAR v1.26 will fail with "no such file or directory" errors when the output file does not immediately follow the -f switch. SVN-Revision: 34460
-
Felix Fietkau authored
SVN-Revision: 34458
-
Felix Fietkau authored
SVN-Revision: 34450
-
- Nov 29, 2012
-
-
Gabor Juhos authored
The genext2fs tool will 'reserve' 5% of the image size by default, apparently by creating a huge lost+found directory. In fact it seemed to be much more than 5% in practice — I saw an image with 8MiB used, and recovered about 2MiB of it by deleting the 'empty' lost+found directory: /dev/loop0 48377 8482 37438 19% /mnt/spare # rmdir lost+found/ /dev/loop0 48377 6014 39906 14% /mnt/spare This makes it configurable, but leaves it at the genext2fs default of 5% for now. It should probably be changed to default to zero, but that can be a separate patch. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34408
-
Gabor Juhos authored
Also refresh the affected patches. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402
-
- Nov 27, 2012
-
-
Florian Fainelli authored
Currently we call mkfs.jffs2 --squash, which will change both file permissions and owners. If we have some file with suid bits, it will clear these bits. Thus it's enough to just squash file owners, by replacing that argument to --squash-uids. Signed-off-by:
Jonh Wendell <jonh.wendell@oiwifi.com.br> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34397
-
- Nov 23, 2012
-
-
Florian Fainelli authored
Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
-
- Nov 22, 2012
-
-
Jo-Philipp Wich authored
include: use $(DIR_SUFFIX) in $(KERNEL_BUILD_DIR) to separate build_dir/linux-* directories when building different libc implementations in the same buildroot SVN-Revision: 34299
-
- Nov 18, 2012
-
-
Hauke Mehrtens authored
nf_nat_irc depends on nf_conntrack_irc and it should be defined after that. This fixes a problem introduced in r34247. SVN-Revision: 34251
-
Imre Kaloz authored
SVN-Revision: 34247
-
Imre Kaloz authored
SVN-Revision: 34228
-