aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add Moschip MSC814x supportFlorian Fainelli2012-06-1949-0/+4494
| | | | | | | | | | | | | | | | | | | | | | This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462
* ar71xx: create profile and build image for the TL-WDR4300 boardGabor Juhos2012-06-192-0/+17
| | | | SVN-Revision: 32461
* ar71xx: add user space support for the TL-WDR4300Gabor Juhos2012-06-195-0/+15
| | | | SVN-Revision: 32460
* ar71xx: add support for the TL-WDR4300 boardGabor Juhos2012-06-193-0/+244
| | | | SVN-Revision: 32459
* ar71xx: refresh patchesGabor Juhos2012-06-193-7/+7
| | | | SVN-Revision: 32458
* ar71xx: make AR8327 LEDs working on the DB120 boardGabor Juhos2012-06-191-9/+18
| | | | SVN-Revision: 32457
* generic: ar8216: allow to configure AR8327 LEDs via platform dataGabor Juhos2012-06-193-1/+33
| | | | SVN-Revision: 32456
* ar71xx: remove superfluous include of asm/mach-ath79/pci.hGabor Juhos2012-06-195-5/+0
| | | | SVN-Revision: 32455
* ar71xx: add a common function to configure USB power GPIOsGabor Juhos2012-06-199-19/+63
| | | | SVN-Revision: 32454
* ar71xx: correctly detect NETGEAR WNDRMACGabor Juhos2012-06-191-0/+2
| | | | | | | | | This patch helps properly detect a WNDRMAC device. Before this patch the model is detected as "NETGEAR ?????????N". Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32453
* ar71xx: add USB LED support by default for WNDR3700/WNDR3800/WNDRMACGabor Juhos2012-06-191-1/+1
| | | | | | | | | This adds kmod-leds-wndr3700-usb package to a default build for WNDR3700, WNDR3800 and WNDRMAC in order to support the green USB LED. Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 32452
* tools/e2fsprogs: don't build e4defragGabor Juhos2012-06-191-0/+11
| | | | | | | Compilation fails on older systems due to missing syscalls, and the e4defrag tool is not used by the build-system anyway. SVN-Revision: 32451
* ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA RouterGabor Juhos2012-06-1912-0/+97
| | | | | | | | | | This patch adds support for the Korean made Petatel PSR-680W Wireless CDMA Router. The platform is based on Ralink RT3052. http://wiki.openwrt.org/toh/petatel/psr-680w Signed-off-by: Dmitry Shmygov <shmygov at rambler.ru> SVN-Revision: 32450
* mac80211: fix linux 3.5 compatibilityFelix Fietkau2012-06-191-6/+5
| | | | SVN-Revision: 32449
* mac80211: fix AP multi-BSSID support (#11698)Felix Fietkau2012-06-192-2/+60
| | | | SVN-Revision: 32448
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵Felix Fietkau2012-06-198-0/+185
| | | | | | embeddedwireless.de) SVN-Revision: 32447
* ar71xx: add support for reading the MAC address from OTP ROM on AR933xFelix Fietkau2012-06-191-0/+166
| | | | SVN-Revision: 32446
* zlib fix for btrfsJo-Philipp Wich2012-06-181-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, yes, it is true... In the standard, unpatched trunk is zlib_inflate.ko compiled, but not included in any package... So, my previous version was functional, but with system bug. Here is fixed patch. On Wed, Jun 13, 2012 at 05:00:02PM +0200, Jo-Philipp Wich wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > - -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi. > > Shouldn't you also add CONFIG_ZLIB_DEFLATE to KCONFIG then? > > ~ Jow > - -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk/YqrcACgkQdputYINPTPM6dgCfYDgzK1XHiKDJNSdc/+HgIoRp > HSgAoKdUxcqXzHqTLiyEkiQqCnDuuVmu > =0DUX > - -----END PGP SIGNATURE----- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk/YqvIACgkQdputYINPTPNMagCePNwPSYHfoCd5eXywQ+sTATqQ > 2CQAoJW/Fez+DqflHlJVcvng/LvsfrCm > =s6B0 > -----END PGP SIGNATURE----- > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel Signed-off-by: Michal Heppler <mhepp@ics.muni.cz> SVN-Revision: 32444
* openssl does not compile with uml and arch x86_64Jo-Philipp Wich2012-06-181-2/+7
| | | | | | | | | | | | | Hi, I found that openssl did not compile on the uml target under x86_64. The attached patch should correct this and is working for me. Is this the right way to do it? thanks, Thomas SVN-Revision: 32443
* toolchain/insight: update download location and MD5 sum to status quoJo-Philipp Wich2012-06-181-2/+2
| | | | | | | | | insight GDB version 6.8-1 sources have apparently changed. The original file is no longer available upstream. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32438
* optimize kernel config for kvm_guestJo-Philipp Wich2012-06-181-1/+3
| | | | | | | | | | This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 32436
* kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.koFelix Fietkau2012-06-182-0/+2
| | | | | | | | | | | | | | kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko if it is not included into the kmod-ipt-nathelper-extra packge the modules nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: [ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 32434
* kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp ↵Jo-Philipp Wich2012-06-181-7/+21
| | | | | | depend on kmod-pppox (#11677) SVN-Revision: 32433
* 6rd: apply the same simplifications done in 6to4 and 6in4Jo-Philipp Wich2012-06-183-41/+6
| | | | SVN-Revision: 32432
* Add new package for configuring 6rd tunnels.Jo-Philipp Wich2012-06-185-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for manually configuring 6rd tunnels. It depends on the netifd patches I sent earlier, which add 6rd support. A basic interface configuration looks like: config interface 'wan6' option proto '6rd' option peeraddr '192.0.2.1' option ip6prefix '2123::' option ip6prefixlen '16' option ip4prefixlen '0' Where ip4prefixlen is optional and actually defaults to 0, which would use all bits of the IPv4 in the calculated IPv6 subnet. I believe it should be possible to configure a regular 6to4 tunnel using this, and that we may want to merge the two eventually, but there are some larger differences between the two at the moment: - 6rd addresses can be more difficult to calculate. My ISP, for example, has a setup with a v6 mask of 43 bits, and a v4 mask of 19. - 6to4 has support for configuring radvd. This is something we want, of course, but it seems best to deal with this in a separate patch. Just creating a new package looked like the quickest way to get this in. This work is based on the 6in4 package, and work by Stijn Tintel. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 32431
* netifd: bump again to git head, fix device present state after reconnecting ↵Jo-Philipp Wich2012-06-181-2/+2
| | | | | | shell protos SVN-Revision: 32430
* netifd: update to latest version again, fixes route6 issues (#11528)Felix Fietkau2012-06-181-2/+2
| | | | SVN-Revision: 32429
* 6in4, 6to4: further simplify protocol backends - use new default route ↵Jo-Philipp Wich2012-06-186-80/+9
| | | | | | dependencies to trigger bringup - remove old hotplug scripts SVN-Revision: 32428
* netifd: update to latest version, adds 6rd related changes and adds support ↵Felix Fietkau2012-06-181-2/+2
| | | | | | for default route dependencies (through host route dependencies) SVN-Revision: 32426
* build: allow KERNELNAME to contain multiple kernel make targetsFlorian Fainelli2012-06-181-1/+1
| | | | SVN-Revision: 32423
* remove inittab overrideJo-Philipp Wich2012-06-181-5/+0
| | | | SVN-Revision: 32422
* fix ccache related build breakageJohn Crispin2012-06-182-2/+6
| | | | SVN-Revision: 32421
* mac80211: update to wireless-testing 2012-06-14Felix Fietkau2012-06-1854-1960/+1418
| | | | SVN-Revision: 32420
* uhttpd: finish inherited uloop in forked childs, fixes misdispatched events ↵Jo-Philipp Wich2012-06-183-1/+7
| | | | | | leading to race conditions and bad memory accesses SVN-Revision: 32419
* e2fsprogs: fix md5sum issueLuka Perkov2012-06-172-2/+2
| | | | | | md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418
* acx-mac80211: Add workaround for mac80211 hw-queue checkVasilis Tsiligiannis2012-06-171-0/+42
| | | | SVN-Revision: 32417
* acx-mac80211: Bump to v20120607Vasilis Tsiligiannis2012-06-173-21/+6
| | | | SVN-Revision: 32416
* acx-mac80211: Allow firmware downloading for more ACX1xx cardsVasilis Tsiligiannis2012-06-171-33/+141
| | | | SVN-Revision: 32415
* e2fsprogs: update to 1.42.4Luka Perkov2012-06-171-2/+2
| | | | SVN-Revision: 32414
* e2fsprogs: update to 1.42.4Luka Perkov2012-06-171-2/+2
| | | | SVN-Revision: 32413
* fix SPI message control handling for BCM6338/6348Florian Fainelli2012-06-175-5/+133
| | | | | | | | | BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of 16-bits. We were previously using a 16-bits write which corrupted the first byte of the TX FIFO. Also the message type was always set to Full-duplex even in the case of half-duplex messages. SVN-Revision: 32409
* 6in4, 6to4: remove dependency on "ip"Jo-Philipp Wich2012-06-172-2/+2
| | | | SVN-Revision: 32403
* 6to4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵Jo-Philipp Wich2012-06-172-44/+13
| | | | | | json_get_vars() to read settings SVN-Revision: 32402
* 6in4: change local4 option name back to ipaddrJo-Philipp Wich2012-06-171-5/+5
| | | | SVN-Revision: 32401
* 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵Jo-Philipp Wich2012-06-172-42/+11
| | | | | | json_get_vars() to read settings SVN-Revision: 32400
* base-files: implement network_get_gateway(), network_get_gateway6(), ↵Jo-Philipp Wich2012-06-172-1/+60
| | | | | | network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397
* fuse: update to 2.9.0Felix Fietkau2012-06-163-49/+3
| | | | SVN-Revision: 32396
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵Felix Fietkau2012-06-163-74/+32
| | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395
* fuse: move kmod-fuse to package/kernelFelix Fietkau2012-06-162-16/+15
| | | | SVN-Revision: 32394
* fuse: remove obsolete patchesFelix Fietkau2012-06-164-143/+0
| | | | SVN-Revision: 32393