- Mar 08, 2016
-
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48964
-
- Mar 05, 2016
-
-
Felix Fietkau authored
prereq: stop relying on man pages and grep for --recursive on the git-submodule script directly (fixes #21968) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48934
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48933
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48927
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48926
-
- Mar 01, 2016
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48874
-
- Feb 29, 2016
-
-
Felix Fietkau authored
Move the `--recursive` switch from `git clone` to `git submodule` so that submodules are cloned for upstream branches where the PKG_SOURCE_VERSION commit-ish has a different .gitmodules configuration than the repository default. This is, for example, required when the master branch for a source package does not use submodules, but its topic branch for OpenWRT does. This changes the buildroot dependency from git-1.6.2 to git 1.7.12.2, which was released September 2012. Signed-off-by:
Darik Horn <dajhorn@vanadac.com> Signed-off-by:
Karl Palsson <karlp@tweak.net.au> SVN-Revision: 48830
-
- Feb 26, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48807
-
- Feb 25, 2016
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48783
-
- Feb 18, 2016
-
-
John Crispin authored
This patch introduces support of new boards with ARC HS38 cores. ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. As with ARC770 we're addind support for 2 boards for now: [1] Synopsys SDP board (AXS103) This is the same base-board as in AXS101 but with FPGA-based CPU-tile where ARCHs38 core is implemented. [2] nSIM Again this is the same simulation engine but configured for new instruction set and features of new CPU. Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> Cc: Felix Fietkau <nbd@openwrt.org> Cc: Jo-Philipp Wich <jow@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 48740
-
- Feb 17, 2016
-
-
Jo-Philipp Wich authored
Changeset r48416 broke the downloading of mirrored, packed scm checkouts. Fix this by removing the "@" sign in front of the download command which is now executed as part of a larger shell command under flock. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48733
-
- Feb 11, 2016
-
-
Florian Fainelli authored
This reverts r48591, users needing NFS root will know how to configure their platform and kernel command-line appropriately. Reported-by:
Petr Štetiar <ynezz@true.cz> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 48689
-
- Feb 08, 2016
-
-
Felix Fietkau authored
It was enabled ages ago when it was added. It still saves about 10k after LZMA, so let's enable it again. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48680
-
- Feb 01, 2016
-
-
Jo-Philipp Wich authored
The correct flag for fixed mtime is -T, not -t. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48610
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48609
-
Florian Fainelli authored
Replace the configured root device with a NFS root device and automatic IP configuration for booting over NFS. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 48591
-
- Jan 31, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 48588
-
Felix Fietkau authored
Signed-off-by:
bryan newbold <bnewbold@robocracy.org> SVN-Revision: 48587
-
Felix Fietkau authored
The --mtime argument to 'tar' sets the modification time for all files within the archive, which determines the timestamp files will get when they are extracted. In this case, rootfs and other tarballs will get mtimes which correspond to the last commit timestamp of the build system, as reported by git/subversion. This is a step towards reproducible image builds. Signed-off-by:
bryan newbold <bnewbold@robocracy.org> Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48586
-
Felix Fietkau authored
SOURCE_DATE_EPOCH is the date of the last modified file using git/svn as date source. See https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48584
-
- Jan 29, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48545
-
- Jan 28, 2016
-
-
Felix Fietkau authored
These allow the generated kernel's build metadata to be defined explicitly. This metadata is reported, eg, at boot time and in `uname -a` on running systems. If the variables aren't configured, the current build system username and hostname are used as normal. The motivation for this option is to achive reproducible (bit-for-bit identical) kernel builds of official openwrt releases. Signed-off-by:
bryan newbold <bnewbold@robocracy.org> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48541
-
Felix Fietkau authored
This is to get reproducible builds of, eg, the kmod-sched ipkg. Locale preferences can change build order, but the locale is already been defined for the entire build process, so it doesn't need to be specified here. Signed-off-by:
bryan newbold <bnewbold@robocracy.org> SVN-Revision: 48540
-
- Jan 25, 2016
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48498
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48497
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48496
-
Felix Fietkau authored
include/cmake.mk: search in $(STAGING_DIR)/usr instead of plain $(STAGING_DIR) to avoid picking up stuff from host/ Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48492
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48491
-
Felix Fietkau authored
build: use -iremap feature to replace __FILE__ absolute path names in packages with ones relative to $(BUILD_DIR) improves reproducible builds Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48489
-
- Jan 24, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48479
-
Jo-Philipp Wich authored
This is useful to just use the kmods from an official build while supplying base packages from a custom feed or the other way around; for just overriding the kmods with a local repo while using official repos for the rest. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48475
-
- Jan 22, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48450
-
- Jan 21, 2016
-
-
Felix Fietkau authored
Change wrong download.pl argument call order. See download.pl argument list. Signed-off-by:
Florian Eckert <Eckert.Florian@googlemail.com> SVN-Revision: 48427
-
- Jan 20, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48421
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48417
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48416
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48415
-
Felix Fietkau authored
This reverts commit r48403 SVN-Revision: 48412
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48410
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48403
-