Jonas Gorski
38719ecca4
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
2016-01-24 12:35:59 +00:00
Felix Fietkau
fb713ddd4d
build: add -fno-plt to default cflags, it improves PIC code optimization
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48470
2016-01-24 00:16:36 +00:00
Felix Fietkau
6f8d647778
ramips: re-enable highmem support for MT7621 now that it's fixed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48469
2016-01-24 00:16:32 +00:00
Felix Fietkau
e756c2bb07
kernel: fix MIPS highmem breakage
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48468
2016-01-24 00:16:27 +00:00
Hauke Mehrtens
be5fcf9fd7
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
2016-01-24 00:05:14 +00:00
Hauke Mehrtens
b5d6256ca8
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
2016-01-23 23:48:55 +00:00
Felix Fietkau
9d0703f016
uclient: update to the latest version, now truncates files when overwriting them
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48465
2016-01-23 20:02:34 +00:00
Felix Fietkau
6255856c68
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
2016-01-23 20:01:26 +00:00
Felix Fietkau
7e29a768fa
uclient: update to the latest version, improves interoperability with quirky servers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48463
2016-01-23 18:53:17 +00:00
Felix Fietkau
87456ff286
ustream-ssl: update to the latest version, fixes handling SSL connection close notification
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48462
2016-01-23 18:53:12 +00:00
Felix Fietkau
4b7e52125f
kernel: add a fix for deadlocks on dump_stack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48461
2016-01-23 18:02:59 +00:00
Felix Fietkau
84a7bc3d57
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
2016-01-23 18:02:55 +00:00
Felix Fietkau
eb39f41ffd
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48459
2016-01-23 17:05:56 +00:00
Felix Fietkau
98a9177342
linux-atm: add missing br2684ctl patch chunk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48458
2016-01-23 15:24:19 +00:00
Felix Fietkau
fe2007bb07
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
2016-01-23 12:37:17 +00:00
Felix Fietkau
6dc60d54fc
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
2016-01-22 19:50:09 +00:00
Felix Fietkau
908d281beb
qos-scripts: bump version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48455
2016-01-22 13:06:09 +00:00
Felix Fietkau
19e2d1ed35
kernel: Add kernel module for Freescale SNVS RTC on chip module
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 48454
2016-01-22 12:02:11 +00:00
Felix Fietkau
c28fb1f4fc
x86_64: Add missing symbols
...
Update to kernel 4.4 missed some symbols, fix that.
SVN-Revision: 48453
2016-01-22 12:02:07 +00:00
Felix Fietkau
d3f3132057
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
2016-01-22 11:59:03 +00:00
Felix Fietkau
f57419d26e
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
2016-01-22 09:41:58 +00:00
Felix Fietkau
158f5b8d7a
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
2016-01-22 09:41:53 +00:00
Rafał Miłecki
529d527e2c
kernel: backport bcma stuff sent for 4.6
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48449
2016-01-22 09:22:37 +00:00
Felix Fietkau
baa618790a
ath9k: allow multiple virtual interfaces on DFS channels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48448
2016-01-22 00:54:34 +00:00
Felix Fietkau
4c4709e5b1
flock: do not use ccache, fixes build error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48447
2016-01-21 23:22:11 +00:00
Felix Fietkau
269ab387ff
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
2016-01-21 23:22:06 +00:00
Felix Fietkau
b1f1b528a1
qos-scripts: stop overriding tx queue length
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48445
2016-01-21 22:26:15 +00:00
Felix Fietkau
d0077103b7
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
2016-01-21 19:00:51 +00:00
Felix Fietkau
57690041fa
kernel: clean up redundant SLUB/SLAB related defines for 4.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48443
2016-01-21 16:08:19 +00:00
Felix Fietkau
c18d6739bc
kernel: switch to SLUB by default in 4.4 (for improved performance)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48442
2016-01-21 16:08:15 +00:00
Felix Fietkau
ac734726fe
uclient: update to the latest version, fixes overwrite with wget -O
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48441
2016-01-21 15:59:39 +00:00
Felix Fietkau
145a6e9db9
mac80211: only strip the platform/ prefix from path for pci devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48440
2016-01-21 15:55:35 +00:00
Felix Fietkau
d13a1ce9d7
mac80211: fix check for existing config section from r48426
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48439
2016-01-21 15:51:52 +00:00
Felix Fietkau
df9275b25e
ath9k: ignore EEPROM mismatch on flash based devices ( fixes #21611 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48438
2016-01-21 15:37:43 +00:00
Felix Fietkau
16ea0369e9
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
2016-01-21 15:37:38 +00:00
Felix Fietkau
f82dc2e37d
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
2016-01-21 15:37:30 +00:00
Felix Fietkau
9b53da6138
kernel: reduce AddDepends related cargo cult programming in video.mk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48435
2016-01-21 15:37:20 +00:00
Felix Fietkau
125f1ce9ad
kernel: video: add DRM core and IMX DRM support for HDMI/LVDS
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48434
2016-01-21 15:37:10 +00:00
Felix Fietkau
0a6919b8bc
kernel: video: add fbcon support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48433
2016-01-21 15:37:01 +00:00
Felix Fietkau
5a502875b1
kernel: add backlight kernel module support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48432
2016-01-21 15:36:53 +00:00
Felix Fietkau
10b487273a
oprofile: delete the package, it has become useless now that perf is working
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48431
2016-01-21 15:36:47 +00:00
Felix Fietkau
24f553e2d8
elfutils: fix compatibility with non-glibc builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48429
2016-01-21 14:08:33 +00:00
Felix Fietkau
c26dec971e
x86: fix kernel crash on geode devices ( #21667 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48428
2016-01-21 13:28:25 +00:00
Felix Fietkau
c5db626ac5
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
2016-01-21 13:28:18 +00:00
Felix Fietkau
d9b20a6f35
mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48426
2016-01-21 13:28:09 +00:00
Felix Fietkau
95965cd813
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
2016-01-21 13:28:04 +00:00
Felix Fietkau
59e3a4714a
grub2: switch back to installing to STAGING_DIR_HOST
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48424
2016-01-21 11:46:18 +00:00
Rafał Miłecki
a6ec12bb09
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
2016-01-21 05:59:16 +00:00
Felix Fietkau
08e8175696
binutils: use nls.mk to fix libbfd link errors in other packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48422
2016-01-20 23:50:36 +00:00
Felix Fietkau
1193dc4e05
include/autotools.mk: fix gettext installation path
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48421
2016-01-20 23:21:09 +00:00