aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* ar71xx: image: show size limit in warning messagesGabor Juhos2014-01-23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39376
* ar71xx: add initramfs image support for Compex devicesGabor Juhos2014-01-23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39375
* ar71xx: wp543: use KEY_RESET code for the sw4 buttonGabor Juhos2014-01-23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39374
* ar71xx: create wndr3700 network config from uci-defaultsLuka Perkov2014-01-23
| | | | | | | | | 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
* base-files: add ucidef_add_switch_port functionLuka Perkov2014-01-23
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39372
* odhcpd: fix certain config values being overwrittenSteven Barth2014-01-23
| | | | | | Thanks to Hans Dedecker for the fix. SVN-Revision: 39371
* 6rd: Make don't fragment bit (df) a configurable variableSteven Barth2014-01-23
| | | | | | | | | | | | | | 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
* kernel/3.10: update pci_disable_usb_common_quirks patchGabor Juhos2014-01-23
| | | | | | | | | Fix build errors caused by undefined 'usb_disable_xhci_ports' symbol. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39369
* mpc85xx: Fix building ramdisk imagesGabor Juhos2014-01-23
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39368
* mpc85xx: Remove inittab workaroundGabor Juhos2014-01-23
| | | | | | | | | | | | 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
* ubox: revert log buffer size changesJohn Crispin2014-01-22
| | | | | | | | the fix horribly broke existing setups Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39366
* ubox: update to latest git headJohn Crispin2014-01-21
| | | | | | | | make sure log buffer size is not bigger than the ubus message size Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39365
* brcm63xx: enable support for BCM63268Florian Fainelli2014-01-21
| | | | | | | | Support for the BCM63268 is usable, enable it by default. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39364
* brcm63xx: add support for BCM963269BHR boardFlorian Fainelli2014-01-21
| | | | | | | | | 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
* brcm63xx: improve BCM63268 supportFlorian Fainelli2014-01-21
| | | | | | | | | 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
* ar71xx: mynet-n750: define LEDs connected to the AR8327 switchGabor Juhos2014-01-21
| | | | | | | | 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
* modules: swconfig.c: update the error path on 3.13, and behave nicely with ↵Zoltan Herpai2014-01-21
| | | | | | | | return Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39360
* modules: update swconfig.c to compile on 3.13 (compile-tested)Zoltan Herpai2014-01-21
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39359
* add missing symbolsZoltan Herpai2014-01-21
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39358
* kernel: ocf: add missing dependency for hifn driverJonas Gorski2014-01-21
| | | | | | | | | | | 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
* lantiq: fix unaligned access in vdsl firmware extractorJohn Crispin2014-01-21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39356
* add missing symbolsZoltan Herpai2014-01-21
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39355
* b53: use drvdata to store driver dataHauke Mehrtens2014-01-20
| | | | | | | | we should not abuse the platform_data pointer. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39354
* b53: make b53_switch_reset_gpio() staticHauke Mehrtens2014-01-20
| | | | SVN-Revision: 39353
* procd: update to latest git headJohn Crispin2014-01-20
| | | | | | | | Fixes OpenWrt bug #14832 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39352
* netifd: don't add unnecessary NOP policy rulesSteven Barth2014-01-20
| | | | SVN-Revision: 39351
* update ocf patches - as ENT_DEBUG is removed, move the messages into pr_noticeZoltan Herpai2014-01-20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39350
* update/fixup overlayfs patchImre Kaloz2014-01-20
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39349
* add initial 3.13 supportImre Kaloz2014-01-20
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39348
* 6in4: fix typo in config variable (fixes #14830)Steven Barth2014-01-20
| | | | SVN-Revision: 39347
* ar71xx: tl-wr1043nd-v2: define LEDs connected to the AR8327 switchGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39346
* ar71xx: tl-wdr4300: define LEDs connected to the AR8327 switchGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39345
* ar71xx: set default LED config for the RB2011* boardsGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39344
* ar71xx: set status_led for the RB2011* boardsGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39343
* ar71xx: fix indentation in diag.shGabor Juhos2014-01-20
| | | | | | | | Replace the leading spaces with tabs. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39342
* ar71xx: rb2011: define LEDs connected to the AR8327 switchGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39341
* ar71xx: enable AR8327 LED supportGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39340
* kernel/3.1[02]: add AR8216_PHY_LEDS optionGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39339
* generic: ar8216: add custom LED support for the AR8327 switchGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39338
* generic: ar8216: allow to use chip specific cleanup callbackGabor Juhos2014-01-20
| | | | | | | | It will be used for AR8327. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39337
* generic: ar8216: add optimized rmw operationGabor Juhos2014-01-20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39336
* ar71xx: rb2011: fix eth5 LEDGabor Juhos2014-01-20
| | | | | | | | | 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
* ubox: update to latest git headJohn Crispin2014-01-19
| | | | | | | | adds option to set internal buffer size Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39333
* firewall: don't reload if there were no address or data changesSteven Barth2014-01-19
| | | | | | | This fixes packet loss due to reloading firewall every minute with IPv6 implementation of certain ISPs. SVN-Revision: 39332
* kernel: add usb3 module definitionsJohn Crispin2014-01-19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39331
* ralink: activate xhci configJohn Crispin2014-01-19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39330
* ralink: backport various fixes from linux-mtiJohn Crispin2014-01-19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39329
* ralink: add xhci driverJohn Crispin2014-01-19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39328
* scripts/kconfig.pl: Indicate which file we couldn't openJohn Crispin2014-01-19
| | | | | | Signed-off-by: Daniel Colascione <dancol@dancol.org> SVN-Revision: 39327
* brcm63xx: fix typo breaking build in r39325Jonas Gorski2014-01-19
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39326