openwrt/svn-archive/archive.git
10 years agofeeds.conf.default: fix copy&paste mistake (#15383)
Felix Fietkau [Wed, 26 Mar 2014 19:26:32 +0000 (19:26 +0000)]
feeds.conf.default: fix copy&paste mistake (#15383)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40030

10 years agofeeds: switch to using http(s) urls
Felix Fietkau [Wed, 26 Mar 2014 16:08:09 +0000 (16:08 +0000)]
feeds: switch to using http(s) urls

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40028

10 years agousbmode: switch to http:// instead of git://
Felix Fietkau [Wed, 26 Mar 2014 16:08:06 +0000 (16:08 +0000)]
usbmode: switch to http:// instead of git://

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40027

10 years agojsonpath: switch to http:// instead of git://
Felix Fietkau [Wed, 26 Mar 2014 16:08:02 +0000 (16:08 +0000)]
jsonpath: switch to http:// instead of git://

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40026

10 years agolibubox: switch to git.openwrt.org as source
Felix Fietkau [Wed, 26 Mar 2014 16:07:58 +0000 (16:07 +0000)]
libubox: switch to git.openwrt.org as source

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40025

10 years ago[generic/3.14]: update to 3.14-rc8
Imre Kaloz [Wed, 26 Mar 2014 14:14:20 +0000 (14:14 +0000)]
[generic/3.14]: update to 3.14-rc8

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40023

10 years agoupgrade 3.13 targets to 3.13.7
Imre Kaloz [Wed, 26 Mar 2014 11:34:39 +0000 (11:34 +0000)]
upgrade 3.13 targets to 3.13.7

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40022

10 years agomtd: add support for bad blocks in NAND flash
Felix Fietkau [Wed, 26 Mar 2014 10:50:09 +0000 (10:50 +0000)]
mtd: add support for bad blocks in NAND flash

NAND flash is very likely to contain bad blocks.

Currently, mtd and therefore sysupgrade fails when it encounters a single bad block, potentially leaving an unbootable system.

This patch allows the mtd utility to skip bad blocks in NAND flash and complete sysupgrade successfully.

Patch by: Matthew Redfearn <matt.redfearn@nxp.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40021

10 years ago6rd / ds-lite: make the firewall-zones of nested-protocols configurable
Steven Barth [Wed, 26 Mar 2014 10:12:49 +0000 (10:12 +0000)]
6rd / ds-lite: make the firewall-zones of nested-protocols configurable

SVN-Revision: 40020

10 years agodhcp: send 6rd-ORO when expecting 6rd-information
Steven Barth [Wed, 26 Mar 2014 09:48:20 +0000 (09:48 +0000)]
dhcp: send 6rd-ORO when expecting 6rd-information

SVN-Revision: 40019

10 years agofs-tools: add back mount_root, jffs2reset and ffs2mark functionality
John Crispin [Tue, 25 Mar 2014 20:15:50 +0000 (20:15 +0000)]
fs-tools: add back mount_root, jffs2reset and ffs2mark functionality

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40018

10 years agoustream-ssl: update to latest version, adds certificate validation support
Felix Fietkau [Tue, 25 Mar 2014 15:06:24 +0000 (15:06 +0000)]
ustream-ssl: update to latest version, adds certificate validation support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40017

10 years ago[am33x-cm3]: add the TI AM335x PM firmware package
Imre Kaloz [Tue, 25 Mar 2014 14:56:35 +0000 (14:56 +0000)]
[am33x-cm3]: add the TI AM335x PM firmware package

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40016

10 years ago[package] util-linux: update to 2.24.1
Luka Perkov [Mon, 24 Mar 2014 00:19:44 +0000 (00:19 +0000)]
[package] util-linux: update to 2.24.1

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40010

10 years agouClibc: backport mount.h update
Luka Perkov [Mon, 24 Mar 2014 00:19:33 +0000 (00:19 +0000)]
uClibc: backport mount.h update

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40009

10 years ago[package] libroxml: enable xpath support
Luka Perkov [Sun, 23 Mar 2014 16:08:58 +0000 (16:08 +0000)]
[package] libroxml: enable xpath support

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40008

10 years agoca-certificates: install to /etc/ssl/certs/ directly instead of installing a symlink...
Felix Fietkau [Sun, 23 Mar 2014 11:59:37 +0000 (11:59 +0000)]
ca-certificates: install to /etc/ssl/certs/ directly instead of installing a symlink (fixes #15351)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40007

10 years agopartially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable...
Felix Fietkau [Sat, 22 Mar 2014 19:52:48 +0000 (19:52 +0000)]
partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk"

This complicates the evaluation order for some packages

SVN-Revision: 40006

10 years agouhttpd: update to latest version, improves cgi path handling
Felix Fietkau [Sat, 22 Mar 2014 19:38:48 +0000 (19:38 +0000)]
uhttpd: update to latest version, improves cgi path handling

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40005

10 years agoustream-ssl: update to the latest version, fixes cyassl build
Felix Fietkau [Fri, 21 Mar 2014 23:39:47 +0000 (23:39 +0000)]
ustream-ssl: update to the latest version, fixes cyassl build

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40004

10 years agouhttpd: update to latest version, fixes HEAD requests to CGI scripts
Felix Fietkau [Fri, 21 Mar 2014 20:49:56 +0000 (20:49 +0000)]
uhttpd: update to latest version, fixes HEAD requests to CGI scripts

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40003

10 years agoinclude: r39979 broke kernel unpacking
John Crispin [Fri, 21 Mar 2014 18:55:31 +0000 (18:55 +0000)]
include: r39979 broke kernel unpacking

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40002

10 years agonetifd: update to the latest version, adds support for reloading proto handlers on...
Felix Fietkau [Fri, 21 Mar 2014 15:55:27 +0000 (15:55 +0000)]
netifd: update to the latest version, adds support for reloading proto handlers on toplogy changes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40001

10 years agopx5g: rename the old package to px5g-standalone, add a new one that links against...
Felix Fietkau [Fri, 21 Mar 2014 15:55:23 +0000 (15:55 +0000)]
px5g: rename the old package to px5g-standalone, add a new one that links against polarssl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40000

10 years agopolarssl: add support for generating rsa keys
Felix Fietkau [Fri, 21 Mar 2014 15:55:18 +0000 (15:55 +0000)]
polarssl: add support for generating rsa keys

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39999

10 years agolibroxml: add package (tiny XML parser/writer library)
Felix Fietkau [Fri, 21 Mar 2014 15:55:15 +0000 (15:55 +0000)]
libroxml: add package (tiny XML parser/writer library)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39998

10 years agox86_64: fix sysupgrade
Felix Fietkau [Fri, 21 Mar 2014 15:55:11 +0000 (15:55 +0000)]
x86_64: fix sysupgrade

Function move_config should be called after or during preinit_mount_root
hook in do_mount_root function. At this state sysupgrade.tgz is not in its
place during that time when do_mount_root is called. Function move_config
is called later so the sysupgrade.tgz stays in root directory to the second
restart when it is unpacked properly.

This patch adds move_config function to preinit_mount_root hook instead
of preinit_main and changes the filename of script to be called before
80_mount_root is called. It will prepare the sysupgrade archive for do_mount_root
within preinit_mount_root hook.

This issue was introduced for target x86. Since the target for x86_64 is
similar to x86, this issue is present also in this target. It solves the
ticket #15042 and #14088.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Tested-By: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 39997

10 years agox86: fix sysupgrade
Felix Fietkau [Fri, 21 Mar 2014 15:55:07 +0000 (15:55 +0000)]
x86: fix sysupgrade

Function move_config should be called after or during preinit_mount_root
hook in do_mount_root function. At this state sysupgrade.tgz is not in its
place during that time when do_mount_root is called. Function move_config
is called later so the sysupgrade.tgz stays in root directory to the second
restart when it is unpacked properly.

This patch adds move_config function to preinit_mount_root hook instead
of preinit_main and changes the filename of script to be called before
80_mount_root is called. It will prepare the sysupgrade archive for do_mount_root
within preinit_mount_root hook.

This patch solves ticket #15042 and #14088.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39996

10 years agohostapd: add pbc_in_m1 option
Felix Fietkau [Fri, 21 Mar 2014 15:55:03 +0000 (15:55 +0000)]
hostapd: add pbc_in_m1 option

Option pbc_in_m1 is being used as a WPS capability discovery
workaround for PBC with Windows 7.
Add possibility to enable this workaround from UCI.

To enable it, turn on wps and set wps_pbc_in_m1 parameter to 1.

Signed-off-by: Pawel Kulakowski <pawel.kulakowski@tieto.com>
SVN-Revision: 39995

10 years agoead: clean up
Felix Fietkau [Fri, 21 Mar 2014 15:54:59 +0000 (15:54 +0000)]
ead: clean up

Remove unused variables
Correct some (non important) memory leaks
Remove fclose(NULL)
Correct possible out of bound access

spotted with cppcheck

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39994

10 years agoead: set_nonblock() is doing nothing (typo)
Felix Fietkau [Fri, 21 Mar 2014 15:54:56 +0000 (15:54 +0000)]
ead: set_nonblock() is doing nothing (typo)

spotted with cppcheck

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39993

10 years agoppp: remove ppp requirement from chat
Felix Fietkau [Fri, 21 Mar 2014 15:54:52 +0000 (15:54 +0000)]
ppp: remove ppp requirement from chat

This patch removes dependancy of PPP from chat application as chat application can be used for other serial communication as well that is not dependant on PPP and therefore one should be able to install chat without PPP. There also are no dependencies within chat application for PPP.

Signed-off-by: Oskari Rauta <oskari.rauta at gmail.com>
SVN-Revision: 39992

10 years agolibnl-tiny: ensure compatibility to libnl version 3 and higher
Felix Fietkau [Fri, 21 Mar 2014 15:54:48 +0000 (15:54 +0000)]
libnl-tiny: ensure compatibility to libnl version 3 and higher

To be prepared to support keepalived 1.2.10 and higher we need libnl3 or
higher. The attached patch
add some defines so that it can be build be libnl-tiny.
Patch by Thomas Heil

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39991

10 years agoAdd Bosch C_CAN/D_CAN modules kernel package
Felix Fietkau [Fri, 21 Mar 2014 15:54:44 +0000 (15:54 +0000)]
Add Bosch C_CAN/D_CAN modules kernel package

Add Bosch C_CAN/D_CAN driver as a kernel package. The D_CAN controller is used
on BeagleBoneBlack.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
SVN-Revision: 39990

10 years agokernel: add can.ko to the kmod-can package.
Felix Fietkau [Fri, 21 Mar 2014 15:54:41 +0000 (15:54 +0000)]
kernel: add can.ko to the kmod-can package.

Build all of the can support as modules, otherwise the kernel image is
changed when a can kernel package is selected, because the can protocol
is then built in into the kernel image.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
SVN-Revision: 39989

10 years agomac80211: iwlagn include firmware for 7260 cards
Felix Fietkau [Fri, 21 Mar 2014 15:54:37 +0000 (15:54 +0000)]
mac80211: iwlagn include firmware for 7260 cards

This patch enables including the firmware for Intel Dual Band Wireless-N 7260 and Intel Dual Band Wireless-AC 7260 cards in iwlagn.

Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
SVN-Revision: 39988

10 years agobusybox: remove obsolete brctl linux 2.4 compat patch
Felix Fietkau [Fri, 21 Mar 2014 15:54:34 +0000 (15:54 +0000)]
busybox: remove obsolete brctl linux 2.4 compat patch

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39987

10 years agobusybox: remove obsolete awk include() patch
Felix Fietkau [Fri, 21 Mar 2014 15:54:30 +0000 (15:54 +0000)]
busybox: remove obsolete awk include() patch

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39986

10 years agoustream-ssl: update to latest version, fixes writes before ssl handshake completion
Felix Fietkau [Fri, 21 Mar 2014 15:54:26 +0000 (15:54 +0000)]
ustream-ssl: update to latest version, fixes writes before ssl handshake completion

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39985

10 years agoca-certificates: add system CA certificates package (based on the debian one)
Felix Fietkau [Fri, 21 Mar 2014 15:54:22 +0000 (15:54 +0000)]
ca-certificates: add system CA certificates package (based on the debian one)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39984

10 years agoprocd: add a PROCD_DEBUG variable that will dump the ubus calls from init scripts...
Felix Fietkau [Fri, 21 Mar 2014 15:54:18 +0000 (15:54 +0000)]
procd: add a PROCD_DEBUG variable that will dump the ubus calls from init scripts to stderr

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39983

10 years agobuild: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefil...
Felix Fietkau [Fri, 21 Mar 2014 15:54:14 +0000 (15:54 +0000)]
build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level Makefile is enough

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39982

10 years agobuild: remove duplicate variable definitions
Felix Fietkau [Fri, 21 Mar 2014 15:54:11 +0000 (15:54 +0000)]
build: remove duplicate variable definitions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39981

10 years agobuild: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS...
Felix Fietkau [Fri, 21 Mar 2014 15:54:07 +0000 (15:54 +0000)]
build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39980

10 years agobuild: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTION...
Felix Fietkau [Fri, 21 Mar 2014 15:54:03 +0000 (15:54 +0000)]
build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39979

10 years agomac80211: Enable kmod-rt2800-soc package for rt288x target
Felix Fietkau [Fri, 21 Mar 2014 15:03:08 +0000 (15:03 +0000)]
mac80211: Enable kmod-rt2800-soc package for rt288x target

Trunk and the latest backport to Attitude Adjustment have the
kmod-rt2800-soc package hidden for the ramips_rt288x target.
This makes the dependency match the dependency given in the
TITLE field.

Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 39976

10 years agolibusb-compat: install libusb-config in host staging dir
Florian Fainelli [Thu, 20 Mar 2014 23:16:06 +0000 (23:16 +0000)]
libusb-compat: install libusb-config in host staging dir

A bunch of packages such as sispctl look for libusb-config to find it, install
libusb-config in staging_dir/*/host/bin which is in the TARGET_PATH.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39975

10 years agomodules: make kmod-pcspkr depend on X86
Florian Fainelli [Thu, 20 Mar 2014 23:15:56 +0000 (23:15 +0000)]
modules: make kmod-pcspkr depend on X86

The kernel Kconfig dependency lists X86, and we will fail building this module
on other platforms such as Malta.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39974

10 years agosunxi: init eth0 as lan instead of wan, add a couple boards
Zoltan Herpai [Thu, 20 Mar 2014 22:46:18 +0000 (22:46 +0000)]
sunxi: init eth0 as lan instead of wan, add a couple boards

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39973

10 years agosunxi: enable /proc/device-tree - used for board detection
Zoltan Herpai [Thu, 20 Mar 2014 21:59:52 +0000 (21:59 +0000)]
sunxi: enable /proc/device-tree - used for board detection

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39972

10 years agosunxi: various changes
Zoltan Herpai [Thu, 20 Mar 2014 21:40:07 +0000 (21:40 +0000)]
sunxi: various changes
 - fix mmc, sata, usb (partially) on CubieTruck
 - fix hstimer DT on A20

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
SVN-Revision: 39971

10 years agonetifd: update to the latest version, fixes ubus handling of proto data items
Felix Fietkau [Thu, 20 Mar 2014 20:06:59 +0000 (20:06 +0000)]
netifd: update to the latest version, fixes ubus handling of proto data items

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39970

10 years agotoolchain: remove accidental leftover debug code
Felix Fietkau [Thu, 20 Mar 2014 14:14:34 +0000 (14:14 +0000)]
toolchain: remove accidental leftover debug code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39969

10 years agobusybox: fix existing "export -n" in ash
Felix Fietkau [Thu, 20 Mar 2014 14:14:30 +0000 (14:14 +0000)]
busybox: fix existing "export -n" in ash

Minor fix to existing patch which did not correctly implement -n support for the export command in ash. The VEXPORT flag of a variable was set in the first call to setvareq() and then remained set in the subsequent call, because the variable already existed in the environment.

Although /lib/functions.sh by default does not export variables (NO_EXPORT=1), this issue was leading to dirty environments.

Without this fix:
(ash) export A=1; export -n B=2; /bin/ash -c "echo \$A, \$B"
1, 2

With this fix:
(ash) export A=1; export -n B=2; /bin/ash -c "echo \$A, \$B"
1,

Signed-off-by: Christophe Lermytte <openwrt@lermytte.be>
SVN-Revision: 39968

10 years agonetifd: update to latest version, fixes an autostart handling with link detection
Felix Fietkau [Thu, 20 Mar 2014 13:57:28 +0000 (13:57 +0000)]
netifd: update to latest version, fixes an autostart handling with link detection

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39967

10 years agotoolchain: add a symlink for musl softfloat ldso to the path where our gcc expects it
Felix Fietkau [Thu, 20 Mar 2014 13:51:47 +0000 (13:51 +0000)]
toolchain: add a symlink for musl softfloat ldso to the path where our gcc expects it

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39966

10 years agofirewall: update to latest version, fixes a musl build error
Felix Fietkau [Thu, 20 Mar 2014 13:51:43 +0000 (13:51 +0000)]
firewall: update to latest version, fixes a musl build error

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39965

10 years agoiptables: fix issues with the new musl version
Felix Fietkau [Thu, 20 Mar 2014 13:51:40 +0000 (13:51 +0000)]
iptables: fix issues with the new musl version

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39964

10 years agopppd: fix build errors with musl
Felix Fietkau [Thu, 20 Mar 2014 13:51:36 +0000 (13:51 +0000)]
pppd: fix build errors with musl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39963

10 years agomusl: update to 1.0.0
Felix Fietkau [Thu, 20 Mar 2014 13:51:32 +0000 (13:51 +0000)]
musl: update to 1.0.0

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39962

10 years agouboot-envtools: fix build with musl
Felix Fietkau [Thu, 20 Mar 2014 13:51:27 +0000 (13:51 +0000)]
uboot-envtools: fix build with musl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39961

10 years agoodhcpd: fix more segfaults + ubus interaction
Steven Barth [Thu, 20 Mar 2014 12:25:17 +0000 (12:25 +0000)]
odhcpd: fix more segfaults + ubus interaction

SVN-Revision: 39960

10 years agolibpolarssl: add missing dependency (#15321)
Felix Fietkau [Thu, 20 Mar 2014 11:39:11 +0000 (11:39 +0000)]
libpolarssl: add missing dependency (#15321)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39959

10 years agoodhcpd: fix possible segfaults
Steven Barth [Thu, 20 Mar 2014 09:39:00 +0000 (09:39 +0000)]
odhcpd: fix possible segfaults

SVN-Revision: 39958

10 years agoath10k: update firmware and allow choice between AP and STA firmwares
Felix Fietkau [Wed, 19 Mar 2014 14:37:12 +0000 (14:37 +0000)]
ath10k: update firmware and allow choice between AP and STA firmwares

This patch updates ath10k firmware to the latest version, changes the
default firmware to be the one optimized for access point operation, and
introduces a configuration option to choose the client-optimized
firmware instead during build time.

Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
SVN-Revision: 39957

10 years agonetifd: update to latest version, adds support for specifying a config path
Felix Fietkau [Wed, 19 Mar 2014 14:26:51 +0000 (14:26 +0000)]
netifd: update to latest version, adds support for specifying a config path

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39956

10 years agokernel/generic: fix define in 642-bridge_port_isolate.patch
Felix Fietkau [Wed, 19 Mar 2014 14:26:48 +0000 (14:26 +0000)]
kernel/generic: fix define in 642-bridge_port_isolate.patch

Patch 642-bridge_port_isolate.patch needs to be updated
for kernels 3.12, 3.13 and 3.14 as the define for BR_ISOLATE_MODE
conflicts with BR_LEARNING

Signed-off-by: Jonas Eymann <j.eymann@gmx.net>
SVN-Revision: 39955

10 years agoubus: update to latest version, blocks unrelated uloop calls on synchronous requests
Felix Fietkau [Wed, 19 Mar 2014 14:26:43 +0000 (14:26 +0000)]
ubus: update to latest version, blocks unrelated uloop calls on synchronous requests

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39954

10 years agolibubox: update to the latest version, adds some utility macros
Felix Fietkau [Wed, 19 Mar 2014 14:26:22 +0000 (14:26 +0000)]
libubox: update to the latest version, adds some utility macros

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39953

10 years agoubox: update to latest git head
John Crispin [Tue, 18 Mar 2014 19:22:38 +0000 (19:22 +0000)]
ubox: update to latest git head

logread now shows the right time.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39951

10 years agoralink: add missing OF node
John Crispin [Tue, 18 Mar 2014 19:22:13 +0000 (19:22 +0000)]
ralink: add missing OF node

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39950

10 years agoralink: refresh patches
John Crispin [Tue, 18 Mar 2014 19:21:56 +0000 (19:21 +0000)]
ralink: refresh patches

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39949

10 years ago[omap]: switch the am335x-evmsk to the new wlcore bindings
Imre Kaloz [Tue, 18 Mar 2014 19:05:37 +0000 (19:05 +0000)]
[omap]: switch the am335x-evmsk to the new wlcore bindings

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39948

10 years ago[mac80211]: add add new firmware support and additional fixes for wl18xx
Imre Kaloz [Tue, 18 Mar 2014 18:55:54 +0000 (18:55 +0000)]
[mac80211]: add add new firmware support and additional fixes for wl18xx

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39947

10 years ago[mac80211][omap]: switch to the newer DT bindings for wl1xxx
Imre Kaloz [Tue, 18 Mar 2014 18:54:27 +0000 (18:54 +0000)]
[mac80211][omap]: switch to the newer DT bindings for wl1xxx

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39946

10 years agoprocd: update to latest version, fixes a format string bug in processing init script...
Felix Fietkau [Tue, 18 Mar 2014 12:58:15 +0000 (12:58 +0000)]
procd: update to latest version, fixes a format string bug in processing init script output (#15169)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39945

10 years agoltq-vdsl-mei: disable mips16 support (fixes #15284)
Felix Fietkau [Tue, 18 Mar 2014 12:11:05 +0000 (12:11 +0000)]
ltq-vdsl-mei: disable mips16 support (fixes #15284)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39944

10 years agosunxi: fix mmc support on sun4i
Zoltan Herpai [Mon, 17 Mar 2014 22:32:42 +0000 (22:32 +0000)]
sunxi: fix mmc support on sun4i

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39943

10 years agobusybox: fix processing of multiple NTP servers in the config (#15294)
Felix Fietkau [Mon, 17 Mar 2014 14:52:18 +0000 (14:52 +0000)]
busybox: fix processing of multiple NTP servers in the config (#15294)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39935

10 years ago[mac80211]: use newer firmware checkout
Imre Kaloz [Mon, 17 Mar 2014 13:36:10 +0000 (13:36 +0000)]
[mac80211]: use newer firmware checkout

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39933

10 years agopolarssl: update to version 1.3.4 and add openssl compat patch
Felix Fietkau [Fri, 14 Mar 2014 15:05:46 +0000 (15:05 +0000)]
polarssl: update to version 1.3.4 and add openssl compat patch

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39930

10 years agoustream-ssl: add support for polarssl 1.3
Felix Fietkau [Fri, 14 Mar 2014 15:05:42 +0000 (15:05 +0000)]
ustream-ssl: add support for polarssl 1.3

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39929

10 years agoscripts/metadata.pl: fix ignoring missing host dependencies
Felix Fietkau [Thu, 13 Mar 2014 14:14:06 +0000 (14:14 +0000)]
scripts/metadata.pl: fix ignoring missing host dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39917

10 years agoscripts/metadata.pl: remove sdk specific config symbol override
Felix Fietkau [Thu, 13 Mar 2014 14:14:03 +0000 (14:14 +0000)]
scripts/metadata.pl: remove sdk specific config symbol override

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39916

10 years agotarget/sdk: strip host binaries before packing
Felix Fietkau [Thu, 13 Mar 2014 14:14:00 +0000 (14:14 +0000)]
target/sdk: strip host binaries before packing

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39915

10 years agotarget/sdk: leave out some unnecessary directories
Felix Fietkau [Thu, 13 Mar 2014 14:13:57 +0000 (14:13 +0000)]
target/sdk: leave out some unnecessary directories

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39914

10 years agotarget/sdk: use .config instead of unconditionally enabling all build dirs
Felix Fietkau [Thu, 13 Mar 2014 12:12:58 +0000 (12:12 +0000)]
target/sdk: use .config instead of unconditionally enabling all build dirs

Call make defconfig on every build to catch newly added packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39913

10 years agotarget/sdk: fix parallel build calls
Felix Fietkau [Thu, 13 Mar 2014 12:12:50 +0000 (12:12 +0000)]
target/sdk: fix parallel build calls

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39912

10 years agotarget/sdk: remove obsolete make calls for the ancient package directory format
Felix Fietkau [Thu, 13 Mar 2014 12:12:46 +0000 (12:12 +0000)]
target/sdk: remove obsolete make calls for the ancient package directory format

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39911

10 years agoodhcp6c: pass on delegate-flag on to ds-lite interface
Steven Barth [Thu, 13 Mar 2014 10:40:56 +0000 (10:40 +0000)]
odhcp6c: pass on delegate-flag on to ds-lite interface

SVN-Revision: 39910

10 years agonetifd: pass on delegate flag from dhcp to 6rd
Steven Barth [Thu, 13 Mar 2014 10:33:26 +0000 (10:33 +0000)]
netifd: pass on delegate flag from dhcp to 6rd

SVN-Revision: 39909

10 years ago72ca3bfc401a4f1b695dcc86640dddee62716cea contained too many files
John Crispin [Thu, 13 Mar 2014 07:42:59 +0000 (07:42 +0000)]
72ca3bfc401a4f1b695dcc86640dddee62716cea contained too many files

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39908

10 years agokernel: add missing zram option
Hauke Mehrtens [Wed, 12 Mar 2014 23:36:01 +0000 (23:36 +0000)]
kernel: add missing zram option

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39907

10 years agokernel: fix 990-gpio_wdt.patch patch
Hauke Mehrtens [Wed, 12 Mar 2014 23:29:42 +0000 (23:29 +0000)]
kernel: fix 990-gpio_wdt.patch patch

This uses the correct include now.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39906

10 years agobrcm47xx: add initial support for kernel 3.14
Hauke Mehrtens [Wed, 12 Mar 2014 23:28:41 +0000 (23:28 +0000)]
brcm47xx: add initial support for kernel 3.14

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39905

10 years agokernel: add missing config options for kernel 3.14
Hauke Mehrtens [Wed, 12 Mar 2014 23:16:27 +0000 (23:16 +0000)]
kernel: add missing config options for kernel 3.14

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39904

10 years agogpio-button-hotplug: don't build for 3.3 kernels
Florian Fainelli [Wed, 12 Mar 2014 22:09:11 +0000 (22:09 +0000)]
gpio-button-hotplug: don't build for 3.3 kernels

3.3 kernels do not have the required changes which would make
gpio-button-hotplug work, disallow building on those kernels for now.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39903

10 years agokernel: backport ARM memset fixes for GCC 4.7/4.8
Florian Fainelli [Wed, 12 Mar 2014 22:08:59 +0000 (22:08 +0000)]
kernel: backport ARM memset fixes for GCC 4.7/4.8

Now that GCC 4.8 is the default, make sure that we have the relevant
memset fixes to avoid nasty kernel crashes.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39902

10 years agobuild: fix installation of default-variant packages when the source package has multi...
Felix Fietkau [Wed, 12 Mar 2014 19:53:13 +0000 (19:53 +0000)]
build: fix installation of default-variant packages when the source package has multiple variants (#15237)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39899

10 years agoubox: update to latest git head
John Crispin [Wed, 12 Mar 2014 19:33:18 +0000 (19:33 +0000)]
ubox: update to latest git head

use the fd handover api of ubus to transfer log data
the uci option log_buffer_size can be used to override the default size of 16k

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39898