openwrt.git
9 years agoralink: fix the config files
blogic [Sat, 14 Feb 2015 20:48:53 +0000 (20:48 +0000)]
ralink: fix the config files

oops, accidently moved instead of copied them

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

9 years agoar71xx: ZyXEL NBG6716 rfkill switch fix
blogic [Sat, 14 Feb 2015 20:48:42 +0000 (20:48 +0000)]
ar71xx: ZyXEL NBG6716 rfkill switch fix

ZyXEL NBG6716 "rfkill" is a switch, not a button.

Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44453 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscripts: fix getver git dir check
blogic [Sat, 14 Feb 2015 20:48:37 +0000 (20:48 +0000)]
scripts: fix getver git dir check

Git internals are referenced by .git which isn't necessarily a
directory. It may also be a file that references the actual .git
directory using the gitdir directive.

If .git is assumed to be a directory the build will not be able to get
the correct version when openwrt is included as a git submodule because
when used as a submodule .git will actually be a file referencing to a
subdirectory in the parent's git dir.

When the correct version is not detected some image generation tools
will fail because the OpenWrt string will be 'OpenWrtunknown' which is
too long for some header formats.

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44452 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: disable buffered writes on Intel command set flash
blogic [Sat, 14 Feb 2015 20:48:32 +0000 (20:48 +0000)]
lantiq: disable buffered writes on Intel command set flash

Some Lantiq SoCs are not able to use buffered writes properly with
Intel command set flash due to the way NOR addresses on EBU are
manipulated. This patch disables buffered writes on those devices.
The only device affected at the moment is ARV4510PW, others use
AMD/Fujitsu command set.

Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44451 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: Fix flash for targets with NO_XIP
blogic [Sat, 14 Feb 2015 20:48:26 +0000 (20:48 +0000)]
lantiq: Fix flash for targets with NO_XIP

For targets with NO_XIP ltq_mtd->map[i].phys equals -1 and devm_ioremap fails.
Fix this by using pdev->resource[i].start instead.

Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44450 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm2708: add kmod-hwmon-bcm2835 support and more missing symbols
blogic [Sat, 14 Feb 2015 20:48:20 +0000 (20:48 +0000)]
brcm2708: add kmod-hwmon-bcm2835 support and more missing symbols

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

9 years agobrcm2708: force uart as the default console for procd and remove nonexistent console
blogic [Sat, 14 Feb 2015 20:48:14 +0000 (20:48 +0000)]
brcm2708: force uart as the default console for procd and remove nonexistent console

procd gets last console from cmdline, so swapping tty1 (framebuffer) and ttyAMA0 (uart) is enough to force procd output via uart

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

9 years agobrcm2708: add board detection and LED support
blogic [Sat, 14 Feb 2015 20:48:08 +0000 (20:48 +0000)]
brcm2708: add board detection and LED support

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

9 years agouci-defaults: add ucidef_set_led_mmc
blogic [Sat, 14 Feb 2015 20:47:58 +0000 (20:47 +0000)]
uci-defaults: add ucidef_set_led_mmc

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

9 years agopackage/valgrind: fix build on eglibc
nico [Sat, 14 Feb 2015 13:53:51 +0000 (13:53 +0000)]
package/valgrind: fix build on eglibc

configure tries to guess pagesize by calling getconf, provided by eglibc and compiled for the target, not the host.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44445 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogeneric: ocf: irq compat stuff is not needed anymore
nico [Sat, 14 Feb 2015 13:53:44 +0000 (13:53 +0000)]
generic: ocf: irq compat stuff is not needed anymore

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44444 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofix typo
kaloz [Sat, 14 Feb 2015 12:21:34 +0000 (12:21 +0000)]
fix typo

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44443 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogeneric: upgrade to 3.18.7
kaloz [Sat, 14 Feb 2015 10:45:12 +0000 (10:45 +0000)]
generic: upgrade to 3.18.7

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44442 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoixp4xx: fix gpio_line_set() logic, fixes #18986
blogic [Fri, 13 Feb 2015 10:54:01 +0000 (10:54 +0000)]
ixp4xx: fix gpio_line_set() logic, fixes #18986

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

9 years agohostapd: backport BSSID black/whitelists
blogic [Fri, 13 Feb 2015 10:53:54 +0000 (10:53 +0000)]
hostapd: backport BSSID black/whitelists

This change adds the configuration options "bssid_whitelist" and
"bssid_blacklist" used to limit the AP selection of a network to a
specified (finite) set or discard certain APs.

This can be useful for environments where multiple networks operate
using the same SSID and roaming between those is not desired. It is also
useful to ignore a faulty or otherwise unwanted AP.

In many applications it is useful not just to enumerate a group of well
known access points, but to use a address/mask notation to match an
entire set of addresses (ca:ff:ee:00:00:00/ff:ff:ff:00:00:00).

This is especially useful if an OpenWrt device with two radios is used to
retransmit the same network (one in AP mode for other clients, one as STA for
the uplink); the following configuration prevents the device from associating
with itself, given that the own AP to be avoided is using the bssid
'C0:FF:EE:D0:0D:42':

config wifi-iface
option device 'radio2'
option network 'uplink'
option mode 'sta'
option ssid 'MyNetwork'
option encryption 'none'
list bssid_blacklist 'C0:FF:EE:D0:0D:42/00:FF:FF:FF:FF:FF'

This change consists of the following cherry-picked upstream commits:

b3d6a0a8259002448a29f14855d58fe0a624ab76
b83e455451a875ba233b3b8ac29aff8b62f064f2
79cd993a623e101952b81fa6a29c674cd858504f
(squashed to implement bssid_{white,black}lists)

0047306bc9ab7d46e8cc22ff9a3e876c47626473
(Add os_snprintf_error() helper)

Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44438 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokexec-tools: bump version from v2.0.4 to v2.0.9.
blogic [Fri, 13 Feb 2015 07:42:13 +0000 (07:42 +0000)]
kexec-tools: bump version from v2.0.4 to v2.0.9.

- kexec-tools is now distributed with tarballs of .tar.gz and .tar.xz
   format; .tar.bz2 are not provided anymore.
 - Add CONFIG_KEXEC_LZMA for selecting lzma support.

Patches are updated along to:

 - Remove the now unnecessary patch 0004-mips_regdefs.patch.
 - Drop 100-reduce_size.patch because the size reduction is marginal.
 - Allow zlib and lzma support coexist together.  This patch has been
   merged into upstream project.
 - Fix kexec-tools' configure.ac.
 - Fix a few compilation warnings.

Size comparison of stripped binaries of kexec malta target with both
zlib and lzma support enabled.

 - Before: 41447
 - After:  42583

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44437 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokexec-tools: show up only when KERNEL_KEXEC is enabled.
blogic [Fri, 13 Feb 2015 07:42:05 +0000 (07:42 +0000)]
kexec-tools: show up only when KERNEL_KEXEC is enabled.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44436 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm2708-gpu-fw: simplify target dependencies
blogic [Fri, 13 Feb 2015 07:38:38 +0000 (07:38 +0000)]
brcm2708-gpu-fw: simplify target dependencies

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

9 years agobrcm2708: fix spidev
blogic [Fri, 13 Feb 2015 07:38:33 +0000 (07:38 +0000)]
brcm2708: fix spidev

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

9 years agobrcm2708: refresh patches
blogic [Fri, 13 Feb 2015 07:38:27 +0000 (07:38 +0000)]
brcm2708: refresh patches

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

9 years agobrcm2708: add missing config symbols and fix kernel modules for Raspberry Pi 2 by...
blogic [Fri, 13 Feb 2015 07:38:00 +0000 (07:38 +0000)]
brcm2708: add missing config symbols and fix kernel modules for Raspberry Pi 2 by removing local version

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

9 years agobrcm2708: add subtarget copyright and use better board names
blogic [Fri, 13 Feb 2015 07:37:55 +0000 (07:37 +0000)]
brcm2708: add subtarget copyright and use better board names

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

9 years agoar7: switch to v3.18
blogic [Fri, 13 Feb 2015 07:29:32 +0000 (07:29 +0000)]
ar7: switch to v3.18

Thank you Dimitri for testing this.

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

9 years agogeneric: improve kexec support of MIPS.
blogic [Fri, 13 Feb 2015 07:29:25 +0000 (07:29 +0000)]
generic: improve kexec support of MIPS.

- Allow --command-line parameters of kexec-tools be parsed and used by
   the kernel.
 - For malta machine, mark kernel code and kernel data segments as
   "System RAM" instead of "reserved" in /proc/iomem, otherwise
   kexec-tools will complain that program segments in ELF kernel file
   are invalid.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44429 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: fix DGN3500 root device
blogic [Fri, 13 Feb 2015 07:29:17 +0000 (07:29 +0000)]
lantiq: fix DGN3500 root device

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44428 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: Add profile and build image for TP-Link MR12U v1
blogic [Fri, 13 Feb 2015 07:29:10 +0000 (07:29 +0000)]
ar71xx: Add profile and build image for TP-Link MR12U v1

This patch adds corrected profile and build image for the TL-MR12U board.

Unfortunately i cannot test the factory image since i can't find anywhere
the original chinese firmware but
the generated openwrt-ar71xx-generic-tl-mr12u-v1-squashfs-sysupgrade.bin
worked just fine over a modified mr3040 factory image i managed to modify
to initially flash the mr12u from the original firmware.

Proper kernel support probably should be added since cat /proc/cpuinfo shows
MR13U.

Signed-off-by: Daniel Petre <daniel.petre@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44427 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: Add user-space support for TP-Link MR12U v1
blogic [Fri, 13 Feb 2015 07:29:03 +0000 (07:29 +0000)]
ar71xx: Add user-space support for TP-Link MR12U v1

This patch adds user-space support for the TL-MR12U board based on the mr13u patches.

Signed-off-by: Daniel Petre <daniel.petre@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44426 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: ZyXEL NBG6716 add gpio usb power on/off
blogic [Fri, 13 Feb 2015 07:28:53 +0000 (07:28 +0000)]
ar71xx: ZyXEL NBG6716 add gpio usb power on/off

ZyXEL NBG6716 add missing GPIO USB power on/off

Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44425 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: mtdsplit_uimage: fix passed info about buf size
rmilecki [Thu, 12 Feb 2015 20:13:20 +0000 (20:13 +0000)]
kernel: mtdsplit_uimage: fix passed info about buf size

We obviously can't use sizeof(*buf) which is always 1.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44424 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: A20-OLinuXino-Lime profile rename leftover
nico [Thu, 12 Feb 2015 17:30:09 +0000 (17:30 +0000)]
sunxi: A20-OLinuXino-Lime profile rename leftover

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44423 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokirkwood: Seagate GoFlex Net
luka [Thu, 12 Feb 2015 14:39:26 +0000 (14:39 +0000)]
kirkwood: Seagate GoFlex Net

Add GoFlex Net "Board Name" , set and cleanup network default and LEDs.
Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC.

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44422 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: make m25p80 work again
blogic [Thu, 12 Feb 2015 11:15:56 +0000 (11:15 +0000)]
lantiq: make m25p80 work again

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

9 years agolantiq: fix mac addr assignment inside lantiq_etop
blogic [Thu, 12 Feb 2015 09:17:04 +0000 (09:17 +0000)]
lantiq: fix mac addr assignment inside lantiq_etop

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

9 years agolantiq: PCI should be enabled on vrx200
blogic [Thu, 12 Feb 2015 08:23:45 +0000 (08:23 +0000)]
lantiq: PCI should be enabled on vrx200

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

9 years agoralink: make the mt7621 irq core with with the new CM api
blogic [Thu, 12 Feb 2015 08:07:39 +0000 (08:07 +0000)]
ralink: make the mt7621 irq core with with the new CM api

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

9 years agoar71xx: ZyXEL NBG6716 led/buttons cleanup
blogic [Thu, 12 Feb 2015 08:07:27 +0000 (08:07 +0000)]
ar71xx: ZyXEL NBG6716 led/buttons cleanup

ZyXEL NBG6716 led/buttons cleanup
 - improper numbered leds
 - improper named buttons

Signed-off-by: Marcin Mikolajczak <gr4ffy at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44417 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogeneric: fix broken patch in the transition of 3.19 from -rc5 to release .0
blogic [Thu, 12 Feb 2015 08:07:20 +0000 (08:07 +0000)]
generic: fix broken patch in the transition of 3.19 from -rc5 to release .0

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44416 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: mtdsplit_uimage: read more data to match Edimax needs
rmilecki [Thu, 12 Feb 2015 07:50:07 +0000 (07:50 +0000)]
kernel: mtdsplit_uimage: read more data to match Edimax needs

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44415 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: mtdsplit_uimage: use separated buffer for reading data
rmilecki [Thu, 12 Feb 2015 07:44:34 +0000 (07:44 +0000)]
kernel: mtdsplit_uimage: use separated buffer for reading data

We shouldn't read data directly into the header struct, as some devices
(e.g. Edimax) need more bytes due to some extra header.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44414 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: mtdsplit_uimage: add parser for Edimax devices
rmilecki [Thu, 12 Feb 2015 07:23:40 +0000 (07:23 +0000)]
kernel: mtdsplit_uimage: add parser for Edimax devices

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44413 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomtdsplit_uimage: more generic header verify function
rmilecki [Thu, 12 Feb 2015 06:57:24 +0000 (06:57 +0000)]
mtdsplit_uimage: more generic header verify function

Some devices have uImage headers after some extra headers (e.g. Edimax
devices). To support such cases our verify callback function should be
allowed to return header offset, not just a boolean value.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44412 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: fix bgmac check for chip ID
rmilecki [Wed, 11 Feb 2015 18:11:22 +0000 (18:11 +0000)]
kernel: fix bgmac check for chip ID

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44411 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: backport mainlined bgmac patches from 3.19
rmilecki [Wed, 11 Feb 2015 17:35:09 +0000 (17:35 +0000)]
kernel: backport mainlined bgmac patches from 3.19

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44410 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: fix target/subtarget value in /etc/openwrt_release
jow [Wed, 11 Feb 2015 15:12:32 +0000 (15:12 +0000)]
base-files: fix target/subtarget value in /etc/openwrt_release

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44409 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: use bcm47xx_wdt for restarting device
rmilecki [Wed, 11 Feb 2015 14:41:07 +0000 (14:41 +0000)]
bcm53xx: use bcm47xx_wdt for restarting device

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44408 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agooxnas: disable usbgadget support
blogic [Wed, 11 Feb 2015 13:50:56 +0000 (13:50 +0000)]
oxnas: disable usbgadget support

usbgadget was initially enabled in the hope to support gadget mode
as it seems to be supported by the hardware.
However, it currently breaks things and doesn't work anyway, so
remove the usbgadget feature.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44407 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm2708-gpu-fw: revert to github releases, adapt to bcm2708 target changes and add...
blogic [Wed, 11 Feb 2015 13:50:40 +0000 (13:50 +0000)]
brcm2708-gpu-fw: revert to github releases, adapt to bcm2708 target changes and add back InstallDev

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

9 years agobrcm2708: add missing SUBTARGETS:= to makefile
blogic [Wed, 11 Feb 2015 13:09:39 +0000 (13:09 +0000)]
brcm2708: add missing SUBTARGETS:= to makefile

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

9 years agobrcm2708: remove CMA_DEBUG
blogic [Wed, 11 Feb 2015 13:05:37 +0000 (13:05 +0000)]
brcm2708: remove CMA_DEBUG

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

9 years agobrcm2708: add Raspberry Pi 2 support
blogic [Wed, 11 Feb 2015 13:05:31 +0000 (13:05 +0000)]
brcm2708: add Raspberry Pi 2 support

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

9 years agobrcm2708: remove 3.14 support
blogic [Wed, 11 Feb 2015 13:05:23 +0000 (13:05 +0000)]
brcm2708: remove 3.14 support

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

9 years agoralink: fix when tx done is 0 also need to clean interrupt status
blogic [Wed, 11 Feb 2015 13:05:14 +0000 (13:05 +0000)]
ralink: fix when tx done is 0 also need to clean interrupt status

Signed-off-by: michael lee <igvtee@gmail.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44401 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomt76: update to latest git HEAD
blogic [Wed, 11 Feb 2015 13:05:07 +0000 (13:05 +0000)]
mt76: update to latest git HEAD

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

9 years agoramips/mt7620: add missing config symbol
nico [Wed, 11 Feb 2015 12:13:49 +0000 (12:13 +0000)]
ramips/mt7620: add missing config symbol

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44399 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agooprofile: mark broken on uml
nico [Wed, 11 Feb 2015 11:31:38 +0000 (11:31 +0000)]
oprofile: mark broken on uml

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44398 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoconfig: disable kernel tracing on uml
nico [Wed, 11 Feb 2015 11:31:26 +0000 (11:31 +0000)]
config: disable kernel tracing on uml

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44397 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoebtables: disable rpath
nico [Wed, 11 Feb 2015 11:31:07 +0000 (11:31 +0000)]
ebtables: disable rpath

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44396 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoutil-linux: disable rpath
nico [Wed, 11 Feb 2015 11:31:01 +0000 (11:31 +0000)]
util-linux: disable rpath

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44395 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotoolchain/gcc: fix an ICE on ARM (PR58595)
nico [Wed, 11 Feb 2015 11:30:56 +0000 (11:30 +0000)]
toolchain/gcc: fix an ICE on ARM (PR58595)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58595

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44394 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agocns3xxx: set v3.18 as default
blogic [Wed, 11 Feb 2015 10:21:02 +0000 (10:21 +0000)]
cns3xxx: set v3.18 as default

tested on a nor and a spi laguna

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

9 years agobrcm2708: update to v3.18
blogic [Wed, 11 Feb 2015 10:17:55 +0000 (10:17 +0000)]
brcm2708: update to v3.18

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

9 years agolantiq: fix VG3503J partition table for newer kernels
blogic [Wed, 11 Feb 2015 10:17:38 +0000 (10:17 +0000)]
lantiq: fix VG3503J partition table for newer kernels

the kernel has increased and does not fit into the 1,5MB anymore.

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

9 years agobcm53xx: backport bcm47xx_wdt changes to 3.18 to use this driver in future
rmilecki [Wed, 11 Feb 2015 10:11:00 +0000 (10:11 +0000)]
bcm53xx: backport bcm47xx_wdt changes to 3.18 to use this driver in future

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44390 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agorelayd: update to the latest version, adds fixes by Alejandro Enrique
nbd [Wed, 11 Feb 2015 10:09:57 +0000 (10:09 +0000)]
relayd: update to the latest version, adds fixes by Alejandro Enrique

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

9 years agomalta: add config file for kernel 3.19.
blogic [Wed, 11 Feb 2015 10:09:56 +0000 (10:09 +0000)]
malta: add config file for kernel 3.19.

This is based on config-3.18 with the following changes.

 - CONFIG_GENERIC_NET_UTILS is removed as it is already set in generic
   kernel config.
 - CONFIG_CPU_MICROMIPS is explicitly unset as required in kernel 3.19.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44388 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogeneric: add a few missing symbols for generic config-3.19.
blogic [Wed, 11 Feb 2015 10:09:40 +0000 (10:09 +0000)]
generic: add a few missing symbols for generic config-3.19.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44387 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoipq806x: update target to v3.18
blogic [Wed, 11 Feb 2015 10:09:23 +0000 (10:09 +0000)]
ipq806x: update target to v3.18

Patches in the ipq806x/patches folder were out of tree in v3.14. The
newest patch at the time was from June, so we can safely assume that
either the patches have been merged, or they have been rejected for
a good reason. If patches are seen missing, we'll cherry-pick them
on a per-needed basis.

This new kernel have been tested on AP148, which seems to works fine.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44386 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: backport bcma patches queued for 3.20
rmilecki [Wed, 11 Feb 2015 10:04:51 +0000 (10:04 +0000)]
kernel: backport bcma patches queued for 3.20

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44385 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: 3.18: complete backport of some bcma patch
rmilecki [Wed, 11 Feb 2015 09:14:48 +0000 (09:14 +0000)]
kernel: 3.18: complete backport of some bcma patch

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44384 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: drop unused (and broken) GPIOLIB patch
rmilecki [Wed, 11 Feb 2015 08:42:34 +0000 (08:42 +0000)]
bcm53xx: drop unused (and broken) GPIOLIB patch

First of all this patch was broken since adding 3.18 for bcm53xx. It was
modifying ARCH_BRCMSTB instead of ARCH_BCM_5301X.
Secondly we don't need it as ARCH_MULTIPLATFORM selects
ARCH_WANT_OPTIONAL_GPIOLIB for us.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44383 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: switch 3.19 from -rc5 to release .0
luka [Tue, 10 Feb 2015 22:36:59 +0000 (22:36 +0000)]
kernel: switch 3.19 from -rc5 to release .0

Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44381 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolibevent2: remove defunct download mirror
jow [Tue, 10 Feb 2015 18:55:44 +0000 (18:55 +0000)]
libevent2: remove defunct download mirror

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44380 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agorules.mk: don't add staging_dir/host/bin/ path again
jow [Tue, 10 Feb 2015 15:49:36 +0000 (15:49 +0000)]
rules.mk: don't add staging_dir/host/bin/ path again

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44379 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoinclude: export staging_dir/host/bin path from within host.mk (#18957)
jow [Tue, 10 Feb 2015 15:49:17 +0000 (15:49 +0000)]
include: export staging_dir/host/bin path from within host.mk (#18957)

We need to do that to pickup the prereq-build prepared symlinks for auxillary
operations like metadata scanning.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44378 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoscripts: extend rstrip.sh to remove bad rpaths
jow [Tue, 10 Feb 2015 15:48:48 +0000 (15:48 +0000)]
scripts: extend rstrip.sh to remove bad rpaths

Remove all rpath entries which do not point to a location below /lib or
/usr/lib and which do not begin with '$ORIGIN'.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44377 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotools: add patchelf host build
jow [Tue, 10 Feb 2015 15:48:32 +0000 (15:48 +0000)]
tools: add patchelf host build

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44376 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add mc-mac1200r to do_load_ath10k_board_bin()
blogic [Tue, 10 Feb 2015 05:52:53 +0000 (05:52 +0000)]
ar71xx: add mc-mac1200r to do_load_ath10k_board_bin()

This patch adds the mc-mac1200r target to do_load_ath10k_board_bin() in
target/linux/ar71xx/base-files/lib/preinit/81_load_ath10k_board_bin to load the
ath10k radio MAC address from the EEPROM in MERCURY MAC1200R devices

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44375 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agooxnas: switch to 3.18
blogic [Tue, 10 Feb 2015 05:52:48 +0000 (05:52 +0000)]
oxnas: switch to 3.18

Tested on stg212 and kd20.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44374 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing symbol
blogic [Tue, 10 Feb 2015 05:52:41 +0000 (05:52 +0000)]
kernel: add missing symbol

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44373 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: fix hw status almost full not work on mt7620 and mt7621
blogic [Mon, 9 Feb 2015 19:34:49 +0000 (19:34 +0000)]
ralink: fix hw status almost full not work on mt7620 and mt7621

the old FE_INT_STATUS register becomes two registers.
FE_INT_STATUS and INT_STATUS. so the hw status almost full
must change to read from FE_INT_STATUS register.
tx/rx done read from INT_STATUS register.

mt7620 datasheet define CNT_GDM1_AF at BIT(29).
but after test it should be BIT(13). why?

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44371 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: change rt3883 cpu type to 74kc
blogic [Mon, 9 Feb 2015 19:34:32 +0000 (19:34 +0000)]
ralink: change rt3883 cpu type to 74kc

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44370 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agorealview: r44368 contained a superflous patch
blogic [Mon, 9 Feb 2015 19:28:34 +0000 (19:28 +0000)]
realview: r44368 contained a superflous patch

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

9 years agorealview: bump to 3.18
blogic [Mon, 9 Feb 2015 19:24:48 +0000 (19:24 +0000)]
realview: bump to 3.18

Signed-off-by: Your Name <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44368 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobcm53xx: fix loading SPROM content by bcma init change
rmilecki [Mon, 9 Feb 2015 18:43:05 +0000 (18:43 +0000)]
bcm53xx: fix loading SPROM content by bcma init change

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44367 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add missing symbol to realtek wifi
blogic [Mon, 9 Feb 2015 18:15:30 +0000 (18:15 +0000)]
kernel: add missing symbol to realtek wifi

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

9 years agoopenssl: fix upstream regression for non-ec builds
cyrus [Mon, 9 Feb 2015 15:26:35 +0000 (15:26 +0000)]
openssl: fix upstream regression for non-ec builds

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44364 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoixp4xx: add v3.18 support
blogic [Mon, 9 Feb 2015 14:24:00 +0000 (14:24 +0000)]
ixp4xx: add v3.18 support

Signed-off-by: Your Name <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44363 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agorpcd: fix session.{login,list,destroy} method signatures
jow [Mon, 9 Feb 2015 12:54:29 +0000 (12:54 +0000)]
rpcd: fix session.{login,list,destroy} method signatures

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44362 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agopolarssl: bump to 1.3.10, work around rename to mbedtls
cyrus [Mon, 9 Feb 2015 12:44:32 +0000 (12:44 +0000)]
polarssl: bump to 1.3.10, work around rename to mbedtls

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44361 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: dir-505: fix reset button gpio active_low value
blogic [Mon, 9 Feb 2015 12:17:00 +0000 (12:17 +0000)]
ar71xx: dir-505: fix reset button gpio active_low value

Fix 'active_low' default value for the reset button on DIR-505.

Signed-off-by: Rocco Folino <rocco@devzen.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44360 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: Add support for MERCURY MAC1200R
blogic [Mon, 9 Feb 2015 12:16:51 +0000 (12:16 +0000)]
ar71xx: Add support for MERCURY MAC1200R

This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac
router based on the AR9344, with QCA988x ath10k radio and 5 Fast Ethernet ports

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44359 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: fix nbg6716 power and usb led
blogic [Mon, 9 Feb 2015 12:16:43 +0000 (12:16 +0000)]
ar71xx: fix nbg6716 power and usb led

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Marcin Mikolajczak <gr4ffy@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44358 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agooxnas: copy ubinized images to binary folder
blogic [Mon, 9 Feb 2015 12:16:04 +0000 (12:16 +0000)]
oxnas: copy ubinized images to binary folder

Since r43778 ubinized images are stored inside KDIR. This makes sense
when using an uninized image to generate a factory image.
On oxnas ubinized images were used for sysupgrade before proper NAND
support was implemented in OpenWrt.
For users still on old builds before sysupgrade.tar was introduced,
ubinized image is thus the only option to conveniantly upgrade to a
more recent build.
Copy ubinized image also to BIN_DIR, so it will be easier for users
to find them.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44357 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: Kingston MLW221 and MLWG2 cleanup
blogic [Mon, 9 Feb 2015 12:15:45 +0000 (12:15 +0000)]
ramips: Kingston MLW221 and MLWG2 cleanup

MLW221 dts use tabs NOT spaces.
MLWG2 dts typo and 1 tab not spaces
01_leds and diag.sh cleanup

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44356 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix mt76 radio pcie location definition for in Xiaomi MiWiFi Mini
blogic [Mon, 9 Feb 2015 12:15:17 +0000 (12:15 +0000)]
ramips: fix mt76 radio pcie location definition for in Xiaomi MiWiFi Mini

This patch sets the correct location of the mt76 radio in the pcie bridge
(pcie-bridge instead of pcie0). Additionaly, it disables the 2.4 GHz band.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44355 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: Add mt76 node for Lenovo Y1 and Y1S.
blogic [Mon, 9 Feb 2015 12:15:00 +0000 (12:15 +0000)]
ramips: Add mt76 node for Lenovo Y1 and Y1S.

Both Y1 and Y1S have MT7612E wireless chip so I submitted this patch.
Tested on Lenovo Y1.

Signed-off-by: 郭传鈜 <gch981213@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44354 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: td-w8970: fix failsafe mode
blogic [Mon, 9 Feb 2015 12:14:48 +0000 (12:14 +0000)]
lantiq: td-w8970: fix failsafe mode

Fix failsafe mode for TD-W8970, register interface for preinit.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44353 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: td-w8970: fix reset button
blogic [Mon, 9 Feb 2015 12:14:32 +0000 (12:14 +0000)]
lantiq: td-w8970: fix reset button

For TP-LINK TD-W8970 button should work as "reset", not "BTN_1".

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44352 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolantiq: fix typo in script
blogic [Mon, 9 Feb 2015 12:14:22 +0000 (12:14 +0000)]
lantiq: fix typo in script

Fix typo in firmware installer script.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44351 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoocteon: switch to 3.18
blogic [Mon, 9 Feb 2015 12:14:09 +0000 (12:14 +0000)]
octeon: switch to 3.18

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