openwrt.git
10 years agolantiq: make leds and network work on VG3503J
blogic [Thu, 25 Apr 2013 19:03:41 +0000 (19:03 +0000)]
lantiq: make leds and network work on VG3503J

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36445 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: fix board detection helpers
blogic [Thu, 25 Apr 2013 19:03:37 +0000 (19:03 +0000)]
lantiq: fix board detection helpers

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36444 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: move dts files to thir own folder
blogic [Thu, 25 Apr 2013 19:03:32 +0000 (19:03 +0000)]
lantiq: move dts files to thir own folder

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36443 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agogeneric: fix rtl8366_smi compile warning
blogic [Thu, 25 Apr 2013 19:03:29 +0000 (19:03 +0000)]
generic: fix rtl8366_smi compile warning

drivers/net/phy/rtl8366_smi.c: In function 'rtl8366_sw_set_vlan_ports':
drivers/net/phy/rtl8366_smi.c:1125:6: warning: 'pvid' may be used uninitialized in this function [-Wuninitialized]

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36442 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: disable sw portmaps on xrx200 ethernet as segment solation does not work yet
blogic [Thu, 25 Apr 2013 19:03:25 +0000 (19:03 +0000)]
lantiq: disable sw portmaps on xrx200 ethernet as segment solation does not work yet

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36441 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: make lzma-loader based images for VG3503J
blogic [Thu, 25 Apr 2013 19:03:21 +0000 (19:03 +0000)]
lantiq: make lzma-loader based images for VG3503J

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36440 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: update VG3503J.dts to match new partition layout
blogic [Thu, 25 Apr 2013 19:03:17 +0000 (19:03 +0000)]
lantiq: update VG3503J.dts to match new partition layout

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36439 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolantiq: add lzma-loader source
blogic [Thu, 25 Apr 2013 19:03:13 +0000 (19:03 +0000)]
lantiq: add lzma-loader source

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36438 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: add profile for Dlink DIR-615 H1
blogic [Thu, 25 Apr 2013 19:03:09 +0000 (19:03 +0000)]
ramips: add profile for Dlink DIR-615 H1

Hello,
this adds the profile for Dlink DIR-615 H1 without the usb default packages
since this router does not have a usb port and while all the needed definitions
for building are already in target/linux/ramips/image/Makefile this also allows
users to select the exact target in RT305x based boards menuconfig for this router
and compile its firmware.

Signed-off-by: Daniel Petre <dani@ip6.ro>
Patchwork: http://patchwork.openwrt.org/patch/3529/
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36437 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: remove now unneeded user-space board detection
blogic [Thu, 25 Apr 2013 19:03:05 +0000 (19:03 +0000)]
ramips: remove now unneeded user-space board detection

Now that ALL5002 and ALL5003 each got their own DTS and board names, remove
the now no longer needed user-space part which previously differentiated between
ALL5002 and ALL5003.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Patchwork: http://patchwork.openwrt.org/patch/3558/
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36436 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: introduce DTS for ALL5003
blogic [Thu, 25 Apr 2013 19:03:01 +0000 (19:03 +0000)]
ramips: introduce DTS for ALL5003

Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c.
With the change to DTS, this is no longer accurate, as ALL5002 is based on
Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding
rt5350.dtsi need to be included for ALL5003.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Patchwork: http://patchwork.openwrt.org/patch/3557/
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36435 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: set preinit interface to eth0 by default.
blogic [Thu, 25 Apr 2013 19:02:57 +0000 (19:02 +0000)]
ramips: set preinit interface to eth0 by default.

This makes any ramips device accessible via ethernet in failsafe mode.

Based on: https://dev.openwrt.org/changeset/36322

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3567/
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36434 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: Add Alpha ASL-26555 support.
blogic [Thu, 25 Apr 2013 19:02:53 +0000 (19:02 +0000)]
ramips: Add Alpha ASL-26555 support.

This board uses a TrendChip SOC with its own RAM/Flash for ADSL support.
We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN.

There are two versions (Chile 8MB and Spain 16MB).

Wiki: http://wiki.openwrt.org/toh/alpha/asl26555

Signed-off-by: Esteban Benito <estebanjbs@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3571/
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36433 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: Add support of D-link DIR-620D1
blogic [Thu, 25 Apr 2013 19:02:48 +0000 (19:02 +0000)]
ramips: Add support of D-link DIR-620D1

Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
Acked-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36432 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoramips: sync kernel patches with the mips-next tree
blogic [Thu, 25 Apr 2013 19:02:42 +0000 (19:02 +0000)]
ramips: sync kernel patches with the mips-next tree

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36431 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopreinit: move cmdline failsafe= handling ot the generic code
blogic [Thu, 25 Apr 2013 19:02:37 +0000 (19:02 +0000)]
preinit: move cmdline failsafe= handling ot the generic code

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36430 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomount_root: prepare base-files
blogic [Thu, 25 Apr 2013 19:02:32 +0000 (19:02 +0000)]
mount_root: prepare base-files

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36429 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoboot: make use of kmodloader if it is available
blogic [Thu, 25 Apr 2013 19:02:28 +0000 (19:02 +0000)]
boot: make use of kmodloader if it is available

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36428 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoubox: add ubox package
blogic [Thu, 25 Apr 2013 19:02:24 +0000 (19:02 +0000)]
ubox: add ubox package

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36427 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoprocd: update to latest git version
blogic [Thu, 25 Apr 2013 19:02:20 +0000 (19:02 +0000)]
procd: update to latest git version

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36426 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: update to the latest version, fixes interface reload issues when removing...
nbd [Thu, 25 Apr 2013 16:28:19 +0000 (16:28 +0000)]
netifd: update to the latest version, fixes interface reload issues when removing the ifname option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36424 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6relayd: Fix generation of RA-messages
cyrus [Wed, 24 Apr 2013 18:22:08 +0000 (18:22 +0000)]
6relayd: Fix generation of RA-messages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36419 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoiwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some archi...
jow [Wed, 24 Apr 2013 14:44:20 +0000 (14:44 +0000)]
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36417 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agofirewall3: Make IPv6 ULA-Border generation dynamic
cyrus [Wed, 24 Apr 2013 14:17:24 +0000 (14:17 +0000)]
firewall3: Make IPv6 ULA-Border generation dynamic

This fixes working behind another router which gives out ULAs.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36416 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoEnable hidraw support.
jow [Wed, 24 Apr 2013 09:49:09 +0000 (09:49 +0000)]
Enable hidraw support.

It's needed for dealing with certain UART-to-USB adapters built into
e.g. weather stations, and increases the hid module package only
slightly (e.g. on ar71xx: 35k -> 37k).

Signed-off-by: Danny Baumann <dannybaumann@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36415 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoAdd kernel module package for hid-generic driver.
jow [Wed, 24 Apr 2013 09:49:03 +0000 (09:49 +0000)]
Add kernel module package for hid-generic driver.

Needed to support e.g. keyboards and mice.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36414 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6relayd: update package description
cyrus [Wed, 24 Apr 2013 07:21:42 +0000 (07:21 +0000)]
6relayd: update package description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36413 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agodnsmasq: update to 2.66
cyrus [Wed, 24 Apr 2013 05:55:39 +0000 (05:55 +0000)]
dnsmasq: update to 2.66
Thanks to Christoph König for patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36412 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoodhcp6c: Set default SOL_MAX_RT to 1h
cyrus [Wed, 24 Apr 2013 05:02:45 +0000 (05:02 +0000)]
odhcp6c: Set default SOL_MAX_RT to 1h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36411 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: return the frequency to some ubus calls to make integration easier
nbd [Tue, 23 Apr 2013 18:35:50 +0000 (18:35 +0000)]
hostapd: return the frequency to some ubus calls to make integration easier

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36410 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomac80211: use the original mac address for the first virtual interface
nbd [Tue, 23 Apr 2013 16:32:24 +0000 (16:32 +0000)]
mac80211: use the original mac address for the first virtual interface

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36408 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm63xx: update patches with upstream submissions
jogo [Tue, 23 Apr 2013 13:55:36 +0000 (13:55 +0000)]
bcm63xx: update patches with upstream submissions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36407 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agobcm63xx: switch to linux 3.8
jogo [Tue, 23 Apr 2013 13:55:17 +0000 (13:55 +0000)]
bcm63xx: switch to linux 3.8

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36406 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolldpd: upgrade to 0.7.1
jow [Tue, 23 Apr 2013 10:37:23 +0000 (10:37 +0000)]
lldpd: upgrade to 0.7.1

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36401 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agogettext-full: updated to 0.18.2.1
jow [Tue, 23 Apr 2013 10:29:49 +0000 (10:29 +0000)]
gettext-full: updated to 0.18.2.1

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36400 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibevent2: update to 2.0.21
jow [Tue, 23 Apr 2013 10:29:45 +0000 (10:29 +0000)]
libevent2: update to 2.0.21

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36399 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibmnl: update to 1.0.3
jow [Tue, 23 Apr 2013 10:29:42 +0000 (10:29 +0000)]
libmnl: update to 1.0.3

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36398 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibnetfilter-conntrack: update to 1.0.3
jow [Tue, 23 Apr 2013 10:29:38 +0000 (10:29 +0000)]
libnetfilter-conntrack: update to 1.0.3

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36397 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopolarssl: update to 1.2.6
jogo [Tue, 23 Apr 2013 09:22:02 +0000 (09:22 +0000)]
polarssl: update to 1.2.6

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36396 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoncurses: update to 5.9
jogo [Tue, 23 Apr 2013 09:21:59 +0000 (09:21 +0000)]
ncurses: update to 5.9

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36395 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibnl: update to 3.2.21
jogo [Tue, 23 Apr 2013 09:21:57 +0000 (09:21 +0000)]
libnl: update to 3.2.21

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36394 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: add kmod-mcp23s08 package
jogo [Tue, 23 Apr 2013 09:21:55 +0000 (09:21 +0000)]
kernel: add kmod-mcp23s08 package

Package up the Microchip MCP23S08 I/O expander driver. Needed on the
CalAmp LMU5000 board.

Signed-off-by: Adam Porter <porter.adam@gmail.com>
[jogo@openwrt.org: fix subject]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36393 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoChange default IPv6 config to enable DHCPv6-PD
cyrus [Mon, 22 Apr 2013 19:40:16 +0000 (19:40 +0000)]
Change default IPv6 config to enable DHCPv6-PD

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36384 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agonetifd: Improve IPv6-ULA assignment handling
cyrus [Mon, 22 Apr 2013 19:40:06 +0000 (19:40 +0000)]
netifd: Improve IPv6-ULA assignment handling

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36383 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoodhcp6c: Several fixes and improvements
cyrus [Mon, 22 Apr 2013 19:40:01 +0000 (19:40 +0000)]
odhcp6c: Several fixes and improvements
* Add preliminary support for RFC 6603 prefix exclusion
* Fix reconfigure-support and reconfigure authentication
* Set maximum retransmission timeout for solicitations to 2h
* Fix a segfault when parsing IA_PD in advertise messages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36382 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago6relayd: Add DHCPv6-PD server support, fix relaying in stateful mode
cyrus [Mon, 22 Apr 2013 19:39:55 +0000 (19:39 +0000)]
6relayd: Add DHCPv6-PD server support, fix relaying in stateful mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36381 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agokernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL
nbd [Mon, 22 Apr 2013 15:01:36 +0000 (15:01 +0000)]
kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36378 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agouci: update to git head
jow [Mon, 22 Apr 2013 14:52:28 +0000 (14:52 +0000)]
uci: update to git head

  - fixes memory leak in libuci when trying to open not existing configurations
  - fixes memory leak in libuci-lua when querying not existing sections or options
  - fixes handling of filenames with leading underscore

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36377 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agohostapd: update to 2013-04-05
nbd [Mon, 22 Apr 2013 13:24:48 +0000 (13:24 +0000)]
hostapd: update to 2013-04-05

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoscripts/config: warn on deprected "depends" syntax instead of throwing a syntax error
nbd [Mon, 22 Apr 2013 12:53:32 +0000 (12:53 +0000)]
scripts/config: warn on deprected "depends" syntax instead of throwing a syntax error

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36375 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoar71xx: merge more unaligned access hacks from cerowrt-next
nbd [Mon, 22 Apr 2013 12:53:21 +0000 (12:53 +0000)]
ar71xx: merge more unaligned access hacks from cerowrt-next

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36374 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofeeds: fix syntax error
jow [Sat, 20 Apr 2013 13:01:56 +0000 (13:01 +0000)]
feeds: fix syntax error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36370 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofeeds: add openwrt-routing feed and drop bmx6 feed which got merged into openwrt...
jow [Sat, 20 Apr 2013 12:56:52 +0000 (12:56 +0000)]
feeds: add openwrt-routing feed and drop bmx6 feed which got merged into openwrt-routing

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36368 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: backport SSB/BCMA changes in preparation for a compat-wireless update
nbd [Fri, 19 Apr 2013 12:39:40 +0000 (12:39 +0000)]
kernel: backport SSB/BCMA changes in preparation for a compat-wireless update

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36367 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoscripts/config: update svn:ignore for zconf.lex.c (#13385)
nbd [Fri, 19 Apr 2013 12:36:30 +0000 (12:36 +0000)]
scripts/config: update svn:ignore for zconf.lex.c (#13385)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36366 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolinux/3.9: add missing config symbol
juhosg [Fri, 19 Apr 2013 08:07:38 +0000 (08:07 +0000)]
linux/3.9: add missing config symbol

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36365 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolinux/3.[89]: update bridge_remove_ipv6_dependency patch
juhosg [Fri, 19 Apr 2013 08:07:37 +0000 (08:07 +0000)]
linux/3.[89]: update bridge_remove_ipv6_dependency patch

Fixes the following warning:

    CC [M]  net/ipv6/addrconf.o
  net/ipv6/addrconf.c: In function 'addrconf_init':
  net/ipv6/addrconf.c:4944:2: warning: assignment from incompatible pointer type [enabled by default]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36364 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update linux 3.8 to 3.8.8
juhosg [Fri, 19 Apr 2013 08:07:34 +0000 (08:07 +0000)]
kernel: update linux 3.8 to 3.8.8

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36363 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobuild: fix make defconfig
nbd [Thu, 18 Apr 2013 13:51:16 +0000 (13:51 +0000)]
build: fix make defconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36362 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobuild: add new menuconfig code based on linux 3.9
nbd [Thu, 18 Apr 2013 12:05:16 +0000 (12:05 +0000)]
build: add new menuconfig code based on linux 3.9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36361 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: get rid of libc implementation symbol overloading
nbd [Thu, 18 Apr 2013 12:05:08 +0000 (12:05 +0000)]
toolchain: get rid of libc implementation symbol overloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36360 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: get rid of musl version kconfig symbol overloading
nbd [Thu, 18 Apr 2013 12:05:02 +0000 (12:05 +0000)]
toolchain: get rid of musl version kconfig symbol overloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36359 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: get rid of eglibc version kconfig symbol overloading
nbd [Thu, 18 Apr 2013 12:04:55 +0000 (12:04 +0000)]
toolchain: get rid of eglibc version kconfig symbol overloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36358 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: get rid of uclibc version kconfig symbol overloading
nbd [Thu, 18 Apr 2013 12:04:48 +0000 (12:04 +0000)]
toolchain: get rid of uclibc version kconfig symbol overloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36356 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agotoolchain: get rid of gcc kconfig symbol overloading
nbd [Thu, 18 Apr 2013 12:04:40 +0000 (12:04 +0000)]
toolchain: get rid of gcc kconfig symbol overloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36355 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: rework mac address allocation
nbd [Wed, 17 Apr 2013 15:36:57 +0000 (15:36 +0000)]
mac80211: rework mac address allocation

If the first byte is available in the address mask, use only that one -
set the local bit and xor it with the id << 2. This ensures that there
are no hardware BSSID & BSSID-mask conflicts with devices that have
almost the same MAC address with just a small offset. The MAC address
conflict has been observed in a deployment with some devices from the
same batch when running with multiple interfaces.

If only some bits of the last byte are available, xor the id onto the
last MAC address byte (relevant mostly for Ralink devices).

In other cases (should not happen at this point), use the previous MAC
address offset calculation but without the local bit.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36353 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobuild: add a CONFIG_MODULES symbol for compatibility with kernel menuconfig
nbd [Wed, 17 Apr 2013 15:36:49 +0000 (15:36 +0000)]
build: add a CONFIG_MODULES symbol for compatibility with kernel menuconfig

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36352 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobuild: consistently use 'depends on' instead of 'depends'
nbd [Wed, 17 Apr 2013 15:36:41 +0000 (15:36 +0000)]
build: consistently use 'depends on' instead of 'depends'

make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agobusybox: remove old no-MMU hackery
nbd [Wed, 17 Apr 2013 15:36:26 +0000 (15:36 +0000)]
busybox: remove old no-MMU hackery

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36350 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] fix prepare_generic_squashfs
blogic [Wed, 17 Apr 2013 11:54:09 +0000 (11:54 +0000)]
[ramips] fix prepare_generic_squashfs

prepare_generic_squashfs was called twice on the generated images breaking mount_root

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36349 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agouhttpd: update to git head, fixes regression when parsing IPv6 listen arguments
jow [Wed, 17 Apr 2013 11:34:39 +0000 (11:34 +0000)]
uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36348 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agofeeds: add upstream bmx6 openwrt feed
jow [Tue, 16 Apr 2013 13:08:57 +0000 (13:08 +0000)]
feeds: add upstream bmx6 openwrt feed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36346 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoath9k: change the BSSID mask calculation to fix setting arbitrary MAC address on...
nbd [Tue, 16 Apr 2013 10:53:02 +0000 (10:53 +0000)]
ath9k: change the BSSID mask calculation to fix setting arbitrary MAC address on interfaces

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36344 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] fix rt305x gpio
blogic [Tue, 16 Apr 2013 06:58:18 +0000 (06:58 +0000)]
[ramips] fix rt305x gpio

https://dev.openwrt.org/ticket/13359

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36343 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)
nbd [Mon, 15 Apr 2013 20:40:29 +0000 (20:40 +0000)]
kernel: force CONFIG_NET_SCHED=y for fq_codel (#13360)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36342 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[generic/3.9]: refresh against -rc7
kaloz [Mon, 15 Apr 2013 16:10:01 +0000 (16:10 +0000)]
[generic/3.9]: refresh against -rc7

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36340 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoiwinfo: print info of all existing wireless ifaces when cli is called without arguments
jow [Mon, 15 Apr 2013 15:00:16 +0000 (15:00 +0000)]
iwinfo: print info of all existing wireless ifaces when cli is called without arguments

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36339 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agouhttpd: update to latest version, fixes compile error with latest libubox
nbd [Mon, 15 Apr 2013 14:49:52 +0000 (14:49 +0000)]
uhttpd: update to latest version, fixes compile error with latest libubox

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36338 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agonetifd: update to latest version, fixes some device handling crashes
nbd [Mon, 15 Apr 2013 14:21:45 +0000 (14:21 +0000)]
netifd: update to latest version, fixes some device handling crashes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36336 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolibubox: update to latest version
nbd [Mon, 15 Apr 2013 13:55:05 +0000 (13:55 +0000)]
libubox: update to latest version

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36335 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: merge upstream legacy minstrel improvements
nbd [Mon, 15 Apr 2013 13:54:42 +0000 (13:54 +0000)]
mac80211: merge upstream legacy minstrel improvements

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36334 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: update linux 3.8 to 3.8.7
juhosg [Sun, 14 Apr 2013 09:25:53 +0000 (09:25 +0000)]
kernel: update linux 3.8 to 3.8.7

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36332 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc85xx: use static SPI bus number for TL-WDR4900
juhosg [Fri, 12 Apr 2013 19:44:41 +0000 (19:44 +0000)]
mpc85xx: use static SPI bus number for TL-WDR4900

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36329 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agolinux/3.8: backport 'spi/of: Use DT aliases for assigning bus number' from 3.9
juhosg [Fri, 12 Apr 2013 19:44:38 +0000 (19:44 +0000)]
linux/3.8: backport 'spi/of: Use DT aliases for assigning bus number' from 3.9

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36328 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] update rt2880 config-3.8
blogic [Fri, 12 Apr 2013 18:57:01 +0000 (18:57 +0000)]
[ramips] update rt2880 config-3.8

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36327 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] fix up the rt2880 patches
blogic [Fri, 12 Apr 2013 18:56:53 +0000 (18:56 +0000)]
[ramips] fix up the rt2880 patches

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36326 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] fix RT-N15 support
blogic [Fri, 12 Apr 2013 18:56:44 +0000 (18:56 +0000)]
[ramips] fix RT-N15 support

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36325 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[ramips] update rt2880.dtsi
blogic [Fri, 12 Apr 2013 18:56:36 +0000 (18:56 +0000)]
[ramips] update rt2880.dtsi

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36324 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[geneirc] fix rtl8366s OF binding
blogic [Fri, 12 Apr 2013 18:56:05 +0000 (18:56 +0000)]
[geneirc] fix rtl8366s OF binding

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36323 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc85xx: set preinit interface to eth0 by default
juhosg [Fri, 12 Apr 2013 18:30:25 +0000 (18:30 +0000)]
mpc85xx: set preinit interface to eth0 by default

This makes the WDR4900 accessible via ethernet in
failsafe mode.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36322 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc85xx: Generate fdt for P1020RDB
juhosg [Fri, 12 Apr 2013 18:30:24 +0000 (18:30 +0000)]
mpc85xx: Generate fdt for P1020RDB

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36321 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agompc85xx: Add P1020RDB board support
juhosg [Fri, 12 Apr 2013 18:30:22 +0000 (18:30 +0000)]
mpc85xx: Add P1020RDB board support

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36320 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] add VG3503J support
blogic [Thu, 11 Apr 2013 19:18:07 +0000 (19:18 +0000)]
[lantiq] add VG3503J support

this adds basic support. the bootloader on these units is locked down.

until we have a replacement we can do basic testing with these env variables in uboot.

set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize)
set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000

unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle.

please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides.

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36315 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] add FE phy firmware
blogic [Thu, 11 Apr 2013 19:17:48 +0000 (19:17 +0000)]
[lantiq] add FE phy firmware

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36314 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agoThis adds Gateworks Laguna family board support. Note that some Laguna
luka [Thu, 11 Apr 2013 16:04:31 +0000 (16:04 +0000)]
This adds Gateworks Laguna family board support.  Note that some Laguna
boards have SPI flash and others have NOR flash, thus the size/erasesize
are detected dynamically.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36313 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years ago[lantiq] add missing pinmux patch
blogic [Thu, 11 Apr 2013 07:12:37 +0000 (07:12 +0000)]
[lantiq] add missing pinmux patch

Fix lantiq pinmux which affected PCI and USB.

Known affected boards are: ARV4518 and ARV7518.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36312 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agomac80211: fix a client mode reconnect issue
nbd [Wed, 10 Apr 2013 21:17:33 +0000 (21:17 +0000)]
mac80211: fix a client mode reconnect issue

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36311 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agocns3xxx: fix USB ehci/ohci platform driver
nbd [Wed, 10 Apr 2013 16:20:50 +0000 (16:20 +0000)]
cns3xxx: fix USB ehci/ohci platform driver

Update ehci/ohci driver registration to conform to the new platform
drivers.

This fixes missing USB host support in 3.8.x

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36309 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: calibrate the TWD timer even when booting with only one CPU, it is used for...
nbd [Wed, 10 Apr 2013 16:07:50 +0000 (16:07 +0000)]
kernel: calibrate the TWD timer even when booting with only one CPU, it is used for the watchdog timer base

Fixes booting on single-core CNS3xxx devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36308 3c298f89-4303-0410-b956-a3cf2f4a3e73

11 years agokernel: keep the igmp proc support even with PROC_STRIPPED, some tools still use it
nbd [Wed, 10 Apr 2013 13:45:12 +0000 (13:45 +0000)]
kernel: keep the igmp proc support even with PROC_STRIPPED, some tools still use it

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36307 3c298f89-4303-0410-b956-a3cf2f4a3e73