claudio [Sat, 6 Nov 2010 21:05:37 +0000 (21:05 +0000)]
[package] Add package for ledtrigger gpio
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23901
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 6 Nov 2010 18:54:20 +0000 (18:54 +0000)]
Merge branch 'adm8668'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23900
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 6 Nov 2010 18:28:45 +0000 (18:28 +0000)]
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
mb [Sat, 6 Nov 2010 16:51:27 +0000 (16:51 +0000)]
n810: omapfb and keyboard fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23898
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 6 Nov 2010 16:19:04 +0000 (16:19 +0000)]
[package] uhttpd: make it work without shadow password support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23897
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 6 Nov 2010 14:56:58 +0000 (14:56 +0000)]
[ep93xx] fix touchscreen driver build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 5 Nov 2010 21:38:38 +0000 (21:38 +0000)]
[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
florian [Fri, 5 Nov 2010 18:46:43 +0000 (18:46 +0000)]
[ep93xx] add missing symbol spotted by buildbot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23891
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 5 Nov 2010 18:05:50 +0000 (18:05 +0000)]
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
acoul [Fri, 5 Nov 2010 17:41:13 +0000 (17:41 +0000)]
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
mb [Fri, 5 Nov 2010 16:59:39 +0000 (16:59 +0000)]
omap24xx: Add linux 2.6.37 config/patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23888
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 5 Nov 2010 16:57:51 +0000 (16:57 +0000)]
linux 2.6.37: Disable DEBUG_ICEDCC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23887
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Fri, 5 Nov 2010 14:35:33 +0000 (14:35 +0000)]
n810 profile: add maemo-kexec
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23886
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Fri, 5 Nov 2010 07:33:43 +0000 (07:33 +0000)]
[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
kaloz [Fri, 5 Nov 2010 07:30:55 +0000 (07:30 +0000)]
[orion]: only build squashfs images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23884
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Thu, 4 Nov 2010 22:10:11 +0000 (22:10 +0000)]
target/linux/orion: create subtargets (closes #8154)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23883
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Thu, 4 Nov 2010 21:47:29 +0000 (21:47 +0000)]
target/linux: extend r23881 for 2.6.37 too.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23882
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Thu, 4 Nov 2010 21:42:07 +0000 (21:42 +0000)]
target/linux: add missing symbols (closes #8147)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23881
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 4 Nov 2010 18:55:16 +0000 (18:55 +0000)]
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
nbd [Thu, 4 Nov 2010 18:53:18 +0000 (18:53 +0000)]
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
nbd [Thu, 4 Nov 2010 18:48:22 +0000 (18:48 +0000)]
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
nbd [Thu, 4 Nov 2010 18:46:07 +0000 (18:46 +0000)]
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
nbd [Thu, 4 Nov 2010 18:39:49 +0000 (18:39 +0000)]
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
nbd [Thu, 4 Nov 2010 17:05:48 +0000 (17:05 +0000)]
ath9k: fix enabling SWBA interrupts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23870
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 4 Nov 2010 14:18:45 +0000 (14:18 +0000)]
[avr32]: upgrade to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23867
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 4 Nov 2010 14:18:04 +0000 (14:18 +0000)]
[toolchain]: use gcc 4.3.5 for avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23866
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 4 Nov 2010 14:17:06 +0000 (14:17 +0000)]
[toolchain]: add avr32 support to gcc 4.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23865
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 4 Nov 2010 14:09:20 +0000 (14:09 +0000)]
[kernel] fix mvswitch PHY polling setting (#8133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23862
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 12:42:37 +0000 (12:42 +0000)]
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
mb [Thu, 4 Nov 2010 12:28:55 +0000 (12:28 +0000)]
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
nbd [Thu, 4 Nov 2010 12:26:09 +0000 (12:26 +0000)]
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
mb [Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)]
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
kaloz [Thu, 4 Nov 2010 11:09:08 +0000 (11:09 +0000)]
these belong to the generic config..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23853
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 4 Nov 2010 09:01:08 +0000 (09:01 +0000)]
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
kaloz [Thu, 4 Nov 2010 08:49:11 +0000 (08:49 +0000)]
add missing 2.6.36 symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23850
3c298f89-4303-0410-b956-
a3cf2f4a3e73
lars [Wed, 3 Nov 2010 21:01:01 +0000 (21:01 +0000)]
[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
blogic [Wed, 3 Nov 2010 19:12:34 +0000 (19:12 +0000)]
[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
blogic [Wed, 3 Nov 2010 19:10:56 +0000 (19:10 +0000)]
[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
blogic [Wed, 3 Nov 2010 19:07:42 +0000 (19:07 +0000)]
[ifxmips]
* remove broken flag from dsl-control app
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23838
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 3 Nov 2010 19:06:39 +0000 (19:06 +0000)]
[ifxmips]
* make dsl driver work with new kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23837
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 3 Nov 2010 19:02:27 +0000 (19:02 +0000)]
[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
mb [Wed, 3 Nov 2010 18:48:03 +0000 (18:48 +0000)]
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
mb [Wed, 3 Nov 2010 18:26:26 +0000 (18:26 +0000)]
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
acoul [Wed, 3 Nov 2010 16:55:51 +0000 (16:55 +0000)]
package/madwifi: fix r23829 commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23830
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 3 Nov 2010 16:18:29 +0000 (16:18 +0000)]
package/madwifi: Use sema_init() instead of init_MUTEX() (based on: madwifi-project.org/changeset/4118)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23829
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 3 Nov 2010 16:13:33 +0000 (16:13 +0000)]
target/linux: add preliminary 2.6.37 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23828
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 15:18:53 +0000 (15:18 +0000)]
deptest: --force also overrides blacklist stamps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23827
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 15:01:03 +0000 (15:01 +0000)]
deptest: Add --force to force a test
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23826
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 14:58:32 +0000 (14:58 +0000)]
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
nbd [Wed, 3 Nov 2010 14:56:05 +0000 (14:56 +0000)]
ath9k: fix cycle counter tracking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23824
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Wed, 3 Nov 2010 14:55:59 +0000 (14:55 +0000)]
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
nbd [Wed, 3 Nov 2010 14:55:53 +0000 (14:55 +0000)]
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
mb [Wed, 3 Nov 2010 14:44:31 +0000 (14:44 +0000)]
deptest: Add option for lean test
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23821
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 12:49:38 +0000 (12:49 +0000)]
deptest: Add sanity check to avoid trouble with illegal package names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23819
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 12:41:28 +0000 (12:41 +0000)]
deptest: Support specifying certain packages to test on the commandline.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23818
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Wed, 3 Nov 2010 10:39:29 +0000 (10:39 +0000)]
[package] hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23817
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 01:10:52 +0000 (01:10 +0000)]
deptest: Add optional blacklisting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23811
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 00:27:50 +0000 (00:27 +0000)]
deptest: Check for .config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23810
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 00:24:12 +0000 (00:24 +0000)]
deptest: Install the kernel at init stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23809
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 23:22:34 +0000 (23:22 +0000)]
deptest: Better detection of base directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23807
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 22:48:29 +0000 (22:48 +0000)]
deptest: Also make sure the toolchain is built in the initialization step. This makes it possible to run the script from within a fresh tree.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23806
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 22:36:32 +0000 (22:36 +0000)]
deptest: Also create "failed" stamps. This makes it easier to check what failed after the script finished.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23805
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 21:58:24 +0000 (21:58 +0000)]
deptest: Add shbang
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23804
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 21:57:03 +0000 (21:57 +0000)]
deptest: Fix indent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23803
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:38:57 +0000 (16:38 +0000)]
make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23796
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)]
make the display support feature flag selectable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23791
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 13:57:57 +0000 (13:57 +0000)]
[toolchain]: switch to uClibc 0.9.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23781
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 13:57:04 +0000 (13:57 +0000)]
[toolchain]: switch to binutils 2.20.1 (except for avr32 and ubicom32)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23780
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:56:58 +0000 (12:56 +0000)]
[toolchain]: remove support for uClibc 0.9.30.2 and 0.9.30.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23779
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:28:34 +0000 (12:28 +0000)]
more 2.6.36 config symbols..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23778
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:22:45 +0000 (12:22 +0000)]
[ppc4xx]: add additional config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23777
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:21:31 +0000 (12:21 +0000)]
[ixp4xx]: refresh 2.6.36 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23776
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:20:58 +0000 (12:20 +0000)]
[ixp4xx]: update the gpiolib patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23775
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:17:05 +0000 (12:17 +0000)]
[ixp4xx]: remove unneeded patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23774
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 12:01:56 +0000 (12:01 +0000)]
[ixp4xx]: support only 2.6.32 and 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23773
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 11:52:22 +0000 (11:52 +0000)]
[generic/arm]: add a patch to export dma_set_coherent_mask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23772
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 11:50:56 +0000 (11:50 +0000)]
this is not a platform specific patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23771
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Tue, 2 Nov 2010 11:49:32 +0000 (11:49 +0000)]
add some additional 2.6.36 symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23770
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Tue, 2 Nov 2010 08:37:46 +0000 (08:37 +0000)]
package/apex: fix a compile issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23768
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 1 Nov 2010 21:46:28 +0000 (21:46 +0000)]
n810-gui profile: Add xkeyboard-config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23767
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 1 Nov 2010 13:09:47 +0000 (13:09 +0000)]
[ep93xx] switch to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23762
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 1 Nov 2010 13:09:41 +0000 (13:09 +0000)]
[ep93xx] set the mac address using the chip-unique serial number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 1 Nov 2010 13:09:34 +0000 (13:09 +0000)]
[ep93xx] add support for 2.6.36 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23760
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 1 Nov 2010 13:09:26 +0000 (13:09 +0000)]
[ep93xx] resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23759
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 1 Nov 2010 00:20:00 +0000 (00:20 +0000)]
[package] uci: use a delete-safe iterator in the Lua :foreach() function
The following test case exposed a NULL pointer dereference in uci_lua_foreach():
lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 22:52:15 +0000 (22:52 +0000)]
[brcm63xx] remove empty directories
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23751
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 21:45:49 +0000 (21:45 +0000)]
[ar7] initialize clocks earlier for lpj to be correct (#7548)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23746
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 21:45:30 +0000 (21:45 +0000)]
[ar7] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23745
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 15:36:47 +0000 (15:36 +0000)]
remove an obsolete comment for the flock template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23744
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 15:33:48 +0000 (15:33 +0000)]
fix usage of flock - use the command mode instead of locking a file descriptor to fix build issues on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 14:32:15 +0000 (14:32 +0000)]
nl80211: fix a station dump crash triggered by sending an invalid ifindex
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23741
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 13:49:41 +0000 (13:49 +0000)]
add missing SH_FUNC for remaining md5s calls (#7888)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 13:49:34 +0000 (13:49 +0000)]
hostapd: move the madwifi segfault fix to the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 13:10:55 +0000 (13:10 +0000)]
[ar7] vlynq: try remote clock first, then external (#7324)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 13:10:49 +0000 (13:10 +0000)]
[ar7] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 13:10:35 +0000 (13:10 +0000)]
[kernel] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 31 Oct 2010 12:28:51 +0000 (12:28 +0000)]
madwifi: remove device ids for AR5416
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23730
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 30 Oct 2010 22:35:59 +0000 (22:35 +0000)]
[package] add kmod-leds-net5501
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 30 Oct 2010 22:35:54 +0000 (22:35 +0000)]
[package] prefer the cs5535 gpiolib driver after 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23728
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sat, 30 Oct 2010 22:35:50 +0000 (22:35 +0000)]
[x86] resync config-default, enable gpio support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23727
3c298f89-4303-0410-b956-
a3cf2f4a3e73
This page took 0.060705 seconds and 4 git commands to generate.