Luka Perkov [Tue, 26 Jan 2016 15:27:42 +0000 (15:27 +0000)]
generic: mark CONFIG_SUNXI_SRAM as not set
It is marked like this on most targets.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 48507
Luka Perkov [Tue, 26 Jan 2016 11:30:45 +0000 (11:30 +0000)]
generic: 4.4: refresh patches
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
SVN-Revision: 48506
Felix Fietkau [Tue, 26 Jan 2016 09:32:22 +0000 (09:32 +0000)]
ubus: update to the latest version, fixes a memory leak on client disconnect
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48505
Felix Fietkau [Tue, 26 Jan 2016 08:39:21 +0000 (08:39 +0000)]
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48504
Felix Fietkau [Tue, 26 Jan 2016 00:10:19 +0000 (00:10 +0000)]
ustream-ssl: update to the latest version, fixes hostname validation with openssl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48503
Hauke Mehrtens [Mon, 25 Jan 2016 23:29:18 +0000 (23:29 +0000)]
x86: add BACKLIGHT_APPLE configuration option
This closes #21713.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48502
Hauke Mehrtens [Mon, 25 Jan 2016 23:26:19 +0000 (23:26 +0000)]
musl: fix mips vdso handling
mips returns -ENOSYS in case it can not handle the vdso call and wants
the libc to call the original syscall in such a case. This fixes the
patch to add such handling. I hope this fixes the random reboots I got.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48501
Felix Fietkau [Mon, 25 Jan 2016 23:05:49 +0000 (23:05 +0000)]
usign: force installation to $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48500
Luka Perkov [Mon, 25 Jan 2016 22:54:52 +0000 (22:54 +0000)]
kirkwood: drop 4.3 support
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
SVN-Revision: 48499
Hauke Mehrtens [Mon, 25 Jan 2016 21:44:48 +0000 (21:44 +0000)]
kernel: update kernel 4.3 to version 4.3.4
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48498
Hauke Mehrtens [Mon, 25 Jan 2016 21:44:12 +0000 (21:44 +0000)]
kernel: update kernel 4.1 to version 4.1.16
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48497
Hauke Mehrtens [Mon, 25 Jan 2016 21:43:26 +0000 (21:43 +0000)]
kernel: update kernel 3.18 to 3.18.26
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48496
Jo-Philipp Wich [Mon, 25 Jan 2016 17:47:22 +0000 (17:47 +0000)]
dnsmasq: Don't add local hostname if ula prefix is not specified
Commit
6a7e56b adds support for adding local hostname for own lan ula adress
but if ula prefix is not specified results into an invalid config (address=/OpenWrt.lan/1)
causing dnsmasq not to start up.
Use lanaddr6 when adding local hostname as the lan ula address is constructed based on the
UCI parameters ip6hint and ip6ifaceid and thus not always ula prefix suffixed with 1
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 48495
Felix Fietkau [Mon, 25 Jan 2016 17:42:25 +0000 (17:42 +0000)]
package/uhttpd: generate 2048 bit RSA key
RSA keys should be generated with sufficient length.
Using 1024 bits is considered unsafe.
In other packages the used key length is 2048 bits.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48494
Felix Fietkau [Mon, 25 Jan 2016 16:30:41 +0000 (16:30 +0000)]
base-files: remove default /etc/config/network, generate it via board.d instead
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48493
Felix Fietkau [Mon, 25 Jan 2016 15:49:49 +0000 (15:49 +0000)]
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 [Mon, 25 Jan 2016 15:49:44 +0000 (15:49 +0000)]
include/cmake.mk: adjust for STAGING_DIR_HOST split
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48491
Felix Fietkau [Mon, 25 Jan 2016 15:49:36 +0000 (15:49 +0000)]
mac80211: add iremap cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48490
Felix Fietkau [Mon, 25 Jan 2016 15:49:31 +0000 (15:49 +0000)]
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
Jo-Philipp Wich [Mon, 25 Jan 2016 15:04:29 +0000 (15:04 +0000)]
iwinfo: add support for VHT rates to Lua binding
Update to Git HEAD in order to include VHT rate support in the Lua binding.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48488
Jo-Philipp Wich [Mon, 25 Jan 2016 14:31:32 +0000 (14:31 +0000)]
iwinfo: add support for VHT rates
Update to upstream Git HEAD to include VHT rate support and a number of
coverity scan fixes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48487
Felix Fietkau [Mon, 25 Jan 2016 12:42:00 +0000 (12:42 +0000)]
musl: update to 1.1.12 + git from 2016-01-22
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48486
Felix Fietkau [Mon, 25 Jan 2016 12:41:55 +0000 (12:41 +0000)]
gcc: backport a libgcc fix for a dependency on libc write() on ARM
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48485
Felix Fietkau [Mon, 25 Jan 2016 12:41:19 +0000 (12:41 +0000)]
kernel: wpan: mrf24j40 depends on regmap-spi
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to
kmod-regmap.
Found by buildbot:
Package kmod-mrf24j40 is missing dependencies for the following libraries:
regmap-spi.ko
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48484
Felix Fietkau [Mon, 25 Jan 2016 12:35:21 +0000 (12:35 +0000)]
base-files: fix sysupgrade 'wget' handling for uclient-fetch
change 48451 tried to add support for uclient-fetch by moving
/usr/bin/wget to /bin/wget, but this change kept the symbolic
link to /bin/busybox as install_bin creates links to param 1
the desired fix is to link to uclient-fetch to wget:
install_bin /bin/uclient-fetch /bin/wget
Signed-off-by: John Clark <inindev@gmail.com>
SVN-Revision: 48483
Felix Fietkau [Mon, 25 Jan 2016 10:28:29 +0000 (10:28 +0000)]
kernel: fix a small bug in the MIPS highmem fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48482
Felix Fietkau [Mon, 25 Jan 2016 10:28:19 +0000 (10:28 +0000)]
kernel: disable CONFIG_USERFAULTFD, it is unused
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48481
Rafał Miłecki [Mon, 25 Jan 2016 07:18:47 +0000 (07:18 +0000)]
kernel: mtdsplit: document Seama splitter a bit
Rename kernel_size variable as it includes whole entity size, not just a
kernel size. Also update comments to match it and describe better what
are we checking/looking for.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48480
Jo-Philipp Wich [Sun, 24 Jan 2016 18:01:43 +0000 (18:01 +0000)]
include: restrict separate kmod repo handling to base packages
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48479
Jo-Philipp Wich [Sun, 24 Jan 2016 18:01:40 +0000 (18:01 +0000)]
iptables: improve iptables listing output of xt_id match
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48478
Hauke Mehrtens [Sun, 24 Jan 2016 18:00:53 +0000 (18:00 +0000)]
kernel: add some missing kernel config options
The built bots found these missing kernel configuration options.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48477
Jo-Philipp Wich [Sun, 24 Jan 2016 15:36:10 +0000 (15:36 +0000)]
x86/64: add missing kernel symbol
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48476
Jo-Philipp Wich [Sun, 24 Jan 2016 15:36:05 +0000 (15:36 +0000)]
include: group kmod ipk files into a "kernel" subdirectory
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
Jonas Gorski [Sun, 24 Jan 2016 12:36:15 +0000 (12:36 +0000)]
generic: fix relocate build with binutils 2.25.1
The new .abiflags section was kept, pushing the appended arguments to
the wrong offset and causing it to read the section instead, making
it fail on boot.
Fix this by dropping this section as well as the other sections.
Closes #21679.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48474
Jonas Gorski [Sun, 24 Jan 2016 12:36:10 +0000 (12:36 +0000)]
brcm63xx: fix build of lzma-loader with binutils 2.25.1
Apply the same fix as ar71xx needed in r46893.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48473
Jonas Gorski [Sun, 24 Jan 2016 12:36:06 +0000 (12:36 +0000)]
swconfig: simplify init code
Directly return the return value of genl_register_family_with_ops()
instead of storing it in a temporary variable, then returning it.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48472
Jonas Gorski [Sun, 24 Jan 2016 12:35:59 +0000 (12:35 +0000)]
swconfig: drop linux < 3.13 code paths
The oldest kernel we support is 3.18, no need to keep code paths
for older kernels.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48471
Felix Fietkau [Sun, 24 Jan 2016 00:16:36 +0000 (00:16 +0000)]
build: add -fno-plt to default cflags, it improves PIC code optimization
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48470
Felix Fietkau [Sun, 24 Jan 2016 00:16:32 +0000 (00:16 +0000)]
ramips: re-enable highmem support for MT7621 now that it's fixed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48469
Felix Fietkau [Sun, 24 Jan 2016 00:16:27 +0000 (00:16 +0000)]
kernel: fix MIPS highmem breakage
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48468
Hauke Mehrtens [Sun, 24 Jan 2016 00:05:14 +0000 (00:05 +0000)]
musl: Add format attribute to some function declarations
GCC and Clang are able to check the format arguments given to a
function and warn the user if there is a error in the format arguments
or if there is a potential uncontrolled format string security problem
in the code. GCC does this automatically for some functions like
printf(), but it is also possible to annotate other functions in a way
that it will check them too. This feature is used by glibc for many
functions. This patch adds the attribute to the some functions of musl
expect for these functions where gcc automatically adds it.
GCC automatically adds checks for these functions: printf, fprintf,
sprintf, scanf, fscanf, sscanf, strftime, vprintf, vfprintf and
vsprintf.
The documentation from gcc is here:
https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html
The documentation from Clang is here:
http://clang.llvm.org/docs/AttributeReference.html#format-gnu-format
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48467
Hauke Mehrtens [Sat, 23 Jan 2016 23:48:55 +0000 (23:48 +0000)]
musl: mips: add vdso support
vdso support is available on mips starting with kernel 4.4, see kernel
commit
a7f4df4e21 "MIPS: VDSO: Add implementations of gettimeofday()
and clock_gettime()" for details.
These are my micro benchmark results for 1.000.000 calls to
clock_gettime(CLOCK_MONOTONIC, &tp)
without vdso:
root@OpenWrt:/# time ./vdso-test
real 0m 0.95s
user 0m 0.24s
sys 0m 0.70s
with vdso:
root@OpenWrt:/# time /usr/bin/vdso-test
real 0m 0.35s
user 0m 0.34s
sys 0m 0.00s
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48466
Felix Fietkau [Sat, 23 Jan 2016 20:02:34 +0000 (20:02 +0000)]
uclient: update to the latest version, now truncates files when overwriting them
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48465
Felix Fietkau [Sat, 23 Jan 2016 20:01:26 +0000 (20:01 +0000)]
kernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48464
Felix Fietkau [Sat, 23 Jan 2016 18:53:17 +0000 (18:53 +0000)]
uclient: update to the latest version, improves interoperability with quirky servers
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48463
Felix Fietkau [Sat, 23 Jan 2016 18:53:12 +0000 (18:53 +0000)]
ustream-ssl: update to the latest version, fixes handling SSL connection close notification
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48462
Felix Fietkau [Sat, 23 Jan 2016 18:02:59 +0000 (18:02 +0000)]
kernel: add a fix for deadlocks on dump_stack
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48461
Felix Fietkau [Sat, 23 Jan 2016 18:02:55 +0000 (18:02 +0000)]
Revert "kernel: work around CONFIG_CPU_SW_DOMAIN_PAN breakage on ARM11 MPCore"
This reverts commit r48335
The workaround is incomplete and cannot cover all possible cases. The
only real solution to this problem is to disable this feature on
ARM11MPcore entirely.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48460
Felix Fietkau [Sat, 23 Jan 2016 17:05:56 +0000 (17:05 +0000)]
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48459
Felix Fietkau [Sat, 23 Jan 2016 15:24:19 +0000 (15:24 +0000)]
linux-atm: add missing br2684ctl patch chunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48458
Felix Fietkau [Sat, 23 Jan 2016 12:37:17 +0000 (12:37 +0000)]
ltq-vdsl-app: mask out VDSL bits when ATM is selected, fixes compatibility issues with some DSLAMs
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48457
Felix Fietkau [Fri, 22 Jan 2016 19:50:09 +0000 (19:50 +0000)]
Revert "ar71xx: Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4"
This reverts commit r48276.
This can overwrite the caldata_backup partition, so the layout needs to
be changed in a different way.
Thanks to Arjen de Korte for spotting the issue.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48456
Felix Fietkau [Fri, 22 Jan 2016 13:06:09 +0000 (13:06 +0000)]
qos-scripts: bump version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48455
Felix Fietkau [Fri, 22 Jan 2016 12:02:11 +0000 (12:02 +0000)]
kernel: Add kernel module for Freescale SNVS RTC on chip module
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 48454
Felix Fietkau [Fri, 22 Jan 2016 12:02:07 +0000 (12:02 +0000)]
x86_64: Add missing symbols
Update to kernel 4.4 missed some symbols, fix that.
SVN-Revision: 48453
Felix Fietkau [Fri, 22 Jan 2016 11:59:03 +0000 (11:59 +0000)]
qos-scripts: Add IPv6 support
This adds IPv6 support to qos-scripts for both tc/qdisc and the
iptables classification rules. The tc/qdisc part is accomplished
by removing "protocol ip" from the tc command line, causing the
rule to be applied to all protocols. The iptables part is
accomplished by adding each rule using both iptables and ip6tables.
This patch is based on previous work by Ilkka Ollakka and
Dominique Martinet.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48452
Felix Fietkau [Fri, 22 Jan 2016 09:41:58 +0000 (09:41 +0000)]
base-files: fix sysupgrade 'wget' handling
with r48379 and r48386 the path of wget changed.
respect that and adjust the dirname.
this fixes #21680
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 48451
Felix Fietkau [Fri, 22 Jan 2016 09:41:53 +0000 (09:41 +0000)]
build: add uclient-fetch to the default packages, in case opkg is not selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48450
Rafał Miłecki [Fri, 22 Jan 2016 09:22:37 +0000 (09:22 +0000)]
kernel: backport bcma stuff sent for 4.6
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48449
Felix Fietkau [Fri, 22 Jan 2016 00:54:34 +0000 (00:54 +0000)]
ath9k: allow multiple virtual interfaces on DFS channels
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48448
Felix Fietkau [Thu, 21 Jan 2016 23:22:11 +0000 (23:22 +0000)]
flock: do not use ccache, fixes build error
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48447
Felix Fietkau [Thu, 21 Jan 2016 23:22:06 +0000 (23:22 +0000)]
qos-scripts: Allow classification by the traffic's source interface
This adds a "srciface" option that can be used on classification
rules in /etc/config/qos. This is useful to allow prioritization
based on the local network from which the traffic originates, for
example to deprioritize traffic from a guest network.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48446
Felix Fietkau [Thu, 21 Jan 2016 22:26:15 +0000 (22:26 +0000)]
qos-scripts: stop overriding tx queue length
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48445
Felix Fietkau [Thu, 21 Jan 2016 19:00:51 +0000 (19:00 +0000)]
musl: backport a fix that caused the wrong relocations to be emitted on some architectures
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48444
Felix Fietkau [Thu, 21 Jan 2016 16:08:19 +0000 (16:08 +0000)]
kernel: clean up redundant SLUB/SLAB related defines for 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48443
Felix Fietkau [Thu, 21 Jan 2016 16:08:15 +0000 (16:08 +0000)]
kernel: switch to SLUB by default in 4.4 (for improved performance)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48442
Felix Fietkau [Thu, 21 Jan 2016 15:59:39 +0000 (15:59 +0000)]
uclient: update to the latest version, fixes overwrite with wget -O
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48441
Felix Fietkau [Thu, 21 Jan 2016 15:55:35 +0000 (15:55 +0000)]
mac80211: only strip the platform/ prefix from path for pci devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48440
Felix Fietkau [Thu, 21 Jan 2016 15:51:52 +0000 (15:51 +0000)]
mac80211: fix check for existing config section from r48426
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48439
Felix Fietkau [Thu, 21 Jan 2016 15:37:43 +0000 (15:37 +0000)]
ath9k: ignore EEPROM mismatch on flash based devices (fixes #21611)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48438
Felix Fietkau [Thu, 21 Jan 2016 15:37:38 +0000 (15:37 +0000)]
kernel: make backlight support depend on display support
Mark backlight core package as hidden
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48437
Felix Fietkau [Thu, 21 Jan 2016 15:37:30 +0000 (15:37 +0000)]
kernel: mark kmod-drm as hidden so that it only gets selected if a driver for it can be selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48436
Felix Fietkau [Thu, 21 Jan 2016 15:37:20 +0000 (15:37 +0000)]
kernel: reduce AddDepends related cargo cult programming in video.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48435
Felix Fietkau [Thu, 21 Jan 2016 15:37:10 +0000 (15:37 +0000)]
kernel: video: add DRM core and IMX DRM support for HDMI/LVDS
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48434
Felix Fietkau [Thu, 21 Jan 2016 15:37:01 +0000 (15:37 +0000)]
kernel: video: add fbcon support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48433
Felix Fietkau [Thu, 21 Jan 2016 15:36:53 +0000 (15:36 +0000)]
kernel: add backlight kernel module support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48432
Felix Fietkau [Thu, 21 Jan 2016 15:36:47 +0000 (15:36 +0000)]
oprofile: delete the package, it has become useless now that perf is working
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48431
Felix Fietkau [Thu, 21 Jan 2016 14:08:33 +0000 (14:08 +0000)]
elfutils: fix compatibility with non-glibc builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48429
Felix Fietkau [Thu, 21 Jan 2016 13:28:25 +0000 (13:28 +0000)]
x86: fix kernel crash on geode devices (#21667)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48428
Felix Fietkau [Thu, 21 Jan 2016 13:28:18 +0000 (13:28 +0000)]
build: download.mk: bugfix download.pl argument call order
Change wrong download.pl argument call order.
See download.pl argument list.
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 48427
Felix Fietkau [Thu, 21 Jan 2016 13:28:09 +0000 (13:28 +0000)]
mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48426
Felix Fietkau [Thu, 21 Jan 2016 13:28:04 +0000 (13:28 +0000)]
mac80211: make the path phy lookup more robust regarding config upgrades, allow partial path matching
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48425
Felix Fietkau [Thu, 21 Jan 2016 11:46:18 +0000 (11:46 +0000)]
grub2: switch back to installing to STAGING_DIR_HOST
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48424
Rafał Miłecki [Thu, 21 Jan 2016 05:59:16 +0000 (05:59 +0000)]
bcm53xx: fix iProc regression with sent patch instead of a revert
This properly fixes #21393.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48423
Felix Fietkau [Wed, 20 Jan 2016 23:50:36 +0000 (23:50 +0000)]
binutils: use nls.mk to fix libbfd link errors in other packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48422
Felix Fietkau [Wed, 20 Jan 2016 23:21:09 +0000 (23:21 +0000)]
include/autotools.mk: fix gettext installation path
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48421
Felix Fietkau [Wed, 20 Jan 2016 23:21:03 +0000 (23:21 +0000)]
gettext-full: fix relocatable patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48420
Felix Fietkau [Wed, 20 Jan 2016 22:59:34 +0000 (22:59 +0000)]
valgrind: fix build with mips soft-float
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48419
Felix Fietkau [Wed, 20 Jan 2016 22:59:29 +0000 (22:59 +0000)]
bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48418
Felix Fietkau [Wed, 20 Jan 2016 21:31:56 +0000 (21:31 +0000)]
build: add logging for package host builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48417
Felix Fietkau [Wed, 20 Jan 2016 21:31:50 +0000 (21:31 +0000)]
build: add locking for downloads (fixes race conditions with multiple variants)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48416
Felix Fietkau [Wed, 20 Jan 2016 21:31:43 +0000 (21:31 +0000)]
build: split BUILD_LOG logs per variant
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48415
Felix Fietkau [Wed, 20 Jan 2016 21:31:38 +0000 (21:31 +0000)]
rules.mk: make the locked template available even if flock has not been built yet (fall back to unlocked shell command)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48414
Felix Fietkau [Wed, 20 Jan 2016 21:31:34 +0000 (21:31 +0000)]
tools: compile flock before everything else
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48413
Felix Fietkau [Wed, 20 Jan 2016 20:46:20 +0000 (20:46 +0000)]
Revert "include/autoconf.mk: decouple host fixups from target fixups"
This reverts commit r48403
SVN-Revision: 48412
Felix Fietkau [Wed, 20 Jan 2016 20:13:40 +0000 (20:13 +0000)]
build: use a separate variable checking the subdir path (for host packages)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48410
Felix Fietkau [Wed, 20 Jan 2016 20:09:43 +0000 (20:09 +0000)]
kernel: fix module load issue in the dma-buf debloat patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48409
Felix Fietkau [Wed, 20 Jan 2016 19:36:23 +0000 (19:36 +0000)]
bzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48408
Felix Fietkau [Wed, 20 Jan 2016 19:36:18 +0000 (19:36 +0000)]
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48407
Felix Fietkau [Wed, 20 Jan 2016 19:36:14 +0000 (19:36 +0000)]
gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48406