Commit graph

16015 commits

Author SHA1 Message Date
Felix Fietkau
1e671ef49c ath9k: fix a compile error with debugging disabled (#8189)
SVN-Revision: 23912
2010-11-07 13:51:48 +00:00
Hauke Mehrtens
4e797b6278 brcm47xx: Fix boot problem with wgt634u.
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
2010-11-07 13:44:48 +00:00
Jo-Philipp Wich
c5711cadd3 base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
SVN-Revision: 23908
2010-11-07 00:28:15 +00:00
Jo-Philipp Wich
a8efa34da3 Fix permissions for /etc and other dirs after clean flash (#6039)
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
2010-11-07 00:26:00 +00:00
Jo-Philipp Wich
7972cc4a7f uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within 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
2010-11-06 23:49:11 +00:00
Claudio Mignanti
20b2a4417a Add support for Ubiquiti UniFi AP
SVN-Revision: 23904
2010-11-06 21:08:48 +00:00
Claudio Mignanti
7583fe8668 Add wps button on alice gate
SVN-Revision: 23903
2010-11-06 21:08:44 +00:00
Claudio Mignanti
3dd6093d26 Add package for ledtrigger netfilter
SVN-Revision: 23902
2010-11-06 21:08:41 +00:00
Claudio Mignanti
442a8fc323 Add package for ledtrigger gpio
SVN-Revision: 23901
2010-11-06 21:05:37 +00:00
Florian Fainelli
d9a42c5436 Merge branch 'adm8668'
SVN-Revision: 23900
2010-11-06 18:54:20 +00:00
Hauke Mehrtens
1f8f2aaa37 broadcom-wl: remove pcmcia support
For kernel 2.6.36 some additional pcmcia backpots would be needed, but
this should not depend on pcmcia.

SVN-Revision: 23899
2010-11-06 18:28:45 +00:00
Michael Büsch
92acb04641 n810: omapfb and keyboard fixes
SVN-Revision: 23898
2010-11-06 16:51:27 +00:00
Jo-Philipp Wich
fa644368ed uhttpd: make it work without shadow password support
SVN-Revision: 23897
2010-11-06 16:19:04 +00:00
Florian Fainelli
cf313b63bc fix touchscreen driver build failure
SVN-Revision: 23895
2010-11-06 14:56:58 +00:00
Jo-Philipp Wich
12b122f31f ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since 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
2010-11-05 21:38:38 +00:00
Florian Fainelli
c45884d8f6 add missing symbol spotted by buildbot.
SVN-Revision: 23891
2010-11-05 18:46:43 +00:00
Felix Fietkau
3b3bf4d24a ath9k: fix ath9k_hw_apply_gpio_override so that it's effective
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
2010-11-05 18:05:50 +00:00
Alexandros C. Couloumbis
2ad643a943 target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
SVN-Revision: 23889
2010-11-05 17:41:13 +00:00
Michael Büsch
45179d077c omap24xx: Add linux 2.6.37 config/patches
SVN-Revision: 23888
2010-11-05 16:59:39 +00:00
Michael Büsch
7465a11beb linux 2.6.37: Disable DEBUG_ICEDCC
SVN-Revision: 23887
2010-11-05 16:57:51 +00:00
Michael Büsch
82ce95ce36 n810 profile: add maemo-kexec
SVN-Revision: 23886
2010-11-05 14:35:33 +00:00
Imre Kaloz
02512b6185 the same DEFAULT_PACKAGES should be selected in the generic Makefile
SVN-Revision: 23885
2010-11-05 07:33:43 +00:00
Imre Kaloz
e9a7ba29c1 only build squashfs images by default
SVN-Revision: 23884
2010-11-05 07:30:55 +00:00
Alexandros C. Couloumbis
4ec905f3c9 target/linux/orion: create subtargets (closes #8154)
SVN-Revision: 23883
2010-11-04 22:10:11 +00:00
Alexandros C. Couloumbis
f341342d38 target/linux: extend r23881 for 2.6.37 too.
SVN-Revision: 23882
2010-11-04 21:47:29 +00:00
Alexandros C. Couloumbis
576284ebc3 target/linux: add missing symbols (closes #8147)
SVN-Revision: 23881
2010-11-04 21:42:07 +00:00
Felix Fietkau
5f3f1b8cd8 ar71xx: Configure WNDR3700 switch LED colors properly (#8103)
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
2010-11-04 18:55:16 +00:00
Felix Fietkau
b3b2227869 Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on submitter's request
SVN-Revision: 23878
2010-11-04 18:53:18 +00:00
Felix Fietkau
77eee74d56 ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)
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
2010-11-04 18:48:22 +00:00
Felix Fietkau
91b6c63adc ar71xx: Set eth1 MAC address from EEPROM for WNDR3700
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
2010-11-04 18:46:07 +00:00
Felix Fietkau
fc28e1cd7d ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
SVN-Revision: 23875
2010-11-04 18:39:49 +00:00
Felix Fietkau
8886f1bb8a ath9k: fix enabling SWBA interrupts
SVN-Revision: 23870
2010-11-04 17:05:48 +00:00
Imre Kaloz
a85e3d60c5 upgrade to 2.6.36
SVN-Revision: 23867
2010-11-04 14:18:45 +00:00
Imre Kaloz
d917b7d1ef use gcc 4.3.5 for avr32
SVN-Revision: 23866
2010-11-04 14:18:04 +00:00
Imre Kaloz
54dea0c74f add avr32 support to gcc 4.3.5
SVN-Revision: 23865
2010-11-04 14:17:06 +00:00
Florian Fainelli
edcbafc836 fix mvswitch PHY polling setting (#8133)
SVN-Revision: 23862
2010-11-04 14:09:20 +00:00
Michael Büsch
995cedb319 InstallDev: Move the "find" out of the lock critical section.
SVN-Revision: 23858
2010-11-04 12:42:37 +00:00
Michael Büsch
e5fc77edd9 Lock copying of directory trees to the staging dir with the "staging-dir" lock. This lock probably has to be taken elsewhere, too.
SVN-Revision: 23857
2010-11-04 12:28:55 +00:00
Felix Fietkau
635ec6e7d9 ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet loss under load
SVN-Revision: 23856
2010-11-04 12:26:09 +00:00
Michael Büsch
bf274946af deptest: Capitalize failure message. Makes it easier to spot in the logs.
SVN-Revision: 23855
2010-11-04 11:30:10 +00:00
Imre Kaloz
9c0c9caaff these belong to the generic config..
SVN-Revision: 23853
2010-11-04 11:09:08 +00:00
Imre Kaloz
0a5da348d1 update kernels to 2.6.32.25 and 2.6.35.8
SVN-Revision: 23851
2010-11-04 09:01:08 +00:00
Imre Kaloz
7b8ed6ff49 add missing 2.6.36 symbols
SVN-Revision: 23850
2010-11-04 08:49:11 +00:00
Lars-Peter Clausen
7b3caf6f22 Add even more missing symbols to the 2.6.36 config
SVN-Revision: 23842
2010-11-03 21:01:01 +00:00
John Crispin
a8b2a07f37 * adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !
SVN-Revision: 23840
2010-11-03 19:12:34 +00:00
John Crispin
72ae8452cd * adds patch to 2.6.35 series to make dsl work
SVN-Revision: 23839
2010-11-03 19:10:56 +00:00
John Crispin
c04eb11bff * remove broken flag from dsl-control app
SVN-Revision: 23838
2010-11-03 19:07:42 +00:00
John Crispin
109ef6e686 * make dsl driver work with new kernel
SVN-Revision: 23837
2010-11-03 19:06:39 +00:00
John Crispin
251535331c * bump kernel to 2.6.35.8 * merge arcadyn mach files * fixes ar9 * adds hack for tapi drivers
SVN-Revision: 23836
2010-11-03 19:02:27 +00:00
Michael Büsch
100fc4c7ce deptest: Do not clobber the base build and staging dirs
SVN-Revision: 23835
2010-11-03 18:48:03 +00:00