1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 22:45:27 +03:00
Commit Graph

18784 Commits

Author SHA1 Message Date
hauke
bedf12ad6b broadcom-wl: remove pcmcia support
For kernel 2.6.36 some additional pcmcia backpots would be needed, but 
this should not depend on pcmcia.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 18:28:45 +00:00
mb
e3cd71ceb2 n810: omapfb and keyboard fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 16:51:27 +00:00
jow
232ec2e0d2 [package] uhttpd: make it work without shadow password support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 16:19:04 +00:00
florian
c9a09f8171 [ep93xx] fix touchscreen driver build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 14:56:58 +00:00
jow
66e6b2cd42 [PATCH] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 21:38:38 +00:00
florian
fd7f4dc5bf [ep93xx] add missing symbol spotted by buildbot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 18:46:43 +00:00
nbd
336fec3a5c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 18:05:50 +00:00
acoul
51f10e98b1 target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 17:41:13 +00:00
mb
101bcffa4f omap24xx: Add linux 2.6.37 config/patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 16:59:39 +00:00
mb
2c7af0d7c7 linux 2.6.37: Disable DEBUG_ICEDCC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 16:57:51 +00:00
mb
a4bbadc18a n810 profile: add maemo-kexec
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 14:35:33 +00:00
kaloz
7a19d5a01b [orion]: the same DEFAULT_PACKAGES should be selected in the generic Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 07:33:43 +00:00
kaloz
11b8ca88ab [orion]: only build squashfs images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 07:30:55 +00:00
acoul
2923cd71cd target/linux/orion: create subtargets (closes #8154)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 22:10:11 +00:00
acoul
21acc97c7e target/linux: extend r23881 for 2.6.37 too.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 21:47:29 +00:00
acoul
c24e6544fc target/linux: add missing symbols (closes #8147)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 21:42:07 +00:00
nbd
f02be8f01c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:55:16 +00:00
nbd
1a9465cf71 Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on submitter's request
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:53:18 +00:00
nbd
de74662151 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:48:22 +00:00
nbd
11c1641bac 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:46:07 +00:00
nbd
6f13c00b0a ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:39:49 +00:00
nbd
00444a849c ath9k: fix enabling SWBA interrupts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 17:05:48 +00:00
kaloz
9445a63a46 [avr32]: upgrade to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:18:45 +00:00
kaloz
ed23e96f4a [toolchain]: use gcc 4.3.5 for avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:18:04 +00:00
kaloz
83cccb37e9 [toolchain]: add avr32 support to gcc 4.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:17:06 +00:00
florian
61c948163d [kernel] fix mvswitch PHY polling setting (#8133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:09:20 +00:00
mb
c8d3d3ba2e InstallDev: Move the "find" out of the lock critical section.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 12:42:37 +00:00
mb
d7522f1c22 Lock copying of directory trees to the staging dir with the "staging-dir" lock. This lock probably has to be taken elsewhere, too.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 12:28:55 +00:00
nbd
fc8259b34d ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet loss under load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 12:26:09 +00:00
mb
916bda8dfe deptest: Capitalize failure message. Makes it easier to spot in the logs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 11:30:10 +00:00
kaloz
9edb0fd46f these belong to the generic config..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 11:09:08 +00:00
kaloz
0c95905c4f update kernels to 2.6.32.25 and 2.6.35.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 09:01:08 +00:00
kaloz
f184e48df9 add missing 2.6.36 symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 08:49:11 +00:00
lars
775fb24fbf [kernel] Add even more missing symbols to the 2.6.36 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 21:01:01 +00:00
blogic
6ea7ec75d2 [ifxmips]
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:12:34 +00:00
blogic
74f6f2f5a2 [ifxmips]
* adds patch to 2.6.35 series to make dsl work


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:10:56 +00:00
blogic
56be88af82 [ifxmips]
* remove broken flag from dsl-control app


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:07:42 +00:00
blogic
6cd2734ad3 [ifxmips]
* make dsl driver work with new kernel


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:06:39 +00:00
blogic
0a2b2965cd [ifxmips]:
* bump kernel to 2.6.35.8
* merge arcadyn mach files
* fixes ar9
* adds hack for tapi drivers



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:02:27 +00:00
mb
f0efddfaa0 deptest: Do not clobber the base build and staging dirs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 18:48:03 +00:00
mb
46cb880b10 ensure an empty BUILD_DIR variable is passed down u-boot's makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 18:26:26 +00:00
acoul
b47c954b5c package/madwifi: fix r23829 commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:55:51 +00:00
acoul
6c69756359 package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:18:29 +00:00
acoul
8be1093039 target/linux: add preliminary 2.6.37 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:13:33 +00:00
mb
c588a703fe deptest: --force also overrides blacklist stamps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 15:18:53 +00:00
mb
e1fe0dfb0c deptest: Add --force to force a test
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 15:01:03 +00:00
mb
22441e9171 deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:58:32 +00:00
nbd
30a7395e39 ath9k: fix cycle counter tracking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:56:05 +00:00
nbd
857768e848 ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:55:59 +00:00
nbd
4f69a1b329 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:55:53 +00:00