Jonas Gorski
663083d930
brcm63xx: sync mips counters during bringup of cpus
...
Fixes gettimeofday returning different values depending on which cpu
it is called.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40387
2014-04-05 18:32:34 +00:00
Felix Fietkau
6d3672b13b
odhcp6c: Add renew handler for proto dhcpv6
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 40386
2014-04-05 18:17:25 +00:00
Felix Fietkau
dca014db76
netifd: Add renew handler for proto dhcp
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 40385
2014-04-05 18:17:22 +00:00
Felix Fietkau
0dd2d18400
netifd: update to latest version, fixes issues when l3 interface changes on reload (e.g. ppp -> dhcp/static)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40384
2014-04-05 18:17:18 +00:00
John Crispin
306e0fd866
fstools: scripts should propagate the cmdline
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 40383
2014-04-05 16:34:40 +00:00
John Crispin
b507549ba5
ubi-utils: fix git tree path, a regex went mad
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40382
2014-04-05 16:34:30 +00:00
John Crispin
f464b7d176
lantiq: cleanup the dsl control scripts
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40381
2014-04-05 16:34:20 +00:00
Jonas Gorski
b519908e84
brcm63xx: update development kernel to linux 3.14
...
Now that 3.13 will be EOL soon, switch to 3.14.
Known issues:
* 74x164 is not available because upstream dropped non-DT support
* jffs2 breaks with SMP
Unknown issues:
* probably plenty
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40380
2014-04-04 10:17:08 +00:00
Jonas Gorski
e098045dc2
kernel: fix bluetooth and zsmalloc for 3.14
...
zsmalloc was promoted from staging, while bluetooth gained a dependency
to a library shared with 802.15.4 for 6lowpan support.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40379
2014-04-04 10:16:54 +00:00
Jonas Gorski
86fa1440c7
kernel: fix usb module paths for 3.14
...
dwc2 was promoted from staging, while u_rndis was merged into
usb_f_rndis.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40378
2014-04-04 10:16:52 +00:00
Jonas Gorski
52388da14a
kernel: fix kmod-sound-core for 3.14
...
pcm-page-alloc was merged into snd-pcm.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40377
2014-04-04 10:16:50 +00:00
Jonas Gorski
a8363fadcd
kernel: make sched_act_connmark compile for 3.14
...
The upstream API changed, which allowed to simplify the code a bit.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40376
2014-04-04 10:16:49 +00:00
Jonas Gorski
96c4e3eed0
kernel: make sched_esfq compile for 3.14
...
net_random was replaced with prandom_u32.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40375
2014-04-04 10:16:47 +00:00
Jonas Gorski
e24b601b56
kernel: add missing config symbol for linux 3.14
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40374
2014-04-04 10:16:44 +00:00
John Crispin
a05356f48a
lantiq: nand fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40372
2014-04-03 14:27:02 +00:00
John Crispin
15139d468c
lantiq: BT Home Hub 2B support - userspace
...
Basic userspace configuration for BT Home Hub 2B
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 40371
2014-04-03 14:26:58 +00:00
John Crispin
709cab91d2
lantiq: BT Home Hub 2B support - board support
...
Board support patch for BT Home Hub 2B
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 40370
2014-04-03 14:26:54 +00:00
John Crispin
469b8297fa
lantiq: BT Home Hub 2B support - jedec probe
...
Lantiq nor patch. Adds support for jedec probing if cfi
probing fails.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 40369
2014-04-03 14:26:50 +00:00
John Crispin
78a7ae428f
lantiq: make td8970 wifi led work
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40368
2014-04-03 14:26:46 +00:00
John Crispin
08b4924401
ubi-utils: mini version of mtd-utils that only includes ubi tools
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40367
2014-04-03 14:26:42 +00:00
John Crispin
69519ed75f
fstools: update to latest git
...
this fixes ubifs and ubi overlay support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40366
2014-04-03 14:26:38 +00:00
John Crispin
08f03e959b
include/make.mk: add support for ubinize-overlay.cfg
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40365
2014-04-03 14:26:31 +00:00
John Crispin
58eccdac4f
lantiq: fix vr9 ubi handling
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40364
2014-04-03 14:26:24 +00:00
Felix Fietkau
78a3f697a5
x86: xen_domu is functional, remove broken flag
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40363
2014-04-02 20:45:09 +00:00
Imre Kaloz
ecbcbeefae
make printk, crashlog and swap support configurable
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40361
2014-04-02 11:40:41 +00:00
Florian Fainelli
c18cc9aa49
orion: create a macro for zImage with machine id
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40360
2014-04-01 22:21:11 +00:00
Florian Fainelli
3d0ec6bd08
orion: fix KERNELNAME
...
uImage cannot be built in parallel properly until zImage is ready
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40359
2014-04-01 22:21:00 +00:00
Florian Fainelli
5b6d0b1818
orion: fix initramfs uImage generation
...
We would fail to copy an non-existent uImage-initramfs to $(BIN_DIR)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40358
2014-04-01 22:20:49 +00:00
Florian Fainelli
e1fbee0327
buildroot: add Cortex A15 specific CFLAGS
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40357
2014-04-01 22:20:36 +00:00
Steven Barth
e544c1607a
odhcpd: add preliminary support for managed DHCPv6-PD and CER-ID
...
SVN-Revision: 40355
2014-04-01 18:52:09 +00:00
Imre Kaloz
36fefbb60e
3.14 final is out
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40352
2014-03-31 13:43:06 +00:00
Steven Barth
a22190340a
odhcp6c: add preliminary CER-ID support
...
SVN-Revision: 40351
2014-03-31 06:43:50 +00:00
Felix Fietkau
a558ce7e21
grub2: disable mkfont - fix build on Archlinux
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 40350
2014-03-30 19:55:43 +00:00
Felix Fietkau
fa4d4a62bf
grub2: disable libdevmapper - fix build when it's available
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 40349
2014-03-30 19:55:39 +00:00
Hauke Mehrtens
bdde12b13a
kernel: backport BCM5357 fix for GPIOs
...
This backports: bcma: gpio: register 32 GPIOs on BCM5357
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40347
2014-03-30 19:08:37 +00:00
Hauke Mehrtens
c286feac80
brcm47xx: backport 3.14 patch for nvram GPIO pin read
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40346
2014-03-30 19:07:46 +00:00
Hauke Mehrtens
499d1f1401
brcm47xx: Name LEDs colors for Linksys E1000 V2.1
...
Handle it by creating a new patch for simple database changes.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40345
2014-03-30 19:07:13 +00:00
Hauke Mehrtens
a1f4a43cef
brcm47xx: update workarounds patch to V3
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40344
2014-03-30 19:06:24 +00:00
John Crispin
c78af071de
samba36: revert r40341
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40343
2014-03-30 19:05:25 +00:00
John Crispin
5b6ceab69b
ralink: fix chuncked-io module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40342
2014-03-30 19:03:55 +00:00
John Crispin
ca1a527187
samba: update to 3.6.23 Signed-off-by: John Crispin <blogic@openwrt.org>
...
SVN-Revision: 40341
2014-03-30 19:03:12 +00:00
John Crispin
aa1118c79b
lantiq: fix ptm crash under load
...
https://dev.openwrt.org/ticket/14581
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40335
2014-03-30 14:01:21 +00:00
John Crispin
618984339a
kernel/modules: package Arabic charsets
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40334
2014-03-30 13:08:00 +00:00
John Crispin
5fe7fed09e
kernel/modules: package Hebrew charsets
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40333
2014-03-30 13:07:57 +00:00
John Crispin
c7168b64ef
dhcp: Fix broadcast parameter validation support, remove unused netmask parameter
...
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 40332
2014-03-30 13:07:52 +00:00
John Crispin
1fdf13a9e1
util-linux: add missing dependency
...
https://dev.openwrt.org/ticket/15417
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40331
2014-03-30 13:00:50 +00:00
John Crispin
3972b47458
revert: kernel: rtl8306: fix max pvid & remove port isolation
...
apparently this one was nt a good idea to merge
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40330
2014-03-30 10:04:55 +00:00
John Crispin
e36568e74b
lntiq: add support for Astoria ARV7519RW.
...
These patches add support for the Astoria ARV7519RW aka Livebox 2.1
The PCI and PCIe interfaces have been disabled. Also, because there are
two revisions of this board with different GPHY firmwares, two targets
were defined.
V2: rewrote partitions to work with an u-boot specifically made for
these boards.
Signed off by: Esteban Benito <estebanjbs@gmail.com>
Signed off by: Carles Gadea <carlesgrg@gmail.com>
Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 40329
2014-03-30 10:02:30 +00:00
John Crispin
42e8cb6388
lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)
...
ARV7510PW22, ARV752DPW and ARV752DPW22 have the RT2860 eeprom stored in
flash as big-endian, but the driver needs it in little-endian format. We
have to swab it before handing it over. This requires my earlier patch
for busybox.
Funnily enough, ARV752DPW works also with the incorrect eeprom, but
undoubtedly unoptimally. I have a hunch that also the final remaining
Lantiq board would require this swabbing, but I'm not sure, so I just
swab it in the three boards that I know about.
v2:
* Swab also on ARV7510PW22 based on feedback from Alvaro Rojas
* Fix the offset with bs=2
Signed-off-by: Matti Laakso <malaakso at elisanet.fi>
SVN-Revision: 40328
2014-03-30 09:16:52 +00:00
John Crispin
1966d4942c
busybox: backport dd conv=swab from 1.22
...
Some boards have the WLAN EEPROM stored in flash in big-endian format,
whereas the driver requires the EEPROM in little-endian format. The
conv=swab option in dd is particularly useful in this case. This patch
backports this feature from busybox-1.22 based on the following commits:
commit b941316ae5313be523b64f0a9151ee4decb2b35b dd: support conv=swab
commit 8395bd3f52f8ed46fa3ffc316b2d113afa748bae dd: fix example in a
comment. No code changes.
commit 5b9910f0a4a1b7976c46e6f849aaa263180e5521 dd: fail if swab is
attempted on odd-sized block
commit 0ff0b320a2dbb5e0b5fa245ffd9b2648d7026843 dd: code shrink
v2: include the commit messages from upstream
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 40327
2014-03-30 09:16:47 +00:00