summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add qemu targetFlorian Fainelli2010-11-084-0/+252
| | | | SVN-Revision: 23921
* add target to be used with qemuFlorian Fainelli2010-11-085-0/+210
| | | | SVN-Revision: 23920
* make targets provide their KERNELNAMEFlorian Fainelli2010-11-084-9/+6
| | | | SVN-Revision: 23919
* refresh patches, remove 015-r6040_fix_multicast.patch (upstreamed)Florian Fainelli2010-11-076-46/+11
| | | | SVN-Revision: 23918
* avoid namespace clash on ar7_gpio_initFlorian Fainelli2010-11-071-4/+4
| | | | SVN-Revision: 23917
* net5501: Add features to net5501 and remove HID support (unneeded)Florian Fainelli2010-11-071-1/+2
| | | | | | | | | | | Since the net5501 doesn't have a VGA port, it doesn't need HID support either -- all console access will be over a serial port. Also add FEATURES to it as well. Signed-of-by: Philip Prindeville <philip@redfish-solutions.com> SVN-Revision: 23916
* fix build failure when targetting ramdiskFlorian Fainelli2010-11-071-0/+10
| | | | SVN-Revision: 23914
* ath9k: fix a compile error with debugging disabled (#8189)Felix Fietkau2010-11-071-0/+8
| | | | SVN-Revision: 23912
* brcm47xx: Fix boot problem with wgt634u.Hauke Mehrtens2010-11-0718-38/+953
| | | | | | | | | | Readd the workarround from the old version again which was removed in r22296 and refresh the patches. This should close #7874 Thank you Russell Senior for testing. SVN-Revision: 23911
* base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)Jo-Philipp Wich2010-11-071-1/+1
| | | | SVN-Revision: 23908
* Fix permissions for /etc and other dirs after clean flash (#6039)Jo-Philipp Wich2010-11-071-1/+1
| | | | | | | | | | | | | | | During the first OpenWrt boot after a clean flash (when the jffs2 partition is not yet initialized) tmpfs is used instead of the usual jffs2 overlay filesystem. If this tmpfs is mounted with default options, all directories created there (/etc, /etc/config, other subdirectories in /etc) get permissions 1777 by default, and these permissions then persist in the created jffs2 at least until subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the permission problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> SVN-Revision: 23906
* uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵Jo-Philipp Wich2010-11-061-0/+18
| | | | | | pthreads always resulted in 0 breaking various programs like transmission and collectd. This patch is not 100% thread safe but it brings back threading into a usable state for now. SVN-Revision: 23905
* Add support for Ubiquiti UniFi APClaudio Mignanti2010-11-063-0/+43
| | | | SVN-Revision: 23904
* Add wps button on alice gateClaudio Mignanti2010-11-061-3/+9
| | | | SVN-Revision: 23903
* Add package for ledtrigger netfilterClaudio Mignanti2010-11-061-0/+21
| | | | SVN-Revision: 23902
* Add package for ledtrigger gpioClaudio Mignanti2010-11-061-0/+15
| | | | SVN-Revision: 23901
* Merge branch 'adm8668'Florian Fainelli2010-11-0646-0/+5162
| | | | SVN-Revision: 23900
* broadcom-wl: remove pcmcia supportHauke Mehrtens2010-11-062-12/+22
| | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. SVN-Revision: 23899
* n810: omapfb and keyboard fixesMichael Büsch2010-11-062-107/+114
| | | | SVN-Revision: 23898
* uhttpd: make it work without shadow password supportJo-Philipp Wich2010-11-063-2/+18
| | | | SVN-Revision: 23897
* fix touchscreen driver build failureFlorian Fainelli2010-11-061-1/+1
| | | | SVN-Revision: 23895
* ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since ↵Jo-Philipp Wich2010-11-051-0/+43
| | | | | | | | | | | | | | | | | b65c7b2c79debcb9017e31913e01eeaa280106fb, the implicit search path can be disabled by not #defining __LDSO_SEARCH_INTERP_PATH__. This causes _dl_ldsopath to never be set, so it remains NULL. _dl_ldsopath is still used when __LDSO_LDD_SUPPORT__ is #defined, to strip the path off of the beginning of the absolute path to the ld.so interpreter in use for printing. The _dl_strlen will crash with a NULL argument. Rather than relying on _dl_ldsopath, this change causes ldd to compute the interpreter's basename directly. glibc ld.so seems to print the full path to the interpreter without any computed basename or =>. I personally prefer glibc's behavior, but to preserve backwards compatibility with uClibc ld.so, the existing format with the computed basename, =>, and full path is used here. This enables simpler (and unchanged) text processing in a pipeline. Signed-off-by: Mark Mentovai <mark at moxienet.com> SVN-Revision: 23892
* add missing symbol spotted by buildbot.Florian Fainelli2010-11-051-0/+1
| | | | SVN-Revision: 23891
* ath9k: fix ath9k_hw_apply_gpio_override so that it's effectiveFelix Fietkau2010-11-051-1/+1
| | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23890
* target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)Alexandros C. Couloumbis2010-11-051-17/+25
| | | | SVN-Revision: 23889
* omap24xx: Add linux 2.6.37 config/patchesMichael Büsch2010-11-0515-0/+22131
| | | | SVN-Revision: 23888
* linux 2.6.37: Disable DEBUG_ICEDCCMichael Büsch2010-11-051-0/+1
| | | | SVN-Revision: 23887
* n810 profile: add maemo-kexecMichael Büsch2010-11-051-1/+2
| | | | SVN-Revision: 23886
* the same DEFAULT_PACKAGES should be selected in the generic MakefileImre Kaloz2010-11-053-5/+1
| | | | SVN-Revision: 23885
* only build squashfs images by defaultImre Kaloz2010-11-051-1/+1
| | | | SVN-Revision: 23884
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-049-122/+175
| | | | SVN-Revision: 23883
* target/linux: extend r23881 for 2.6.37 too.Alexandros C. Couloumbis2010-11-041-0/+3
| | | | SVN-Revision: 23882
* target/linux: add missing symbols (closes #8147)Alexandros C. Couloumbis2010-11-041-0/+3
| | | | SVN-Revision: 23881
* ar71xx: Configure WNDR3700 switch LED colors properly (#8103)Felix Fietkau2010-11-041-10/+8
| | | | | | | | | | | For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on the four LAN port switch LEDs. The LEDs will be lit to indicate a link and will blink to indicate activity. This matches the stock firmware and the description printed on the label on the unit's underside. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23879
* Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on ↵Felix Fietkau2010-11-041-15/+3
| | | | | | submitter's request SVN-Revision: 23878
* ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)Felix Fietkau2010-11-041-3/+15
| | | | | | | | | | | Make the WiFi LEDs blink for activity on the WNDR3700, matching the stock firmware and user expectations. The green 2.4GHz and blue 5GHz LEDs will illuminate with the radio on, and will blink to indicate transmission and reception. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23877
* ar71xx: Set eth1 MAC address from EEPROM for WNDR3700Felix Fietkau2010-11-041-2/+7
| | | | | | | | | | | | | The WNDR3700's art/caldata partition contains three MAC addresses at offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1, respectively. The existing code configures eth1's MAC address by adding 1 to eth0's instead of using the value stored in the EEPROM. This patch causes the stored value to be used directly. (On my WNDR3700s, the three stored addresses are all sequential anyway.) Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23876
* ar71xx: fix the wndr3700 antenna group setting for the first wireless chip ↵Felix Fietkau2010-11-041-1/+1
| | | | | | (thx, Mark Mentovai) SVN-Revision: 23875
* ath9k: fix enabling SWBA interruptsFelix Fietkau2010-11-041-0/+20
| | | | SVN-Revision: 23870
* upgrade to 2.6.36Imre Kaloz2010-11-043-2/+39
| | | | SVN-Revision: 23867
* use gcc 4.3.5 for avr32Imre Kaloz2010-11-042-4/+2
| | | | SVN-Revision: 23866
* add avr32 support to gcc 4.3.5Imre Kaloz2010-11-0412-3/+22594
| | | | SVN-Revision: 23865
* fix mvswitch PHY polling setting (#8133)Florian Fainelli2010-11-041-1/+1
| | | | SVN-Revision: 23862
* InstallDev: Move the "find" out of the lock critical section.Michael Büsch2010-11-041-1/+2
| | | | SVN-Revision: 23858
* Lock copying of directory trees to the staging dir with the "staging-dir" ↵Michael Büsch2010-11-041-2/+4
| | | | | | lock. This lock probably has to be taken elsewhere, too. SVN-Revision: 23857
* ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵Felix Fietkau2010-11-041-21/+41
| | | | | | packet loss under load SVN-Revision: 23856
* deptest: Capitalize failure message. Makes it easier to spot in the logs.Michael Büsch2010-11-041-1/+1
| | | | SVN-Revision: 23855
* these belong to the generic config..Imre Kaloz2010-11-043-30/+15
| | | | SVN-Revision: 23853
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-0425-28/+28
| | | | SVN-Revision: 23851
* add missing 2.6.36 symbolsImre Kaloz2010-11-041-0/+2
| | | | SVN-Revision: 23850