summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ralink: fix up dts for mt7621 eval boardJohn Crispin2014-11-124-26/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43238
* ralink: add support for mt7621 ethernetJohn Crispin2014-11-1210-6109/+342
| | | | | | | | somehow all switch ports still come up as 10mbit. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43237
* ralink: more mt7530 fixesJohn Crispin2014-11-111-2/+2
| | | | | | | | make 1166 wan port work. this broke due to the esw_polling bug Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43236
* ralink: fix mdio polling of external phys if only 1 phy existsJohn Crispin2014-11-111-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43235
* ralink: remove IC plus phy driverJohn Crispin2014-11-111-1/+0
| | | | | | | | this driver confuses some boards Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43234
* lldpd: allow discovery protocols to be disabled from menuconfigJo-Philipp Wich2014-11-113-6/+60
| | | | | | | | Signed-off-by: Michel Stam <m.stam@fugro.nl> [jow: fixed condition for CONFIG_LLDPD_WITH_JSON] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43233
* ralink: DCS-930: enable soundLuka Perkov2014-11-111-0/+1
| | | | | | | | Camera has microphone; in order to use it by default enable sound support. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43232
* ralink: update DCS-930 dtsLuka Perkov2014-11-111-26/+4
| | | | | | | | | * read MAC address from factory partition * remove port defines since there is only one port (most likely C/P error) Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43231
* kirkwood: add support for Linksys EA3500Luka Perkov2014-11-107-0/+192
| | | | | | | | http://wiki.openwrt.org/toh/linksys/ea3500 Signed-off-by: Dan Walters <dan@walters.io> SVN-Revision: 43230
* kernel: update kernel 3.18 to rc4Hauke Mehrtens2014-11-1022-69/+59
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43229
* 6in4: detect curl and busybox wgetSteven Barth2014-11-091-8/+27
| | | | | | | | | | | | | | | | b52053b 6in4: https support for he.net tunnel api introduced HTTPS support using wget. The busybox version of wget, however, doesn't support the -V option, thus poluting logfiles with a full invalid-parameter-output. Redirect stderr to fix that. As libcurl and curl support selecting the SSL library of your choice, also add support for curl which is more commonly used on OpenWrt than "real" wget which needs libopenssl. Also make sure to respect SSL_CERT_DIR and increase timeouts. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43228
* mac80211: fix kernel crash on netdev unregister on newer 3.14 kernelsFelix Fietkau2014-11-091-1/+3
| | | | | | | | Based on patch by Mark Milburn Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43224
* kernel: backport bcm47xxpart changes queued for 3.19Rafał Miłecki2014-11-086-90/+126
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43223
* kernel: ssb: add PCI ID 0x4351Rafał Miłecki2014-11-082-0/+20
| | | | | | | | | Backports commit 9837baa99717c7526e4bae9c68e8728dea4af183 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43221
* procd: update to the latest version, fixes job control on the console shellFelix Fietkau2014-11-081-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43220
* ramips: fix initramfs image build handlingFelix Fietkau2014-11-081-4/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43219
* ramips: add eeprom data for 802.11ac wlan on WHR-1166DFelix Fietkau2014-11-081-0/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43218
* ramips: add missing size/address-cells to device tree include filesFelix Fietkau2014-11-082-0/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43217
* ralink: fix a regression that broke pcie on mt7621John Crispin2014-11-081-8/+11
| | | | | | | | i accidentally dropped 2 lines while adding mt7628 support Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43216
* netifd: fix default ORO-setting for 6rdSteven Barth2014-11-082-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43214
* ramips: enable sysupgrade for whr-600d, whr-1166dFelix Fietkau2014-11-081-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43213
* kernel: 3.18: Fix kmod-ipt-natSteven Barth2014-11-081-0/+2
| | | | | | | | | | | The 3.18 kernel introduced new Kconfig options for the xt_nat and iptable_nat kernel modules, that both belong to the ipt_nat kernel package. Enable this new options. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> SVN-Revision: 43212
* ralink: fix the compat string for mt7620a pciJohn Crispin2014-11-081-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43211
* mac80211: update to wireless-testing 2014-11-04Felix Fietkau2014-11-0765-3205/+37
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43210
* mac80211: merge a few pending upstream fixesFelix Fietkau2014-11-0714-85/+365
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43208
* ralink: assign default ranges inside the pci driverJohn Crispin2014-11-071-14/+33
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43207
* ralink: mt7628 does not actually need this fix for the ethernet driverJohn Crispin2014-11-071-3/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43206
* 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