Hauke Mehrtens
ba3a749f9b
kernel: refresh patches for kernel 4.4
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48222
2016-01-12 20:50:41 +00:00
Imre Kaloz
5705d058eb
generic/4.4: bump to -rc5
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47894
2015-12-15 11:20:38 +00:00
Jo-Philipp Wich
67e1c87012
all: drop old uci-defaults.sh
...
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47867
2015-12-11 15:26:06 +00:00
Imre Kaloz
3357033b73
mvebu: drop support for old kernels
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47835
2015-12-11 13:38:21 +00:00
Imre Kaloz
58e9e35444
mvebu: armada-385-rd has been renamed to armada-388-rd upstream
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47834
2015-12-11 13:36:30 +00:00
Imre Kaloz
73f774c960
mvebu: update and fixup 4.4 patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47832
2015-12-10 20:53:02 +00:00
Imre Kaloz
4707123fca
mvebu: fixup wifi macs for Linksys boards
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47820
2015-12-10 12:13:16 +00:00
Imre Kaloz
5ebd542e37
mvebu: add support for 4.4-rc
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47819
2015-12-10 12:11:39 +00:00
Imre Kaloz
b17844d21a
mvebu: add support for 4.1 and switch over
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47818
2015-12-10 12:08:13 +00:00
Jo-Philipp Wich
08848936dd
all: remove redundant board.d/00_model files
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47753
2015-12-04 11:07:06 +00:00
Jo-Philipp Wich
527ec2af59
all: remove dummy ucidef_set_interface_loopback() from board.d
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47744
2015-12-03 23:13:00 +00:00
Jo-Philipp Wich
9b02e73188
board.d: merge ucidef_add_switch() and ucidef_add_switch_ports()
...
This changes uci-defaults-new.sh, config_generate and all relevant board.d
files in order combine ucidef_add_switch() and ucidef_add_switch_ports() into
a single function.
Also removes now superfluous enable and reset arguments.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47721
2015-12-03 17:30:24 +00:00
Jo-Philipp Wich
fff1a82180
mvebu: switch network and led config defaults to board detection framework
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47674
2015-11-30 10:43:31 +00:00
Jo-Philipp Wich
fc64fd8712
Revert "mvebu: migrate led and network setup to board detection framework"
...
Roll back the mvebu conversion to board detection code as we need to fix
some strcutural issues first.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47597
2015-11-22 20:52:10 +00:00
Jo-Philipp Wich
e20b689249
mvebu: migrate led and network setup to board detection framework
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47541
2015-11-20 23:59:31 +00:00
Imre Kaloz
8bb23cfb66
mvebu: add support for the Linksys WRT1900ACS (Shelby)
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47164
2015-10-08 10:01:30 +00:00
Imre Kaloz
87a70e0774
This had been set in r44508 as a workaround for switch problems.
...
Now that the switch driver can handle two devices with
the same MAC address in separate VLANs we can go back
to using the same address on both interfaces.
This is the Linksys firmware's default behavior.
Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46700
2015-08-21 08:10:48 +00:00
Imre Kaloz
f57484c4af
mvebu: fix cobra chainmask
...
Thanks Sebastian for spotting it.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46697
2015-08-21 08:01:48 +00:00
Imre Kaloz
20fac016e4
mvebu: add support for the Linksys boot counter
...
The u-boot boot counter was never reset after a successful boot,
which sometimes could make some variables become out of sync.
This patch adds support for the boot counter and enables
auto_recovery unconditionally.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46690
2015-08-19 08:31:23 +00:00
Jonas Gorski
bed330204a
image.mk: move KDIR_TMP definition to a central location
...
Instead of each target defining it the same, move the KDIR_TMP
definition to include/image.mk. In addition Image/Build/SysupgradeNAND
already requires KDIR_TMP to be set, so it makes sense to have it
globally defined.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46592
2015-08-14 10:20:53 +00:00
Jonas Gorski
dbe4173b20
image: fix jffs2(_nand) image generation
...
Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used
for template generation, so need to be present before inclusion of
image.mk in target image Makefiles.
So move all declarations to before any includes.
Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls")
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46564
2015-08-05 13:55:52 +00:00
Imre Kaloz
eca9068815
mvebu: update dts files for mamba / WRT1900AC
...
Fix for default button states in WRT1900AC dts files.
This prevents overlay wipe when reset is pressed.
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
SVN-Revision: 46530
2015-07-31 18:23:28 +00:00
Imre Kaloz
d78c7f1765
mvebu: fix gpio config on the WRT1200AC
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46527
2015-07-31 18:08:12 +00:00
Hauke Mehrtens
7c7e5c4276
mvebu: make patches apply against 3.18.18 again
...
commit r46299 broke the mvebu target because one patch does not apply
any more. This commit closes #20070 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46303
2015-07-12 10:38:54 +00:00
Jonas Gorski
9a59b350b7
kernel: update 3.18 to 3.18.16
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.15
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.16
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46011
2015-06-17 09:54:55 +00:00
Imre Kaloz
9fb062cf93
mvebu: make flashing more safe
...
Turn on the auto recovery feature when flashing
and turn it off on successful bootup.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45792
2015-05-27 19:03:22 +00:00
Imre Kaloz
f1ebb1dddd
mvebu: update Linux 4.0 patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45762
2015-05-26 09:31:39 +00:00
Jonas Gorski
76d079204d
kernel: update 3.18 to 3.18.14
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14
Build tested on brcm63xx and ipq806x, runtested on brcm63xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45711
2015-05-21 19:32:46 +00:00
Imre Kaloz
c4c4cce190
mvebu: supress useless in-cpu rtc init on the Mamba
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45704
2015-05-19 22:54:05 +00:00
Imre Kaloz
9d3f24465f
mvebu: add xhci phy support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45629
2015-05-08 12:12:20 +00:00
Luka Perkov
76330e9b57
mvebu: better integrate xp-gp
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45459
2015-04-16 13:53:57 +00:00
Imre Kaloz
2705cda813
mvebu: add support for the Linksys Caiman and Cobra
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45456
2015-04-16 09:54:39 +00:00
Luka Perkov
0926e4c22f
mvebu: bring back CONFIG_CPU_THERMAL
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45455
2015-04-16 00:23:34 +00:00
Luka Perkov
a635c0a04e
mvebu: refresh kernel config
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45454
2015-04-16 00:10:42 +00:00
Luka Perkov
dade4535bb
mvebu: fix typo in marvell profile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45453
2015-04-15 16:23:20 +00:00
Luka Perkov
a046ce235f
mvebu: better integrate 385-ap-db
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45452
2015-04-15 16:23:10 +00:00
Imre Kaloz
232c61742e
mvebu: copy the initramfs files to the bin dir
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45421
2015-04-13 20:06:47 +00:00
Imre Kaloz
8c684f42e5
mvebu: add support for the in-CPU RTC on the Armada 38x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45415
2015-04-13 13:06:34 +00:00
Imre Kaloz
c9e6c7c836
mvebu: add comments to image generation
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45414
2015-04-13 12:15:40 +00:00
Imre Kaloz
e3bd4f0969
mvebu: stop legacy image generation
...
If you can't find the firmware for you board, send proper patches.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45413
2015-04-13 12:08:42 +00:00
Imre Kaloz
96c793f529
mvebu: generate a single firmware for the 385-db-ap
...
This has been done without having a board, but should work.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45412
2015-04-13 12:06:56 +00:00
Imre Kaloz
4da8f96754
mvebu: reflect Armada 38x support in the name
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45411
2015-04-13 11:30:39 +00:00
Imre Kaloz
ceb7321e13
mvebu: refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45401
2015-04-12 17:30:41 +00:00
Imre Kaloz
b0ad24f0d5
mvebu: migrate mamba support to the upstreamed code
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45400
2015-04-12 17:29:50 +00:00
Imre Kaloz
6f01238398
mvebu: handle other SKUs as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45396
2015-04-12 15:04:14 +00:00
Imre Kaloz
d1bedfbdf5
mvebu: include the ahci driver in the default profile
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45395
2015-04-12 15:03:25 +00:00
Imre Kaloz
a62fa2d365
mvebu: reformat the damaged syscfg partition on the mamba
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45386
2015-04-12 08:35:33 +00:00
John Crispin
6d0ad03fac
kernel: remove references to kmod-of-i2c
...
these break the IB since the module is part of i2c-core now
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45363
2015-04-10 13:39:33 +00:00
Imre Kaloz
7a9fe56452
generic/3.18: upgrade to 3.18.11
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45303
2015-04-07 21:29:26 +00:00
Imre Kaloz
be2d60465d
mvebu: disable cpu idle on a38x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45302
2015-04-07 21:13:44 +00:00