John Crispin
bd5635770c
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>
SVN-Revision: 44426
2015-02-13 07:29:03 +00:00
John Crispin
235a83cdfe
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>
SVN-Revision: 44425
2015-02-13 07:28:53 +00:00
Rafał Miłecki
615909819d
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>
SVN-Revision: 44424
2015-02-12 20:13:20 +00:00
Nicolas Thill
02aa882e60
sunxi: A20-OLinuXino-Lime profile rename leftover
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44423
2015-02-12 17:30:09 +00:00
Luka Perkov
5cce8f9a0f
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>
SVN-Revision: 44422
2015-02-12 14:39:26 +00:00
John Crispin
dbfb21ee90
lantiq: make m25p80 work again
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44421
2015-02-12 11:15:56 +00:00
John Crispin
1eb616764e
lantiq: fix mac addr assignment inside lantiq_etop
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44420
2015-02-12 09:17:04 +00:00
John Crispin
c5b7e1aaf4
lantiq: PCI should be enabled on vrx200
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44419
2015-02-12 08:23:45 +00:00
John Crispin
44b929fcdd
ralink: make the mt7621 irq core with with the new CM api
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44418
2015-02-12 08:07:39 +00:00
John Crispin
de8d6e447c
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>
SVN-Revision: 44417
2015-02-12 08:07:27 +00:00
John Crispin
7b3354bb92
generic: fix broken patch in the transition of 3.19 from -rc5 to release .0
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44416
2015-02-12 08:07:20 +00:00
Rafał Miłecki
30d6bc1026
kernel: mtdsplit_uimage: read more data to match Edimax needs
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44415
2015-02-12 07:50:07 +00:00
Rafał Miłecki
072759ff39
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>
SVN-Revision: 44414
2015-02-12 07:44:34 +00:00
Rafał Miłecki
5673e0b703
kernel: mtdsplit_uimage: add parser for Edimax devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44413
2015-02-12 07:23:40 +00:00
Rafał Miłecki
1aed104c80
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>
SVN-Revision: 44412
2015-02-12 06:57:24 +00:00
Rafał Miłecki
1f3cdb8634
kernel: fix bgmac check for chip ID
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44411
2015-02-11 18:11:22 +00:00
Rafał Miłecki
e73ca898ab
kernel: backport mainlined bgmac patches from 3.19
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44410
2015-02-11 17:35:09 +00:00
Jo-Philipp Wich
e3744a7cc7
base-files: fix target/subtarget value in /etc/openwrt_release
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44409
2015-02-11 15:12:32 +00:00
Rafał Miłecki
b5310e180d
bcm53xx: use bcm47xx_wdt for restarting device
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44408
2015-02-11 14:41:07 +00:00
John Crispin
1aaa72103b
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>
SVN-Revision: 44407
2015-02-11 13:50:56 +00:00
John Crispin
173809b650
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>
SVN-Revision: 44406
2015-02-11 13:50:40 +00:00
John Crispin
eaec1e41b1
brcm2708: add missing SUBTARGETS:= to makefile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44405
2015-02-11 13:09:39 +00:00
John Crispin
b67a6f65d6
brcm2708: remove CMA_DEBUG
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44404
2015-02-11 13:05:37 +00:00
John Crispin
cafc77f74c
brcm2708: add Raspberry Pi 2 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44403
2015-02-11 13:05:31 +00:00
John Crispin
146c9aff27
brcm2708: remove 3.14 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44402
2015-02-11 13:05:23 +00:00
John Crispin
0f4431758b
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>
SVN-Revision: 44401
2015-02-11 13:05:14 +00:00
John Crispin
0e2c66bb14
mt76: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44400
2015-02-11 13:05:07 +00:00
Nicolas Thill
29a57ce073
ramips/mt7620: add missing config symbol
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44399
2015-02-11 12:13:49 +00:00
Nicolas Thill
693d76466a
oprofile: mark broken on uml
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44398
2015-02-11 11:31:38 +00:00
Nicolas Thill
f87f373c9f
config: disable kernel tracing on uml
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44397
2015-02-11 11:31:26 +00:00
Nicolas Thill
e97228fde9
ebtables: disable rpath
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44396
2015-02-11 11:31:07 +00:00
Nicolas Thill
afccff9f33
util-linux: disable rpath
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44395
2015-02-11 11:31:01 +00:00
Nicolas Thill
d48735dd85
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>
SVN-Revision: 44394
2015-02-11 11:30:56 +00:00
John Crispin
e7d8a82a5c
cns3xxx: set v3.18 as default
...
tested on a nor and a spi laguna
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44393
2015-02-11 10:21:02 +00:00
John Crispin
408c969626
brcm2708: update to v3.18
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44392
2015-02-11 10:17:55 +00:00
John Crispin
f90d9d486a
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>
SVN-Revision: 44391
2015-02-11 10:17:38 +00:00
Rafał Miłecki
6bafb2f810
bcm53xx: backport bcm47xx_wdt changes to 3.18 to use this driver in future
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44390
2015-02-11 10:11:00 +00:00
Felix Fietkau
658a33688e
relayd: update to the latest version, adds fixes by Alejandro Enrique
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44389
2015-02-11 10:09:57 +00:00
John Crispin
96ab322414
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>
SVN-Revision: 44388
2015-02-11 10:09:56 +00:00
John Crispin
038f8e1eda
generic: add a few missing symbols for generic config-3.19.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44387
2015-02-11 10:09:40 +00:00
John Crispin
88ddb37461
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>
SVN-Revision: 44386
2015-02-11 10:09:23 +00:00
Rafał Miłecki
ddcbef5766
kernel: backport bcma patches queued for 3.20
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44385
2015-02-11 10:04:51 +00:00
Rafał Miłecki
d417d58ff7
kernel: 3.18: complete backport of some bcma patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44384
2015-02-11 09:14:48 +00:00
Rafał Miłecki
3ae30df7db
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>
SVN-Revision: 44383
2015-02-11 08:42:34 +00:00
Luka Perkov
92f324d333
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>
SVN-Revision: 44381
2015-02-10 22:36:59 +00:00
Jo-Philipp Wich
7aa5766ad1
libevent2: remove defunct download mirror
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44380
2015-02-10 18:55:44 +00:00
Jo-Philipp Wich
24f49b170e
rules.mk: don't add staging_dir/host/bin/ path again
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44379
2015-02-10 15:49:36 +00:00
Jo-Philipp Wich
6205e3324d
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>
SVN-Revision: 44378
2015-02-10 15:49:17 +00:00
Jo-Philipp Wich
2efe776ab0
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>
SVN-Revision: 44377
2015-02-10 15:48:48 +00:00
Jo-Philipp Wich
572b943080
tools: add patchelf host build
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44376
2015-02-10 15:48:32 +00:00