Zoltan Herpai [Fri, 31 Jan 2014 16:04:19 +0000 (16:04 +0000)]
add missing symbol
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39439
Zoltan Herpai [Fri, 31 Jan 2014 15:53:53 +0000 (15:53 +0000)]
sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39438
Jo-Philipp Wich [Fri, 31 Jan 2014 15:48:47 +0000 (15:48 +0000)]
base-files: expose taint flags in /etc/openwrt_release
SVN-Revision: 39437
Jo-Philipp Wich [Fri, 31 Jan 2014 15:48:42 +0000 (15:48 +0000)]
version.mk: add initial infrastructure for recording specific build taint conditions like modified busybox or disabled ipv6 support
SVN-Revision: 39436
Felix Fietkau [Fri, 31 Jan 2014 13:50:16 +0000 (13:50 +0000)]
busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39435
Jo-Philipp Wich [Fri, 31 Jan 2014 12:28:29 +0000 (12:28 +0000)]
busybox: fix dependency on librpc (#14636)
SVN-Revision: 39434
Steven Barth [Fri, 31 Jan 2014 11:23:00 +0000 (11:23 +0000)]
odhcp6c: several bugfixes and improvements
* Fixed broken stateless-mode (fixes #14863)
* Support for multiple IAIDs, improved server compatibility,
improved NTP/SNTP support and other fixes (thanks to T-Labs)
SVN-Revision: 39433
Felix Fietkau [Fri, 31 Jan 2014 11:05:21 +0000 (11:05 +0000)]
ath9k: fix handling of the default chip pci id on ar93xx (#14886)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39432
Felix Fietkau [Fri, 31 Jan 2014 10:43:18 +0000 (10:43 +0000)]
hostapd: fix basic rate list handling with netifd
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39431
Gabor Juhos [Thu, 30 Jan 2014 17:08:03 +0000 (17:08 +0000)]
kernel/modules: add xen-privcmd package
Also select that for kmod-xen-fs. Fixes the following build
error:
Package kmod-xen-fs is missing dependencies for the following libraries:
xen-privcmd.ko
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39430
Gabor Juhos [Thu, 30 Jan 2014 17:08:02 +0000 (17:08 +0000)]
ar71xx: dragino2: add missing sysupgrade support.
The original dragino2 board support was missing some changes from the
upstream svn repository (http://svn.dragino.com/dragino2) that supported
sysupgrade.
[juhosg: change subject]
Signed-off-by: Karl Palsson <karlp@remake.is>
Patchwork: http://patchwork.openwrt.org/patch/4801/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39429
Felix Fietkau [Thu, 30 Jan 2014 15:55:59 +0000 (15:55 +0000)]
mac80211: refresh tarball with a newer backports version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39428
Felix Fietkau [Thu, 30 Jan 2014 13:21:36 +0000 (13:21 +0000)]
mac80211: update to wireless-testing 2014-01-23
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39427
Felix Fietkau [Thu, 30 Jan 2014 13:21:30 +0000 (13:21 +0000)]
hostapd: fix frequency selection for ap+sta
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39426
John Crispin [Thu, 30 Jan 2014 09:02:58 +0000 (09:02 +0000)]
libubox: ubox: procd: ubus: update to latest git head
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39425
Felix Fietkau [Thu, 30 Jan 2014 07:33:42 +0000 (07:33 +0000)]
kernel: fix parallel build issues with header install
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39424
Jo-Philipp Wich [Wed, 29 Jan 2014 13:17:03 +0000 (13:17 +0000)]
Add sysfixtime init script, replacement of luci_fixtime
Simply scan for the most recent file in /etc and set
system time to this file modification time if it's in the future
It allow some time dependent program to work immediatly
without waiting for ntpd to sync
v1: v2: bad approach
v3: simply scan /etc, thanks to Bastian Bittorf for the idea
v4: use sort -n, thanks to Catalin Patulea
v5: use [] instead of [[]], thanks to Andreas Mohr
v6: use openwrt style, thanks to Bastian Bittorf
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39422
Jo-Philipp Wich [Wed, 29 Jan 2014 13:10:39 +0000 (13:10 +0000)]
lldpd: build without libreadline
lldpcli uses libreadline for tab completion. libreadline take around 110kb.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39421
Jo-Philipp Wich [Wed, 29 Jan 2014 13:10:35 +0000 (13:10 +0000)]
lldpd: add missing lldpcli
lldpd calls on startup lldpcli to configure itself.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39420
Jo-Philipp Wich [Wed, 29 Jan 2014 13:10:31 +0000 (13:10 +0000)]
lldpd: push to version 0.7.7
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 39419
Jo-Philipp Wich [Tue, 28 Jan 2014 21:12:45 +0000 (21:12 +0000)]
hostapd: Fix 80211w setup with netifd
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39412
Jo-Philipp Wich [Tue, 28 Jan 2014 21:12:36 +0000 (21:12 +0000)]
hostapd: Fix basic_rate setup with netifd
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39411
Gabor Juhos [Tue, 28 Jan 2014 17:30:25 +0000 (17:30 +0000)]
kernel/3.1x: yaffs: fix handling of small-page NAND devices
Since the yaffs code update (r39084), it is not
possible to install OpenWrt on RouterBoards with
small-page NAND chips. Fix the yaffs code to make
it work again.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39409
Zoltan Herpai [Mon, 27 Jan 2014 19:30:01 +0000 (19:30 +0000)]
add missing symbol
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39406
Zoltan Herpai [Mon, 27 Jan 2014 19:29:04 +0000 (19:29 +0000)]
mxs: make config and patches versioned
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39405
Florian Fainelli [Mon, 27 Jan 2014 04:34:39 +0000 (04:34 +0000)]
brcm63xx: fix warning in Redboot code
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39404
Gabor Juhos [Sun, 26 Jan 2014 17:42:26 +0000 (17:42 +0000)]
x86: remove 3.6 support
The 3.6 kernel isn't used by any of the x86 subtargets, so remove it.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39403
Gabor Juhos [Sun, 26 Jan 2014 16:46:21 +0000 (16:46 +0000)]
ar71xx: swconfig: use the local helper to set LED brightness on link down
Use the 'swconfig_trig_set_brightness' function to set
the brightness value of the LED when the link goes down.
This ensures that the last brighness value is saved into
a local variable which is used to track the actual LED
status.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39402
Gabor Juhos [Sun, 26 Jan 2014 14:55:34 +0000 (14:55 +0000)]
ar71xx: wpe72: set active_low flag for the reset button
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39401
Gabor Juhos [Sun, 26 Jan 2014 14:55:32 +0000 (14:55 +0000)]
ar71xx: wp543: set active_low flag for the buttons
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39400
Gabor Juhos [Sun, 26 Jan 2014 11:30:34 +0000 (11:30 +0000)]
kernel: update 3.10 to 3.10.28
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
Gabor Juhos [Sat, 25 Jan 2014 18:12:13 +0000 (18:12 +0000)]
ar71xx: image: reserve 4 erase blocks on the TP-Link devices
This ensures that the generated images will have enough erase
blocks for JFFS2.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39397
Gabor Juhos [Sat, 25 Jan 2014 18:12:03 +0000 (18:12 +0000)]
firmware-utils/mktplinkfw: allow to reserve space in the generated images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39396
Gabor Juhos [Sat, 25 Jan 2014 11:16:59 +0000 (11:16 +0000)]
ar71xx: archer c7: define LEDs connected to the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39395
Gabor Juhos [Sat, 25 Jan 2014 08:31:45 +0000 (08:31 +0000)]
ar71xx: image: move WNDAP360 macro
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39394
Gabor Juhos [Sat, 25 Jan 2014 08:25:05 +0000 (08:25 +0000)]
kernel/3.8: update pci_disable_usb_common_quirks patch
Fix build errors caused by undefined 'usb_disable_xhci_ports'
symbol.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39393
Gabor Juhos [Fri, 24 Jan 2014 17:40:17 +0000 (17:40 +0000)]
ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards
On recent TL-WDR4300 boards the external LNAs of the 2.4GHz
interface are connected to GPIO lines. Because these GPIO
lines are disabled by default, the RX sensitivity of the
device is quite bad.
Setup the GPIOs of the external LNAs to fix the issue.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39392
Gabor Juhos [Fri, 24 Jan 2014 17:15:03 +0000 (17:15 +0000)]
ar71xx: image: generate sysupgrade images for the Compex boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39391
Gabor Juhos [Fri, 24 Jan 2014 17:15:02 +0000 (17:15 +0000)]
ar71xx: add sysupgrade support for the Compex boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39390
Gabor Juhos [Fri, 24 Jan 2014 17:15:01 +0000 (17:15 +0000)]
ar71xx: image: use a single firmware partition on Compex devices
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39389
Gabor Juhos [Fri, 24 Jan 2014 17:15:01 +0000 (17:15 +0000)]
ar71xx: enable MTD_SPLIT_LZMA_FW option
It will be used for Compex devices.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39388
Gabor Juhos [Fri, 24 Jan 2014 17:14:59 +0000 (17:14 +0000)]
kernel/3.1x: add split code for LZMA compressed kernel based firmwares
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39387
Luka Perkov [Fri, 24 Jan 2014 13:49:39 +0000 (13:49 +0000)]
config: lxc: enable KERNEL_POSIX_MQUEUE
Recent lxc versions are not useful if this option is not enabled. That said,
enable KERNEL_POSIX_MQUEUE by default when KERNEL_LXC_MISC is selected.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39385
Gabor Juhos [Fri, 24 Jan 2014 11:59:35 +0000 (11:59 +0000)]
ar71xx: image: detect partition sizes in the Image/Build/Ath macro
Get the size of the mtd partitions directly from the
MTD layout and remove the superfluous macro parameters.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39384
Gabor Juhos [Fri, 24 Jan 2014 11:59:32 +0000 (11:59 +0000)]
ar71xx: image: fix size verification in the CatFiles macro
The macro checks the size of the rootfs image even if
the second parameter of the macro contains the size of
an eraseblock. It is wrong because the size of the
kernel image will be adjusted to the next eraseblock
and the resulting image might be too large.
Fix the macro to check the size of the final image
instead of the rootfs image.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39383
Gabor Juhos [Fri, 24 Jan 2014 08:48:10 +0000 (08:48 +0000)]
Revert "kernel: create firmware partition from MyLoader partition parser"
This reverts r38197.
The automatically created firmware partition includes
the partition_table partition. Apart from the partition
table, this partition contains sensitive data on some
Compex devices which data can be destroyed when the
firmware partition gets modified. Revert the change to
prevent that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39382
Luka Perkov [Fri, 24 Jan 2014 00:07:48 +0000 (00:07 +0000)]
uboot-envtools: add support for wndr3700
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39380
Gabor Juhos [Thu, 23 Jan 2014 16:47:42 +0000 (16:47 +0000)]
ar71xx: ap83: define mtd layout via command line
Also use the RKuImage macro becasue the original
firmware starts with the rootfs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39379
Gabor Juhos [Thu, 23 Jan 2014 16:47:41 +0000 (16:47 +0000)]
ar71xx: ap81: define mtd layout via command line
Also use the RKuImage macro becasue the original
firmware starts with the rootfs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39378
Gabor Juhos [Thu, 23 Jan 2014 12:27:28 +0000 (12:27 +0000)]
ar71xx: image: show size limit in warning messages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39376
Gabor Juhos [Thu, 23 Jan 2014 12:23:10 +0000 (12:23 +0000)]
ar71xx: add initramfs image support for Compex devices
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39375
Gabor Juhos [Thu, 23 Jan 2014 12:23:08 +0000 (12:23 +0000)]
ar71xx: wp543: use KEY_RESET code for the sw4 button
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39374
Luka Perkov [Thu, 23 Jan 2014 11:33:42 +0000 (11:33 +0000)]
ar71xx: create wndr3700 network config from uci-defaults
Since that was the last configuration in defconfig directory we can drop the
defconfig init script too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39373
Luka Perkov [Thu, 23 Jan 2014 11:33:41 +0000 (11:33 +0000)]
base-files: add ucidef_add_switch_port function
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39372
Steven Barth [Thu, 23 Jan 2014 11:02:18 +0000 (11:02 +0000)]
odhcpd: fix certain config values being overwritten
Thanks to Hans Dedecker for the fix.
SVN-Revision: 39371
Steven Barth [Thu, 23 Jan 2014 10:59:04 +0000 (10:59 +0000)]
6rd: Make don't fragment bit (df) a configurable variable
Make the IPv4 "do not fragment" bit a configurable variable for the 6rd
tunnel interface as the bit should not be set in the encapsulating IPv4
header according to RFC3056.
On top the config variable allows to enable/disable path mtu discovery
for tunnel interfaces.
Config variable can be passed to netifd as tunnel config support is
already present for the "do not fragment" bit.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 39370
Gabor Juhos [Thu, 23 Jan 2014 09:07:49 +0000 (09:07 +0000)]
kernel/3.10: update pci_disable_usb_common_quirks patch
Fix build errors caused by undefined 'usb_disable_xhci_ports'
symbol.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39369
Gabor Juhos [Thu, 23 Jan 2014 06:55:58 +0000 (06:55 +0000)]
mpc85xx: Fix building ramdisk images
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39368
Gabor Juhos [Thu, 23 Jan 2014 06:55:50 +0000 (06:55 +0000)]
mpc85xx: Remove inittab workaround
The default inittab uses "askconsole" which is implemented by procd
and uses the console provided by the kernel command line.
Hence, this platform specific workaround is not necessary anymore.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39367
John Crispin [Wed, 22 Jan 2014 15:33:16 +0000 (15:33 +0000)]
ubox: revert log buffer size changes
the fix horribly broke existing setups
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39366
John Crispin [Tue, 21 Jan 2014 20:59:04 +0000 (20:59 +0000)]
ubox: update to latest git head
make sure log buffer size is not bigger than the ubus message size
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39365
Florian Fainelli [Tue, 21 Jan 2014 18:50:26 +0000 (18:50 +0000)]
brcm63xx: enable support for BCM63268
Support for the BCM63268 is usable, enable it by default.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39364
Florian Fainelli [Tue, 21 Jan 2014 18:50:11 +0000 (18:50 +0000)]
brcm63xx: add support for BCM963269BHR board
Add kernel support for the BCM963269BHR board, USB and Ethernet switch,
LEDs and buttons are working.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39363
Florian Fainelli [Tue, 21 Jan 2014 18:49:50 +0000 (18:49 +0000)]
brcm63xx: improve BCM63268 support
Allow using the HSSPI controller since it works just fine, as well as
the integrated switch core, since that one works too.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39362
Gabor Juhos [Tue, 21 Jan 2014 17:17:42 +0000 (17:17 +0000)]
ar71xx: mynet-n750: define LEDs connected to the AR8327 switch
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
Patchwork: http://patchwork.openwrt.org/patch/4743/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39361
Zoltan Herpai [Tue, 21 Jan 2014 14:43:50 +0000 (14:43 +0000)]
modules: swconfig.c: update the error path on 3.13, and behave nicely with return
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39360
Zoltan Herpai [Tue, 21 Jan 2014 14:24:45 +0000 (14:24 +0000)]
modules: update swconfig.c to compile on 3.13 (compile-tested)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39359
Zoltan Herpai [Tue, 21 Jan 2014 14:23:00 +0000 (14:23 +0000)]
add missing symbols
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39358
Jonas Gorski [Tue, 21 Jan 2014 12:11:18 +0000 (12:11 +0000)]
kernel: ocf: add missing dependency for hifn driver
The HIFN driver is a PCI driver, thus requires PCI support to be enabled
to compile. Therefore let it depend on PCI..
Should fix mvebu builds.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39357
John Crispin [Tue, 21 Jan 2014 09:51:16 +0000 (09:51 +0000)]
lantiq: fix unaligned access in vdsl firmware extractor
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39356
Zoltan Herpai [Tue, 21 Jan 2014 07:53:11 +0000 (07:53 +0000)]
add missing symbols
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39355
Hauke Mehrtens [Mon, 20 Jan 2014 20:01:22 +0000 (20:01 +0000)]
b53: use drvdata to store driver data
we should not abuse the platform_data pointer.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39354
Hauke Mehrtens [Mon, 20 Jan 2014 19:07:18 +0000 (19:07 +0000)]
b53: make b53_switch_reset_gpio() static
SVN-Revision: 39353
John Crispin [Mon, 20 Jan 2014 18:42:58 +0000 (18:42 +0000)]
procd: update to latest git head
Fixes OpenWrt bug #14832
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39352
Steven Barth [Mon, 20 Jan 2014 18:23:02 +0000 (18:23 +0000)]
netifd: don't add unnecessary NOP policy rules
SVN-Revision: 39351
Zoltan Herpai [Mon, 20 Jan 2014 15:23:27 +0000 (15:23 +0000)]
update ocf patches - as ENT_DEBUG is removed, move the messages into pr_notice
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39350
Imre Kaloz [Mon, 20 Jan 2014 14:46:29 +0000 (14:46 +0000)]
update/fixup overlayfs patch
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39349
Imre Kaloz [Mon, 20 Jan 2014 13:56:24 +0000 (13:56 +0000)]
add initial 3.13 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39348
Steven Barth [Mon, 20 Jan 2014 12:53:15 +0000 (12:53 +0000)]
6in4: fix typo in config variable (fixes #14830)
SVN-Revision: 39347
Gabor Juhos [Mon, 20 Jan 2014 10:23:06 +0000 (10:23 +0000)]
ar71xx: tl-wr1043nd-v2: define LEDs connected to the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39346
Gabor Juhos [Mon, 20 Jan 2014 10:23:05 +0000 (10:23 +0000)]
ar71xx: tl-wdr4300: define LEDs connected to the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39345
Gabor Juhos [Mon, 20 Jan 2014 10:23:04 +0000 (10:23 +0000)]
ar71xx: set default LED config for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39344
Gabor Juhos [Mon, 20 Jan 2014 10:23:03 +0000 (10:23 +0000)]
ar71xx: set status_led for the RB2011* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39343
Gabor Juhos [Mon, 20 Jan 2014 10:23:02 +0000 (10:23 +0000)]
ar71xx: fix indentation in diag.sh
Replace the leading spaces with tabs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39342
Gabor Juhos [Mon, 20 Jan 2014 10:23:01 +0000 (10:23 +0000)]
ar71xx: rb2011: define LEDs connected to the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39341
Gabor Juhos [Mon, 20 Jan 2014 10:23:00 +0000 (10:23 +0000)]
ar71xx: enable AR8327 LED support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39340
Gabor Juhos [Mon, 20 Jan 2014 10:22:59 +0000 (10:22 +0000)]
kernel/3.1[02]: add AR8216_PHY_LEDS option
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39339
Gabor Juhos [Mon, 20 Jan 2014 10:22:56 +0000 (10:22 +0000)]
generic: ar8216: add custom LED support for the AR8327 switch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39338
Gabor Juhos [Mon, 20 Jan 2014 10:22:55 +0000 (10:22 +0000)]
generic: ar8216: allow to use chip specific cleanup callback
It will be used for AR8327.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39337
Gabor Juhos [Mon, 20 Jan 2014 10:22:54 +0000 (10:22 +0000)]
generic: ar8216: add optimized rmw operation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39336
Gabor Juhos [Mon, 20 Jan 2014 10:22:49 +0000 (10:22 +0000)]
ar71xx: rb2011: fix eth5 LED
The eth5 LED on the RB2011 is not working because the
LED control rule is missing. Fix it.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39335
John Crispin [Sun, 19 Jan 2014 19:10:09 +0000 (19:10 +0000)]
ubox: update to latest git head
adds option to set internal buffer size
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39333
Steven Barth [Sun, 19 Jan 2014 17:35:33 +0000 (17:35 +0000)]
firewall: don't reload if there were no address or data changes
This fixes packet loss due to reloading firewall every minute with IPv6
implementation of certain ISPs.
SVN-Revision: 39332
John Crispin [Sun, 19 Jan 2014 17:27:40 +0000 (17:27 +0000)]
kernel: add usb3 module definitions
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39331
John Crispin [Sun, 19 Jan 2014 17:27:31 +0000 (17:27 +0000)]
ralink: activate xhci config
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39330
John Crispin [Sun, 19 Jan 2014 17:27:22 +0000 (17:27 +0000)]
ralink: backport various fixes from linux-mti
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39329
John Crispin [Sun, 19 Jan 2014 17:27:13 +0000 (17:27 +0000)]
ralink: add xhci driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39328
John Crispin [Sun, 19 Jan 2014 17:27:04 +0000 (17:27 +0000)]
scripts/kconfig.pl: Indicate which file we couldn't open
Signed-off-by: Daniel Colascione <dancol@dancol.org>
SVN-Revision: 39327
Jonas Gorski [Sun, 19 Jan 2014 14:00:18 +0000 (14:00 +0000)]
brcm63xx: fix typo breaking build in r39325
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39326
Jonas Gorski [Sun, 19 Jan 2014 13:46:25 +0000 (13:46 +0000)]
brcm63xx: set usb host port number for some devices
Update a few devices with their actual port numbers, especially those
with two ports.
Should allow properly using the second port on the Neufboxen and HW553
and HW556.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39325