aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* package/*: replace occurences of 'ln -sf' to '$(LN)'Nicolas Thill2014-11-0612-34/+34
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43205
* ncurses: cleanup InstallDevNicolas Thill2014-11-061-3/+3
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43204
* libusb-compat: cleanup InstallDevNicolas Thill2014-11-061-4/+4
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43203
* odhcpd: disable flash-renumbering hack for non-64 prefixesSteven Barth2014-11-061-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43202
* ralink: improve r43200John Crispin2014-11-063-5/+10
| | | | | | | | | r43200 tries to detect if the fixup is needed or not. control the behaviour via OF instead and disable unused ports. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43201
* ralink: only apply ephy1 fixup if the phy is presentJohn Crispin2014-11-061-35/+40
| | | | | | | | this broke e1700 lan2 as the fixup was applied to the phy inside the mt7530. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43200
* ralink: tweak e1700 dts fileJohn Crispin2014-11-061-2/+0
| | | | | | | | the current driver code wont know which mt7530 to apply the llllw setting to. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43199
* ralink: make pci driver handle mt7628John Crispin2014-11-063-94/+139
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43198
* ralink: add support for mt7628John Crispin2014-11-0611-4/+518
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43197
* ralink: add mt7628 support to the ethernet driverJohn Crispin2014-11-062-1/+85
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43196
* ralink: cleanup ethernet Makefile/KconfigJohn Crispin2014-11-064-9/+38
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43195
* ralink: move ethernet driver to files/John Crispin2014-11-0622-6063/+5909
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43194
* procd: update to latest gitJohn Crispin2014-11-061-2/+2
| | | | | | | | | setsid is called fixing the pgrp issue trigger the wdt while modules are being inserted Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43193
* busybox: add 2 upstream fixesNicolas Thill2014-11-063-1/+119
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43191
* sunxi: fix network config on A20-OLinuXino-LIMENicolas Thill2014-11-061-1/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43190
* sunxi: add support for Olimex A20-OLinuXino-LIMENicolas Thill2014-11-063-0/+177
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43189
* uboot-sunxi: add support for Olimex A20-OLinuXino-LIMENicolas Thill2014-11-061-0/+5
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43188
* uboot-sunxi: cosmetic changesNicolas Thill2014-11-061-13/+24
| | | | | | | | | | This will ease adding new targets and updating: * split UBOOTS var into multiple lines * remove version from TITLE Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43187
* add support for the Linksys E1700Imre Kaloz2014-11-057-0/+178
| | | | SVN-Revision: 43186
* uml: remove inittab since procd is fixed nowSteven Barth2014-11-051-4/+0
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43185
* procd: fix kernel command-line argument parsingSteven Barth2014-11-051-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43184
* sunxi: move cubietruck dts into patches [3.14]Zoltan Herpai2014-11-042-77/+24
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43183
* sunxi: move IR patch for bananapiZoltan Herpai2014-11-041-0/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43182
* sunxi: move bananapi dts into patches [3.14]Zoltan Herpai2014-11-043-160/+166
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43181
* sunxi: move pcduino3 dts into patches [3.14]Zoltan Herpai2014-11-043-153/+159
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43180
* procd: Make askconsole work again when no tty is specified in inittabSteven Barth2014-11-041-2/+2
| | | | | | | | Thanks to Michel Stam Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43179
* procd: fix serial console login (#18278)Steven Barth2014-11-041-2/+2
| | | | | | | | Many thanks to Michel Stam for his work. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43178
* uml: fix inittabSteven Barth2014-11-041-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43177
* openssl: reenable CMS (broke krb5)Steven Barth2014-11-041-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43176
* ar71xx: add missing WZR-450HP2 patch from r43026 for 3.10Felix Fietkau2014-11-031-0/+39
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43175
* netfilter: Enable compiling iptables match clusterFelix Fietkau2014-11-033-0/+97
| | | | | | | | | | | | | | | | | | This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. This is used i.e. by strongswan-ha. Signed-off-by: Christian Scheele <cs@embedd.com> SVN-Revision: 43174
* ar71xx: add support for Netgear WNR2000v4John Crispin2014-11-0310-1/+267
| | | | | | Signed-off-by: Michaƫl Burtin <mburtin@gmail.com> SVN-Revision: 43173
* ralink: add pci bidge node to mt7620a dts fileJohn Crispin2014-11-031-0/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43172
* ralink: fix wan port on whr-1166John Crispin2014-11-032-4/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43171
* polarssl: update to 1.3.9Steven Barth2014-11-032-41/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43170
* mdnsd: add query / fetch methods, fix some bugsSteven Barth2014-11-031-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43169
* px5g: generate unique serial numbersJo-Philipp Wich2014-11-032-4/+8
| | | | | | | | | Generate a random serial from /dev/urandom when creating selfsigned certs. Fixes "sec_error_reused_issuer_and_serial" with Firefox. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43168
* license info - revert r43155John Crispin2014-11-03124-331/+24
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167
* Add more license tags with SPDX identifiersJohn Crispin2014-11-03124-24/+331
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* kernel/modules/vxlan: add +kmod-iptunnel as dependencyJohn Crispin2014-11-031-0/+1
| | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43154
* ramips: add support for Airlink101 AR670WJohn Crispin2014-11-038-3/+147
| | | | | | | | | | This is a RT2880-based board, 32MB RAM, 4MB flash. The bootloader is a hacked u-Boot that reads an LZMA image directly, so we skip generating the uImage header and enable the lzma mtdsplit parser. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43153
* kernel: add missing config symbol for 3.13+Felix Fietkau2014-11-023-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43152
* Add a few SPDX tagsSteven Barth2014-11-02110-35/+110
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* kernel: 3.18: fix config typoZoltan Herpai2014-11-021-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43150
* sunxi: update devtree name in network setup for pcduino3 as preparing for 3.18Zoltan Herpai2014-11-021-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43149
* bcm53xx: bcma: get IRQs also from device treeHauke Mehrtens2014-11-014-40/+305
| | | | | | | | | Add patches for getting the IRQ number for a device of the bcma bus that were send for upstream inclusion. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43148
* procd: revert some changes breaking console on UMLSteven Barth2014-11-011-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43147
* bcm53xx: set customized AUXCTLHauke Mehrtens2014-11-012-2/+30
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43146
* bcm53xx: activate early printkHauke Mehrtens2014-11-0110-8/+54
| | | | | | | | This makes it possible to activate early printk. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43145
* bcm53xx: refresh patchesHauke Mehrtens2014-11-0113-92/+9
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43144