- Jan 24, 2017
-
-
Felix Fietkau authored
According to some reports, -march=pentium-mmx is a better choice for older Geode CPUs than -march=geode anyway. Bump the minimum architecture of the legacy target from i486 to pentium-mmx. Anything older is not worth supporting anyway. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Get rid of a special case in the buildbot script Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The le64 and be64 subtargets do not share a package architecture with any other targets, so they are pretty wasteful for a development-only target. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
It can be implicitly derived from the MIPS32 revision support in the kernel configuration Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
While rt288x only has a MIPS 4KEc processor, it implements the MIPS32r2 architecture just like the 24Kc, so the instruction set should be 100% compatible. Switching it to 24kc allows it to share the package architecture with a lot of other targets instead of creating a special case, saving buildbot resources. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Hans Dedecker authored
e447ff9 router: fix compile issue on 64 bit systems Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Mathias Kresin authored
The packages can't be build as shared packages due to the unmet dependencies. Fixes FS#418. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The subtarget on which the driver still depends was removed with dee8986b because it was unmaintained for a long time. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jan 23, 2017
-
-
Felix Fietkau authored
This avoids repeatedly unpacking and rebuilding packages that are failing the build. Re-running the failing step should be much faster. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Hans Dedecker authored
237f1f4 router: convert syslog lifetime traces into LOG_INFO prio da660c7 treewide: rework prio of syslog messages 0485580 ndp: code cleanup c5040fe router: add syslog debug tracing for trouble shooting df023ad treewide: use RELAYD_MAX_ADDRS as address array size c8ac572 ndp: don't scan netlink attributes in case of netlink route event Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Jo-Philipp Wich authored
The hostapd_append_wpa_key_mgmt() procedure uses the possibly uninitialized $ieee80211r and $ieee80211w variables in a numerical comparisation, leading to stray "netifd: radio0 (0000): sh: out of range" errors in logread when WPA-PSK security is enabled. Ensure that those variables are substituted with a default value in order to avoid emitting this (harmless) shell error. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Felix Fietkau authored
$(wildcard) is evaluated too early in the build process Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Some packages may not install any files Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 22, 2017
-
-
Felix Fietkau authored
Calling the clean target removes all .ipk files and un-stages the package. Add a new target just for clearing the build dir and call that one instead of the full clean target Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Do not reference BIN_DIR in the package install section directly, use $(1) instead. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Adds uloop related libubus fixes Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
This reverts commit 2990a210. This introduces a race condition, let's fix this in buildbot instead. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Remove unnecessary stampfile indirection Fixes an issue with the command sequence used by buildbot Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 21, 2017
-
-
Jo-Philipp Wich authored
The libtool target package stages its files into the host staging directory and moves the libltdl library parts from there into the target staging directory afterwards. By doing so, the package essentially renders the host libtool infrastructure unusable, leading to the below error in subsequent package builds: libtoolize: $pkgltdldir is not a directory: `.../hostpkg/share/libtool` Prevent this problem by using a dedicated libltdl install prefix in order to avoid overwriting and moving away preexisting files belonging to tools/libtool. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Add PROVIDES:=openvpn to the default recipe in order to let all build variants provide a virtual openvpn package. The advantage of this approach is that downstream packages can depend on just "openvpn" without having to require a specific flavor. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Felix Fietkau authored
The code was updated without changing $$@ into the proper target filename Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Kevin Darbyshire-Bryant authored
The last two parameters passed between user space tc and kernel space sched-cake were transposed due to a merge mistake in a parameter header file. As such, using a packet overhead figure was likely to set cake to wash packet DSCP values. Similarly, the DSCP wash flag was used as an offset to the displayed packet overhead value. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Jan 20, 2017
-
-
Daniel Golle authored
Reported-by:
Tom Psyborg <pozega.tomislav@gmail.com> Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
John Crispin authored
This reverts commit 5f9b20bc. The builders were failing with a segfault when generating the image Signed-off-by:
John Crispin <john@phrozen.org>
-
John Crispin authored
This reverts commit 78c2ec0f. The builders were failing with a segfault when generating the image Signed-off-by:
John Crispin <john@phrozen.org>
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
Felix Fietkau authored
- Adds support for passing file descriptors in ubus invoke requests - Fixes clearing pending timers on ubus_shutdown() - Fixes checking the amount of written data in ubusd - Fixes an ubusd crash when trying to subscribe to system objects Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Jo-Philipp Wich authored
Includes the public usign certificates used by the 17.01.* release builds. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Instead of relying on complex sed patterns that trip up make syntax rules, use GNU Makes builtin filter function to match desired URLs. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jan 19, 2017
-
-
YuheiOKAWA authored
SoC: AR9331 Ethernet x1, Wireless 2.4G, uSD card slot x1. USB Power, include Li-Po Battery. Signed-off-by:
YuheiOKAWA <tochiro.srchack@gmail.com> Changes in v2: alphabetical ordering, tabs fron spaces.
-
Yousong Zhou authored
While at it, convert to new build method Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Yousong Zhou authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Conor O'Gorman authored
Support Abicom International Scorpion SC1750 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB Nor Flash 1x SFP, 1x PCIe 2x 10/100/1000 Ethernet 135x100 mm 802.11ng/g/b 802.11ac/an/a Signed-off-by:
Conor O'Gorman <i@conorogorman.net>
-
Conor O'Gorman authored
Support Abicom International Scorpion SC450 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB NAND Flash 16MB NOR Flash 10/100/1000 Ethernet 15W Max, 3x3 Mode, Full Power TX Power 802.3-at POE+ & DC Input options 100x 85mm USB PCIe SFP GPIO/LED Signed-off-by:
Conor O'Gorman <i@conorogorman.net>
-
Conor O'Gorman authored
Support Abicom International Scorpion SC300M Module QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB SPI Flash 802.11a/na/b/g/ng GPIO x 22, USB x2, PCIe x2 10/100/1000 Ethernet 23dBm, Optional Onboard Antenna DC Input, 8-20V DC 85 x 55 mm Signed-off-by:
Conor O'Gorman <i@conorogorman.net>
-
Vitaly Chekryzhev authored
Signed-off-by:
Vitaly Chekryzhev <13hakta@gmail.com>
-