rmilecki [Tue, 31 Mar 2015 06:05:35 +0000 (06:05 +0000)]
brcm47xx: display all errors (not just the 1st one) when checking image
This way people forcing upgrade will know what may go wrong.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45172
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Tue, 31 Mar 2015 05:39:33 +0000 (05:39 +0000)]
brcm47xx: recognize more device specific firmwares
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45171
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Mon, 30 Mar 2015 22:06:11 +0000 (22:06 +0000)]
brcm47xx: compare provided firmware magic with device magic
This makes sysupgrade reject firmware images for different devices.
Right now only support for 2 sample devices is implemented.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45170
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:21:24 +0000 (20:21 +0000)]
brcm63xx: don't build non-dtb kernels anymore
Now that all supported boards have an dts there is no need for a
dtb free kernel anymore.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:21:15 +0000 (20:21 +0000)]
brcm63xx: move DSL-275XB to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45168
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:21:07 +0000 (20:21 +0000)]
brcm63xx: move bcm6318 reference boards to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45167
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:21:01 +0000 (20:21 +0000)]
brcm63xx: move VG50 to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:20:49 +0000 (20:20 +0000)]
brcm63xx: move V2110 to DT
Also readd image generation which was accidentally dropped in r43364.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45165
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:20:15 +0000 (20:20 +0000)]
brcm63xx: use relocate to move the kernel back to start of ram
Appearently the kernel only uses kernel above it, so moving it to an
higher address causes a lot of unavailable memory (#19327).
Also move the on-flash kernel to 0x80a0000, as newer CFEs don't like
uncompressing there (net-booting an ELF kernel is fine, though).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45164
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:20:10 +0000 (20:20 +0000)]
generic: relocate: make the cacheline size configurable
Different targets have different cache line sizes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45163
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Mon, 30 Mar 2015 20:20:08 +0000 (20:20 +0000)]
ramips: move relocating loader to common location
Allow other targets to use it, too.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45162
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 30 Mar 2015 19:57:52 +0000 (19:57 +0000)]
ar71xx/mikrotik: re-enable 4KiB flash sector erase
The setting has been lost during the transition to 3.18.
The CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE option is not
available anymore, so use CONFIG_MTD_SPI_NOR_USE_4K_SECTORS
instead.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45161
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 30 Mar 2015 18:12:54 +0000 (18:12 +0000)]
ar71xx: re-enable AR8216_PHY_LEDS
The setting has been lost during the transition to 3.18.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45160
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 30 Mar 2015 18:12:50 +0000 (18:12 +0000)]
ar71xx: sync kernel config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45159
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 30 Mar 2015 17:04:14 +0000 (17:04 +0000)]
nftables: bump to 2015-03-24
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45158
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 13:17:27 +0000 (13:17 +0000)]
ustream-ssl: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45157
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 30 Mar 2015 13:03:58 +0000 (13:03 +0000)]
image.mk: fix initramfs kernel build instructions leaking across device sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45156
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:47:51 +0000 (12:47 +0000)]
xburst: add missing symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45155
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:45:01 +0000 (12:45 +0000)]
modules: more xen modules have been moved
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45154
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:35:13 +0000 (12:35 +0000)]
uhttpd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45153
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:35:05 +0000 (12:35 +0000)]
rpcd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45152
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:34:56 +0000 (12:34 +0000)]
ubox: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45151
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:34:42 +0000 (12:34 +0000)]
procd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45150
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Mon, 30 Mar 2015 12:33:05 +0000 (12:33 +0000)]
fstools: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45149
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 30 Mar 2015 08:53:22 +0000 (08:53 +0000)]
odhcpd: fix default dhcpv6 behavior for non-/64
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45148
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 30 Mar 2015 08:49:47 +0000 (08:49 +0000)]
odhcpd: fix musl build, change default DHCPv6 behavior
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 30 Mar 2015 08:49:20 +0000 (08:49 +0000)]
odhcp6c: musl fixes (thanks Felix)
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45146
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Mon, 30 Mar 2015 08:48:51 +0000 (08:48 +0000)]
kernel/generic: (try) fixing MAP-E patch broken in 4.0
Now it at least compiles, otherwise untested.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45145
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Sun, 29 Mar 2015 19:53:11 +0000 (19:53 +0000)]
brcm47xx: convert Netgear WNDR3700 V3 to the new image building system
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45144
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rmilecki [Sun, 29 Mar 2015 18:15:38 +0000 (18:15 +0000)]
brcm47xx: convert Linksys E1200 V2 to the new image building system
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45143
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 29 Mar 2015 16:11:28 +0000 (16:11 +0000)]
modules: xen-fbfront.ko has moved
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45142
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 29 Mar 2015 15:38:21 +0000 (15:38 +0000)]
ubox: update to latest git HEAD
the return code of a pipe() was not checked properly
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45141
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 29 Mar 2015 12:58:01 +0000 (12:58 +0000)]
ar71xx: fix model string detection on NETGEAR WNDR3700/3800/WNDRMAC
There were a few issues with the existing code to detect the model string:
* Always using the string starting with byte 56 would cut off the W of WNDR when
the ID starts with
29763654+16+64 instead of
29763654+16+128
* The string contained garbage after the zero byte instead of cutting it off
after the zero (which wasn't always visible using busybox tools, but could
confuse other scripts)
Tested on a WNDR3700v1 and a WNDR3700v2 using the new
29763654+16+64 ID in the
ART. Furthermore, tested against ART dumps of a WNDR3700v2 using the old
$'\xff...' value and a WNDR3800.
The [ -z "$model" ] check was dropped as there is no way to actually hit this
unless no ART partition is found at all.
The awk command was carefully crafted to work both with gawk and the (horribly
broken) busybox awk.
Fixes #18992.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45140
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Sun, 29 Mar 2015 12:57:32 +0000 (12:57 +0000)]
ubox: update to latest git HEAD
fixes log levels
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45139
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Sun, 29 Mar 2015 12:17:39 +0000 (12:17 +0000)]
x86_64: add description, maintainership
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45138
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 10:43:07 +0000 (10:43 +0000)]
uclibc: backport an upstream i386 syscall fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45137
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 08:12:50 +0000 (08:12 +0000)]
kernel: remove useless AddDepends/rtc abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45136
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 08:12:39 +0000 (08:12 +0000)]
kernel: remove useless AddDepends/input abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45135
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 08:12:31 +0000 (08:12 +0000)]
kernel: remove useless AddDepends/hid abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45134
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 08:12:23 +0000 (08:12 +0000)]
kernel: remove useless AddDepends/crc16 abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45133
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 07:36:17 +0000 (07:36 +0000)]
arm64: remove bogus CONFIG_WIRELESS/CONFIG_WLAN overrides
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45132
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 07:35:42 +0000 (07:35 +0000)]
kernel: only run kernel module list through version filter where version specific items are present - cuts package/kernel/linux/compile time in half
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45131
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 07:35:36 +0000 (07:35 +0000)]
scripts/ipkg: remove file, it is obsolete
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45130
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 07:35:26 +0000 (07:35 +0000)]
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45129
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 07:35:19 +0000 (07:35 +0000)]
build: make postinst/prerm scripts executable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45128
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 29 Mar 2015 07:29:18 +0000 (07:29 +0000)]
include: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45127
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 06:03:02 +0000 (06:03 +0000)]
px5g-standalone: change PKG_NAME to avoid directory conflict with px5g
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45126
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 29 Mar 2015 05:48:56 +0000 (05:48 +0000)]
imx: add initial version of 3.18 support
This is build tested only.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45125
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:20:58 +0000 (05:20 +0000)]
kernel: make crypto-ctr depend on crypto-iv
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45124
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:20:50 +0000 (05:20 +0000)]
linux: modules: crypto: adds ccm package
This patch adds support crypto-ccm modules support.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45123
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:16:13 +0000 (05:16 +0000)]
netfilter: add missing module/symbol
ipv4 symbol was added but ipv6 symbol is missing
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45122
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:15:58 +0000 (05:15 +0000)]
kernel: remove mp-alg
from upstream
commit title: "[IPV4]: The scheduled removal of multipath cached routing support."
removed in Kernel 2.6.23 (2007)
Reasons: very buggy, no maintainer, no fixes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45121
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:15:51 +0000 (05:15 +0000)]
kernel: video.mk: [media] sn9c102: remove deprecated driver
driver in staging since 3.14
removed upstream in 3.17
from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45120
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 05:12:58 +0000 (05:12 +0000)]
build: fix CMake assembly builds with ccache
CMAKE_ASM_COMPILER is automatically set to CMAKE_C_COMPILER by CMake, but
CMAKE_C_COMPILER_ARG1 is lost. This causes assembly builds to fail when ccache
is enabled (for example the package fastd on x86).
Fix this by explicitly defining CMAKE_ASM_COMPILER and CMAKE_ASM_COMPILER_ARG1.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45119
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 29 Mar 2015 04:50:16 +0000 (04:50 +0000)]
kernel: add few missing symbols
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45118
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 29 Mar 2015 04:43:59 +0000 (04:43 +0000)]
kernel: add symbol
Several targets are not using EMAC_ROCKCHIP so define it in generic config.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45117
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:32:15 +0000 (04:32 +0000)]
x86: add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45116
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:32:01 +0000 (04:32 +0000)]
x86: make x86_64 a subtarget instead of a standalone target
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45115
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:31:35 +0000 (04:31 +0000)]
x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45114
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:31:21 +0000 (04:31 +0000)]
x86: clean up default grub baudrate settings
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45113
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:31:15 +0000 (04:31 +0000)]
scripts/metadata.pl: do not emit ARCH selection for a target if it has subtargets
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45112
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:30:12 +0000 (04:30 +0000)]
iputils: fix musl compile errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45111
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:30:05 +0000 (04:30 +0000)]
ead: clean up, fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45110
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:29:56 +0000 (04:29 +0000)]
arptables: fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45109
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:29:44 +0000 (04:29 +0000)]
ebtables: fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45108
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:29:26 +0000 (04:29 +0000)]
authsae: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45107
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:28:29 +0000 (04:28 +0000)]
fbtest: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45106
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:28:24 +0000 (04:28 +0000)]
kernel: fix linux/spi/spidev.h portability issues with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45105
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:28:02 +0000 (04:28 +0000)]
kernel: clean up fq_codel default patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45104
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:26:57 +0000 (04:26 +0000)]
iperf3: use -D_GNU_SOURCE to fix build error on musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45103
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 04:26:42 +0000 (04:26 +0000)]
uClibc: add another missing backport patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45102
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 02:16:21 +0000 (02:16 +0000)]
e2fsprogs: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45101
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 02:16:13 +0000 (02:16 +0000)]
toolchain/uClibc: backport madvise and fallocate (fixes #19336)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45100
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 01:44:14 +0000 (01:44 +0000)]
conntrack-tools: add a build dependency on librpc (fixes #19342)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45099
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 29 Mar 2015 01:44:01 +0000 (01:44 +0000)]
kernel: add crc16 as boot module, it is required by ext4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45098
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 18:26:28 +0000 (18:26 +0000)]
build: add missing sitefile for i386
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45097
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 18:26:24 +0000 (18:26 +0000)]
conntrack-tools: add more missing include statements
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45096
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 28 Mar 2015 18:18:50 +0000 (18:18 +0000)]
adm8668: switch to 3.18
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45095
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 28 Mar 2015 18:18:38 +0000 (18:18 +0000)]
adm8668: add 3.18 support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45094
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 28 Mar 2015 18:17:46 +0000 (18:17 +0000)]
kernel: refresh 3.18 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45093
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:38:52 +0000 (13:38 +0000)]
arm64: update to linux 3.18
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45092
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:38:45 +0000 (13:38 +0000)]
toolchain/musl: update to the latest version, adds aarch64 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45091
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:38:34 +0000 (13:38 +0000)]
build: clean up sitefiles, make them per-arch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45090
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:21:09 +0000 (13:21 +0000)]
brcm63xx: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45089
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:21:04 +0000 (13:21 +0000)]
mxs: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45088
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:20:58 +0000 (13:20 +0000)]
rb532: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45087
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 13:20:52 +0000 (13:20 +0000)]
uml: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45086
3c298f89-4303-0410-b956-
a3cf2f4a3e73
wigyori [Sat, 28 Mar 2015 12:28:02 +0000 (12:28 +0000)]
modules: fix dwc2 build breakage on mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45085
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 11:40:06 +0000 (11:40 +0000)]
build: remove leftover olpc support code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45084
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 11:37:08 +0000 (11:37 +0000)]
x86: remove the olpc subtarget, it has been unmaintained for a long time
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45083
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:44:55 +0000 (10:44 +0000)]
iop32x: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45082
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:44:49 +0000 (10:44 +0000)]
cobalt: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45081
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:44:44 +0000 (10:44 +0000)]
sibyte: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45080
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:44:37 +0000 (10:44 +0000)]
sparc: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45079
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:44:31 +0000 (10:44 +0000)]
cns21xx: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45078
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:19:26 +0000 (10:19 +0000)]
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45077
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:19:18 +0000 (10:19 +0000)]
fuse: add missing include lines, fixes musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45076
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:19:10 +0000 (10:19 +0000)]
e2fsprogs: update to the latest version, fixes musl build failure
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45075
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 28 Mar 2015 10:19:04 +0000 (10:19 +0000)]
update libnetfilter_conntrack to version 1.0.4
This updates libnetfilter_conntrack to the latest
stable version 1.0.4 which was released Aug-06-2013.
Changeset is available here:
http://git.netfilter.org/libnetfilter_conntrack/log/
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45074
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 27 Mar 2015 21:22:22 +0000 (21:22 +0000)]
rb532: switch to 3.18
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45073
3c298f89-4303-0410-b956-
a3cf2f4a3e73