Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm47xx: do not read out cfe | Hauke Mehrtens | 2010-08-15 | 2 | -10/+38 |
| | | | | | | | | | | | Reading the CFE properties causes system hangs on some devices. With this patch nvram read will be successful very time so cfe will no be read out. This code is not really correct but it will work around some problems for some people. Related ticket: #7693 SVN-Revision: 22663 | ||||
* | generic: update ARM mach-types | Gabor Juhos | 2010-08-15 | 4 | -0/+1472 |
| | | | | SVN-Revision: 22662 | ||||
* | brcm47xx/patches-2.6.35: Allow SSB EHCI/OHCI drivers to co-exist (thank you ↵ | Alexandros C. Couloumbis | 2010-08-15 | 1 | -0/+188 |
| | | | | | | Steve Brown) SVN-Revision: 22661 | ||||
* | package/busybox: fix missing bit, refresh patches | Alexandros C. Couloumbis | 2010-08-15 | 20 | -63/+62 |
| | | | | SVN-Revision: 22660 | ||||
* | package/busybox: update to busybox-1.7.1, include upstream patches | Alexandros C. Couloumbis | 2010-08-15 | 18 | -229/+325 |
| | | | | SVN-Revision: 22659 | ||||
* | ramips: add support for Sparklan WCR-150GN board | Gabor Juhos | 2010-08-15 | 7 | -0/+92 |
| | | | | | | | | | | | This patch adds support for Sparklan WCR-150GN board. Network configuration should be tweaked to make it work fully. The reason it's not in this patch is that ramips target should be modified to support different /etc/config/network files for different boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22658 | ||||
* | generic: fix LED control on the RTL8366 switches | Gabor Juhos | 2010-08-15 | 2 | -2/+2 |
| | | | | | | * patch from #7713 SVN-Revision: 22656 | ||||
* | ixp4xx: fix compiler warnings in wrt300nv2-setup.c | Gabor Juhos | 2010-08-15 | 4 | -16/+20 |
| | | | | SVN-Revision: 22655 | ||||
* | ixp4xx: fix compiler warnings in tw5334-setup.c | Gabor Juhos | 2010-08-15 | 4 | -24/+28 |
| | | | | SVN-Revision: 22654 | ||||
* | quilt: needs autoconf | Andy Boyett | 2010-08-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 22652 | ||||
* | ixp4xx: use the right parameter for ixp4xx_phy_disconnect | Gabor Juhos | 2010-08-14 | 4 | -4/+4 |
| | | | | SVN-Revision: 22651 | ||||
* | ixp4xx: fix GPIOLIB support | Gabor Juhos | 2010-08-14 | 4 | -20/+64 |
| | | | | SVN-Revision: 22650 | ||||
* | ixp4xx: refresh patches | Gabor Juhos | 2010-08-14 | 36 | -105/+104 |
| | | | | SVN-Revision: 22649 | ||||
* | ixp4xx: add TW-266-2 support to 2.6.32 as well | Gabor Juhos | 2010-08-14 | 2 | -0/+330 |
| | | | | SVN-Revision: 22648 | ||||
* | ixp4xx: backport IXP4XX_GPIO_IRQ macro to 2.6.32 | Gabor Juhos | 2010-08-14 | 1 | -0/+12 |
| | | | | SVN-Revision: 22647 | ||||
* | ixp4xx: sync 2.6.32 kernel config | Gabor Juhos | 2010-08-14 | 1 | -11/+18 |
| | | | | SVN-Revision: 22646 | ||||
* | ixp4xx: include linux/slab.h in the latch LED driver | Gabor Juhos | 2010-08-14 | 4 | -4/+8 |
| | | | | SVN-Revision: 22645 | ||||
* | ar71xx: add eap7660d board to diag.sh and sysupgrade | Gabor Juhos | 2010-08-14 | 2 | -2/+5 |
| | | | | | | | | This patch adds support for the Senao EAP7660D board to diag.sh and sysupgrade. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22644 | ||||
* | generic: fix wrong number of erase sectors for xxxS33B SPI flashes | Gabor Juhos | 2010-08-14 | 4 | -12/+12 |
| | | | | SVN-Revision: 22643 | ||||
* | generic: fix kernel version check for 2.6.35 | Gabor Juhos | 2010-08-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 22642 | ||||
* | package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310) | Nicolas Thill | 2010-08-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 22632 | ||||
* | linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi) | Alexandros C. Couloumbis | 2010-08-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 22631 | ||||
* | uhttpd: - more robust handling of network failures on static file serving - ↵ | Jo-Philipp Wich | 2010-08-14 | 10 | -255/+364 |
| | | | | | | support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php => /usr/bin/php-cgi) SVN-Revision: 22630 | ||||
* | base-files, uci: properly revert list state on config_load This fixes a bug ↵ | Jo-Philipp Wich | 2010-08-14 | 4 | -2/+9 |
| | | | | | | where lists end up with duplicate values if config_load was invoked multiple times. SVN-Revision: 22629 | ||||
* | add uci-defaults script to migrate vlan 0 to vlan 1 after sysupgrade on ↵ | Jo-Philipp Wich | 2010-08-13 | 1 | -0/+13 |
| | | | | | | devices using the RTL8366s switch SVN-Revision: 22625 | ||||
* | n810: Make sysfs backlight controls work | Michael Büsch | 2010-08-13 | 1 | -0/+33 |
| | | | | SVN-Revision: 22623 | ||||
* | fixup 2.6.34 kernel headers to properly export XT_ALIGN() to userspace Ref: ↵ | Jo-Philipp Wich | 2010-08-13 | 1 | -0/+50 |
| | | | | | | http://lkml.org/lkml/2010/4/13/118 SVN-Revision: 22621 | ||||
* | ssb: give the PCI core more time to initialize, fixes PCI issues with ↵ | Jo-Philipp Wich | 2010-08-13 | 6 | -0/+66 |
| | | | | | | Atheros cards on the Asus WL-500w and possibly others (#4710) SVN-Revision: 22614 | ||||
* | Add lxde feed to feeds.conf.default | Lars-Peter Clausen | 2010-08-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 22612 | ||||
* | package/mac80211: fix r22422, add missing bits & bytes | Alexandros C. Couloumbis | 2010-08-12 | 2 | -78/+433 |
| | | | | SVN-Revision: 22611 | ||||
* | uhttpd: fix segmentation fault triggered by invalid header line | Jo-Philipp Wich | 2010-08-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 22607 | ||||
* | 6in4: fix local address detection on ppp links (#7728) | Jo-Philipp Wich | 2010-08-12 | 2 | -3/+3 |
| | | | | SVN-Revision: 22605 | ||||
* | uhttpd: - abort file serving if client connection is lost (#7742) - don't ↵ | Jo-Philipp Wich | 2010-08-11 | 3 | -44/+50 |
| | | | | | | send bad request headers twice SVN-Revision: 22602 | ||||
* | package/kernel: video: add missing dependencies (closes: #6497, #7542) * ↵ | Nicolas Thill | 2010-08-11 | 1 | -1/+2 |
| | | | | | | kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc SVN-Revision: 22597 | ||||
* | package/kernel: video: remove redundant AddDepends/video calls | Nicolas Thill | 2010-08-11 | 1 | -5/+5 |
| | | | | SVN-Revision: 22596 | ||||
* | uhttpd: make init script less verbose | Jo-Philipp Wich | 2010-08-11 | 1 | -5/+1 |
| | | | | SVN-Revision: 22593 | ||||
* | package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵ | Nicolas Thill | 2010-08-11 | 3 | -1/+7 |
| | | | | | | bump release number SVN-Revision: 22592 | ||||
* | package/mac80211: let build system enable led code through cflags (thank you ↵ | Alexandros C. Couloumbis | 2010-08-11 | 1 | -0/+78 |
| | | | | | | nbd) SVN-Revision: 22591 | ||||
* | uhttpd: add option to reject requests from RFC1918 IPs to public server IPs ↵ | Jo-Philipp Wich | 2010-08-11 | 7 | -2/+38 |
| | | | | | | (DNS rebinding countermeasure) SVN-Revision: 22589 | ||||
* | rename 014-samsung_flash patch to a better name, thanks maddes | Florian Fainelli | 2010-08-10 | 6 | -0/+0 |
| | | | | SVN-Revision: 22587 | ||||
* | fix Freecom DT2 jffs2 rootfs generation issue (#7584) | Florian Fainelli | 2010-08-10 | 1 | -1/+12 |
| | | | | SVN-Revision: 22585 | ||||
* | package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in ↵ | Nicolas Thill | 2010-08-10 | 1 | -25/+17 |
| | | | | | | Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables SVN-Revision: 22582 | ||||
* | fix jffs2 128k image generation, patch from madddes (#7584) | Florian Fainelli | 2010-08-10 | 1 | -17/+19 |
| | | | | SVN-Revision: 22580 | ||||
* | update wrt350nv2 builder to v2.3 (#7580) | Florian Fainelli | 2010-08-10 | 2 | -17/+49 |
| | | | | SVN-Revision: 22579 | ||||
* | Fix dl_cleanup.py | Michael Büsch | 2010-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 22578 | ||||
* | Fix gpio_spi_old module for 2.6.35 | Lars-Peter Clausen | 2010-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22576 | ||||
* | Switch of echo on ttyS1 (required for bluetooth to function correctly) | Hamish Guthrie | 2010-08-10 | 1 | -0/+9 |
| | | | | SVN-Revision: 22575 | ||||
* | Add stty to default config (required for gumstix bluetooth setup) | Hamish Guthrie | 2010-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 22574 | ||||
* | Add HCI_UART_H4 support (required by Gumstix Overo) | Hamish Guthrie | 2010-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 22572 | ||||
* | enable gpio uesrspace interface via sysfs | Hamish Guthrie | 2010-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 22571 |