- Feb 06, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
-
- Feb 05, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44284
-
Jo-Philipp Wich authored
Instead of hardcoding /bin/bash, use /usr/bin/env bash - this fixes the build on FreeBSD 10.1. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44283
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44282
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44281
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44280
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44279
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44278
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44277
-
Jo-Philipp Wich authored
Perl might not be present while checking prereqs, e.g. on a fresh FreeBSD install. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44276
-
Jo-Philipp Wich authored
Bash is not guaranteed to be present, e.g. on a fresh FreeBSD install so perform prereq tests with /bin/sh. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44275
-
Jo-Philipp Wich authored
They're part of prereq-build.mk now. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44274
-
Jo-Philipp Wich authored
Those tests are part of prereq-build.mk now. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44273
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44272
-
Jo-Philipp Wich authored
Also move tests from tools/Makefile and include/host.mk here to have all tests in a central place. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44271
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44270
-
Jo-Philipp Wich authored
Those macros allow testing various commands on the host system, also process the prereq tests in the order they're declared. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44269
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44268
-
Imre Kaloz authored
In order for the image to be built, some patches need to be ported to 3.19. Add the relevant patches. Note that most of them (if not all) should be merged in 3.20, removing the need to carry them on then. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44267
-
Imre Kaloz authored
Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44266
-
Imre Kaloz authored
Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44265
-
Imre Kaloz authored
All the boards but Mamba had wrong UBI options so far, making it impossible to flash the built image on their respective storage medium. Fix all of the supported boards in order to make the generated images useful. Tested on a Mirabox, an Armada XP GP and an Openblocks AX3, and used the NAND chip datasheet for the others. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44264
-
Imre Kaloz authored
Some boards only come with a small NOR on it, where UBI isn't a good solution because of its overhead. Add a new subprofile for such boards, that rely on the mtd split framework instead. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44263
-
Imre Kaloz authored
While we supported only the NAND so far, some boards use a large enough NOR, where UBI is the only reasonable option. Create a new sub-profile template with a different set of UBI options. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44262
-
Imre Kaloz authored
In order to support the various board NAND layout that we support, introduce a sub-profile similar to the one used by ar71xx. These subprofiles provide a default implementation for most of the building functions, while allowing each sub-profile to override any of these operations in order to have a more specific behaviour, like Mamba expects for example. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44261
-
Imre Kaloz authored
Some devices out there only have a NOR flash to store the rootfs on. While using UBI is arguable on this kind of flash, this is something that should be supported. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44260
-
Imre Kaloz authored
We're going to need the MTD split related options for our NOR support. Signed-off-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44259
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44258
-
- Feb 04, 2015
-
-
John Crispin authored
The mt76 driver might have some problem working with MT7602. MT7602 should not have VHT capabilities . But the driver not identity properly. Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44257
-
John Crispin authored
requested and tested by forum user OWonPi https://forum.openwrt.org/viewtopic.php?id=55495 Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 44256
-
John Crispin authored
This device is very similar to the TL-WR841N v8, only two LED GPIOs are different. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44255
-
John Crispin authored
Add 5GHz led entry after r44033. Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44254
-
John Crispin authored
The name variable contains at first the package name, and after the last group name. This patch fixes /etc/rc.d symlink creation (at least). Change name in pkgname, change the other name in ugname (user group name), and id in ugid (user group id) Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 44253
-
John Crispin authored
Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44252
-
- Feb 03, 2015
-
-
John Crispin authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44249
-
John Crispin authored
The ubootloader of the M2M sets the reset bits for both USB device and USB host during initialization (to save a few mA of power during boot). However, for the usb<->sata bridge to be properly detected, it is necessary to clear both reset bits as otherwise the kernel logs will just be filled with: usb 1-1: device descriptor read/64, error -145 ... Signed-off-by:
Christian Lamparter <chunkeey@googlemail.com> SVN-Revision: 44248
-
John Crispin authored
Few characters in filenames (a plus sign, a dot) can be interpreted specially by grep. This can lead to the omission of missing package dependency. For example if we would have "some.file.so" then it matches also "some2file.so". -F switch off special meaning of any character and -x match against whole line. Signed-off-by:
Sławomir Demeszko <s.demeszko@wireless-instruments.com> SVN-Revision: 44247
-
John Crispin authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 44246
-
- Feb 02, 2015
-
-
John Crispin authored
This reverts commit f7873071561d82e75ba2dc46433a2982fef8ac6f. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44245
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44244
-