summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/busybox: add missing bits from 1.17.1 update (mostly config stuff), ↵Nicolas Thill2010-08-1533-509/+902
| | | | | | rename upstream patches so they're applied first SVN-Revision: 22665
* brcm47xx: do not read out cfeHauke Mehrtens2010-08-152-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-typesGabor Juhos2010-08-154-0/+1472
| | | | SVN-Revision: 22662
* brcm47xx/patches-2.6.35: Allow SSB EHCI/OHCI drivers to co-exist (thank you ↵Alexandros C. Couloumbis2010-08-151-0/+188
| | | | | | Steve Brown) SVN-Revision: 22661
* package/busybox: fix missing bit, refresh patchesAlexandros C. Couloumbis2010-08-1520-63/+62
| | | | SVN-Revision: 22660
* package/busybox: update to busybox-1.7.1, include upstream patchesAlexandros C. Couloumbis2010-08-1518-229/+325
| | | | SVN-Revision: 22659
* ramips: add support for Sparklan WCR-150GN boardGabor Juhos2010-08-157-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 switchesGabor Juhos2010-08-152-2/+2
| | | | | | * patch from #7713 SVN-Revision: 22656
* ixp4xx: fix compiler warnings in wrt300nv2-setup.cGabor Juhos2010-08-154-16/+20
| | | | SVN-Revision: 22655
* ixp4xx: fix compiler warnings in tw5334-setup.cGabor Juhos2010-08-154-24/+28
| | | | SVN-Revision: 22654
* quilt: needs autoconfAndy Boyett2010-08-141-2/+2
| | | | SVN-Revision: 22652
* ixp4xx: use the right parameter for ixp4xx_phy_disconnectGabor Juhos2010-08-144-4/+4
| | | | SVN-Revision: 22651
* ixp4xx: fix GPIOLIB supportGabor Juhos2010-08-144-20/+64
| | | | SVN-Revision: 22650
* ixp4xx: refresh patchesGabor Juhos2010-08-1436-105/+104
| | | | SVN-Revision: 22649
* ixp4xx: add TW-266-2 support to 2.6.32 as wellGabor Juhos2010-08-142-0/+330
| | | | SVN-Revision: 22648
* ixp4xx: backport IXP4XX_GPIO_IRQ macro to 2.6.32Gabor Juhos2010-08-141-0/+12
| | | | SVN-Revision: 22647
* ixp4xx: sync 2.6.32 kernel configGabor Juhos2010-08-141-11/+18
| | | | SVN-Revision: 22646
* ixp4xx: include linux/slab.h in the latch LED driverGabor Juhos2010-08-144-4/+8
| | | | SVN-Revision: 22645
* ar71xx: add eap7660d board to diag.sh and sysupgradeGabor Juhos2010-08-142-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 flashesGabor Juhos2010-08-144-12/+12
| | | | SVN-Revision: 22643
* generic: fix kernel version check for 2.6.35Gabor Juhos2010-08-141-1/+1
| | | | SVN-Revision: 22642
* package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)Nicolas Thill2010-08-141-1/+1
| | | | SVN-Revision: 22632
* linux/ar71xx: add nanostation-m signature (thanks Antonio Anselmi)Alexandros C. Couloumbis2010-08-141-1/+1
| | | | SVN-Revision: 22631
* uhttpd: - more robust handling of network failures on static file serving - ↵Jo-Philipp Wich2010-08-1410-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 Wich2010-08-144-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 Wich2010-08-131-0/+13
| | | | | | devices using the RTL8366s switch SVN-Revision: 22625
* n810: Make sysfs backlight controls workMichael Büsch2010-08-131-0/+33
| | | | SVN-Revision: 22623
* fixup 2.6.34 kernel headers to properly export XT_ALIGN() to userspace Ref: ↵Jo-Philipp Wich2010-08-131-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 Wich2010-08-136-0/+66
| | | | | | Atheros cards on the Asus WL-500w and possibly others (#4710) SVN-Revision: 22614
* Add lxde feed to feeds.conf.defaultLars-Peter Clausen2010-08-121-0/+1
| | | | SVN-Revision: 22612
* package/mac80211: fix r22422, add missing bits & bytesAlexandros C. Couloumbis2010-08-122-78/+433
| | | | SVN-Revision: 22611
* uhttpd: fix segmentation fault triggered by invalid header lineJo-Philipp Wich2010-08-121-1/+2
| | | | SVN-Revision: 22607
* 6in4: fix local address detection on ppp links (#7728)Jo-Philipp Wich2010-08-122-3/+3
| | | | SVN-Revision: 22605
* uhttpd: - abort file serving if client connection is lost (#7742) - don't ↵Jo-Philipp Wich2010-08-113-44/+50
| | | | | | send bad request headers twice SVN-Revision: 22602
* package/kernel: video: add missing dependencies (closes: #6497, #7542) * ↵Nicolas Thill2010-08-111-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 callsNicolas Thill2010-08-111-5/+5
| | | | SVN-Revision: 22596
* uhttpd: make init script less verboseJo-Philipp Wich2010-08-111-5/+1
| | | | SVN-Revision: 22593
* package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵Nicolas Thill2010-08-113-1/+7
| | | | | | bump release number SVN-Revision: 22592
* package/mac80211: let build system enable led code through cflags (thank you ↵Alexandros C. Couloumbis2010-08-111-0/+78
| | | | | | nbd) SVN-Revision: 22591
* uhttpd: add option to reject requests from RFC1918 IPs to public server IPs ↵Jo-Philipp Wich2010-08-117-2/+38
| | | | | | (DNS rebinding countermeasure) SVN-Revision: 22589
* rename 014-samsung_flash patch to a better name, thanks maddesFlorian Fainelli2010-08-106-0/+0
| | | | SVN-Revision: 22587
* fix Freecom DT2 jffs2 rootfs generation issue (#7584)Florian Fainelli2010-08-101-1/+12
| | | | SVN-Revision: 22585
* package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in ↵Nicolas Thill2010-08-101-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 Fainelli2010-08-101-17/+19
| | | | SVN-Revision: 22580
* update wrt350nv2 builder to v2.3 (#7580)Florian Fainelli2010-08-102-17/+49
| | | | SVN-Revision: 22579
* Fix dl_cleanup.pyMichael Büsch2010-08-101-1/+2
| | | | SVN-Revision: 22578
* Fix gpio_spi_old module for 2.6.35Lars-Peter Clausen2010-08-101-1/+1
| | | | SVN-Revision: 22576
* Switch of echo on ttyS1 (required for bluetooth to function correctly)Hamish Guthrie2010-08-101-0/+9
| | | | SVN-Revision: 22575
* Add stty to default config (required for gumstix bluetooth setup)Hamish Guthrie2010-08-101-0/+1
| | | | SVN-Revision: 22574
* Add HCI_UART_H4 support (required by Gumstix Overo)Hamish Guthrie2010-08-101-0/+1
| | | | SVN-Revision: 22572