openwrt/openwrt.git
13 years agobrcm47xx: Fix boot problem with wgt634u.
Hauke Mehrtens [Sun, 7 Nov 2010 13:44:48 +0000 (13:44 +0000)]
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

13 years agobase-files: change /dev permissions to 0755 when hotplug2 is used (#6039)
Jo-Philipp Wich [Sun, 7 Nov 2010 00:28:15 +0000 (00:28 +0000)]
base-files: change /dev permissions to 0755 when hotplug2 is used (#6039)

SVN-Revision: 23908

13 years agoFix permissions for /etc and other dirs after clean flash (#6039)
Jo-Philipp Wich [Sun, 7 Nov 2010 00:26:00 +0000 (00:26 +0000)]
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

13 years agouClibc: fix errno access in pthreads (#8166, #8177) Reading errno within pthreads...
Jo-Philipp Wich [Sat, 6 Nov 2010 23:49:11 +0000 (23:49 +0000)]
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

13 years agoAdd support for Ubiquiti UniFi AP
Claudio Mignanti [Sat, 6 Nov 2010 21:08:48 +0000 (21:08 +0000)]
Add support for Ubiquiti UniFi AP

SVN-Revision: 23904

13 years agoAdd wps button on alice gate
Claudio Mignanti [Sat, 6 Nov 2010 21:08:44 +0000 (21:08 +0000)]
Add wps button on alice gate

SVN-Revision: 23903

13 years agoAdd package for ledtrigger netfilter
Claudio Mignanti [Sat, 6 Nov 2010 21:08:41 +0000 (21:08 +0000)]
Add package for ledtrigger netfilter

SVN-Revision: 23902

13 years agoAdd package for ledtrigger gpio
Claudio Mignanti [Sat, 6 Nov 2010 21:05:37 +0000 (21:05 +0000)]
Add package for ledtrigger gpio

SVN-Revision: 23901

13 years agoMerge branch 'adm8668'
Florian Fainelli [Sat, 6 Nov 2010 18:54:20 +0000 (18:54 +0000)]
Merge branch 'adm8668'

SVN-Revision: 23900

13 years agobroadcom-wl: remove pcmcia support
Hauke Mehrtens [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.

SVN-Revision: 23899

13 years agon810: omapfb and keyboard fixes
Michael Büsch [Sat, 6 Nov 2010 16:51:27 +0000 (16:51 +0000)]
n810: omapfb and keyboard fixes

SVN-Revision: 23898

13 years agouhttpd: make it work without shadow password support
Jo-Philipp Wich [Sat, 6 Nov 2010 16:19:04 +0000 (16:19 +0000)]
uhttpd: make it work without shadow password support

SVN-Revision: 23897

13 years agofix touchscreen driver build failure
Florian Fainelli [Sat, 6 Nov 2010 14:56:58 +0000 (14:56 +0000)]
fix touchscreen driver build failure

SVN-Revision: 23895

13 years agold.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since b65c7b2c79d...
Jo-Philipp Wich [Fri, 5 Nov 2010 21:38:38 +0000 (21:38 +0000)]
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

13 years agoadd missing symbol spotted by buildbot.
Florian Fainelli [Fri, 5 Nov 2010 18:46:43 +0000 (18:46 +0000)]
add missing symbol spotted by buildbot.

SVN-Revision: 23891

13 years agoath9k: fix ath9k_hw_apply_gpio_override so that it's effective
Felix Fietkau [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>
SVN-Revision: 23890

13 years agotarget/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
Alexandros C. Couloumbis [Fri, 5 Nov 2010 17:41:13 +0000 (17:41 +0000)]
target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)

SVN-Revision: 23889

13 years agoomap24xx: Add linux 2.6.37 config/patches
Michael Büsch [Fri, 5 Nov 2010 16:59:39 +0000 (16:59 +0000)]
omap24xx: Add linux 2.6.37 config/patches

SVN-Revision: 23888

13 years agolinux 2.6.37: Disable DEBUG_ICEDCC
Michael Büsch [Fri, 5 Nov 2010 16:57:51 +0000 (16:57 +0000)]
linux 2.6.37: Disable DEBUG_ICEDCC

SVN-Revision: 23887

13 years agon810 profile: add maemo-kexec
Michael Büsch [Fri, 5 Nov 2010 14:35:33 +0000 (14:35 +0000)]
n810 profile: add maemo-kexec

SVN-Revision: 23886

13 years agothe same DEFAULT_PACKAGES should be selected in the generic Makefile
Imre Kaloz [Fri, 5 Nov 2010 07:33:43 +0000 (07:33 +0000)]
the same DEFAULT_PACKAGES should be selected in the generic Makefile

SVN-Revision: 23885

13 years agoonly build squashfs images by default
Imre Kaloz [Fri, 5 Nov 2010 07:30:55 +0000 (07:30 +0000)]
only build squashfs images by default

SVN-Revision: 23884

13 years agotarget/linux/orion: create subtargets (closes #8154)
Alexandros C. Couloumbis [Thu, 4 Nov 2010 22:10:11 +0000 (22:10 +0000)]
target/linux/orion: create subtargets (closes #8154)

SVN-Revision: 23883

13 years agotarget/linux: extend r23881 for 2.6.37 too.
Alexandros C. Couloumbis [Thu, 4 Nov 2010 21:47:29 +0000 (21:47 +0000)]
target/linux: extend r23881 for 2.6.37 too.

SVN-Revision: 23882

13 years agotarget/linux: add missing symbols (closes #8147)
Alexandros C. Couloumbis [Thu, 4 Nov 2010 21:42:07 +0000 (21:42 +0000)]
target/linux: add missing symbols (closes #8147)

SVN-Revision: 23881

13 years agoar71xx: Configure WNDR3700 switch LED colors properly (#8103)
Felix Fietkau [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>
SVN-Revision: 23879

13 years agoRevert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on submitter...
Felix Fietkau [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

SVN-Revision: 23878

13 years agoar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)
Felix Fietkau [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>
SVN-Revision: 23877

13 years agoar71xx: Set eth1 MAC address from EEPROM for WNDR3700
Felix Fietkau [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>
SVN-Revision: 23876

13 years agoar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx,...
Felix Fietkau [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)

SVN-Revision: 23875

13 years agoath9k: fix enabling SWBA interrupts
Felix Fietkau [Thu, 4 Nov 2010 17:05:48 +0000 (17:05 +0000)]
ath9k: fix enabling SWBA interrupts

SVN-Revision: 23870

13 years agoupgrade to 2.6.36
Imre Kaloz [Thu, 4 Nov 2010 14:18:45 +0000 (14:18 +0000)]
upgrade to 2.6.36

SVN-Revision: 23867

13 years agouse gcc 4.3.5 for avr32
Imre Kaloz [Thu, 4 Nov 2010 14:18:04 +0000 (14:18 +0000)]
use gcc 4.3.5 for avr32

SVN-Revision: 23866

13 years agoadd avr32 support to gcc 4.3.5
Imre Kaloz [Thu, 4 Nov 2010 14:17:06 +0000 (14:17 +0000)]
add avr32 support to gcc 4.3.5

SVN-Revision: 23865

13 years agofix mvswitch PHY polling setting (#8133)
Florian Fainelli [Thu, 4 Nov 2010 14:09:20 +0000 (14:09 +0000)]
fix mvswitch PHY polling setting (#8133)

SVN-Revision: 23862

13 years agoInstallDev: Move the "find" out of the lock critical section.
Michael Büsch [Thu, 4 Nov 2010 12:42:37 +0000 (12:42 +0000)]
InstallDev: Move the "find" out of the lock critical section.

SVN-Revision: 23858

13 years agoLock copying of directory trees to the staging dir with the "staging-dir" lock. This...
Michael Büsch [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.

SVN-Revision: 23857

13 years agoath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet...
Felix Fietkau [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

SVN-Revision: 23856

13 years agodeptest: Capitalize failure message. Makes it easier to spot in the logs.
Michael Büsch [Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)]
deptest: Capitalize failure message. Makes it easier to spot in the logs.

SVN-Revision: 23855

13 years agothese belong to the generic config..
Imre Kaloz [Thu, 4 Nov 2010 11:09:08 +0000 (11:09 +0000)]
these belong to the generic config..

SVN-Revision: 23853

13 years agoupdate kernels to 2.6.32.25 and 2.6.35.8
Imre Kaloz [Thu, 4 Nov 2010 09:01:08 +0000 (09:01 +0000)]
update kernels to 2.6.32.25 and 2.6.35.8

SVN-Revision: 23851

13 years agoadd missing 2.6.36 symbols
Imre Kaloz [Thu, 4 Nov 2010 08:49:11 +0000 (08:49 +0000)]
add missing 2.6.36 symbols

SVN-Revision: 23850

13 years agoAdd even more missing symbols to the 2.6.36 config
Lars-Peter Clausen [Wed, 3 Nov 2010 21:01:01 +0000 (21:01 +0000)]
Add even more missing symbols to the 2.6.36 config

SVN-Revision: 23842

13 years ago* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc...
John Crispin [Wed, 3 Nov 2010 19:12:34 +0000 (19:12 +0000)]
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !

SVN-Revision: 23840

13 years ago* adds patch to 2.6.35 series to make dsl work
John Crispin [Wed, 3 Nov 2010 19:10:56 +0000 (19:10 +0000)]
* adds patch to 2.6.35 series to make dsl work

SVN-Revision: 23839

13 years ago* remove broken flag from dsl-control app
John Crispin [Wed, 3 Nov 2010 19:07:42 +0000 (19:07 +0000)]
* remove broken flag from dsl-control app

SVN-Revision: 23838

13 years ago* make dsl driver work with new kernel
John Crispin [Wed, 3 Nov 2010 19:06:39 +0000 (19:06 +0000)]
* make dsl driver work with new kernel

SVN-Revision: 23837

13 years ago* bump kernel to 2.6.35.8 * merge arcadyn mach files * fixes ar9 * adds hack for...
John Crispin [Wed, 3 Nov 2010 19:02:27 +0000 (19:02 +0000)]
* bump kernel to 2.6.35.8 * merge arcadyn mach files * fixes ar9 * adds hack for tapi drivers

SVN-Revision: 23836

13 years agodeptest: Do not clobber the base build and staging dirs
Michael Büsch [Wed, 3 Nov 2010 18:48:03 +0000 (18:48 +0000)]
deptest: Do not clobber the base build and staging dirs

SVN-Revision: 23835

13 years agoensure an empty BUILD_DIR variable is passed down u-boot's makefile
Michael Büsch [Wed, 3 Nov 2010 18:26:26 +0000 (18:26 +0000)]
ensure an empty BUILD_DIR variable is passed down u-boot's makefile

SVN-Revision: 23832

13 years agopackage/madwifi: fix r23829 commit
Alexandros C. Couloumbis [Wed, 3 Nov 2010 16:55:51 +0000 (16:55 +0000)]
package/madwifi: fix r23829 commit

SVN-Revision: 23830

13 years agopackage/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi...
Alexandros C. Couloumbis [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)

SVN-Revision: 23829

13 years agotarget/linux: add preliminary 2.6.37 kernel support
Alexandros C. Couloumbis [Wed, 3 Nov 2010 16:13:33 +0000 (16:13 +0000)]
target/linux: add preliminary 2.6.37 kernel support

SVN-Revision: 23828

13 years agodeptest: --force also overrides blacklist stamps
Michael Büsch [Wed, 3 Nov 2010 15:18:53 +0000 (15:18 +0000)]
deptest: --force also overrides blacklist stamps

SVN-Revision: 23827

13 years agodeptest: Add --force to force a test
Michael Büsch [Wed, 3 Nov 2010 15:01:03 +0000 (15:01 +0000)]
deptest: Add --force to force a test

SVN-Revision: 23826

13 years agodeptest: Install of host tools has to be forced for every test, because the host...
Michael Büsch [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.

SVN-Revision: 23825

13 years agoath9k: fix cycle counter tracking
Felix Fietkau [Wed, 3 Nov 2010 14:56:05 +0000 (14:56 +0000)]
ath9k: fix cycle counter tracking

SVN-Revision: 23824

13 years agoath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
Felix Fietkau [Wed, 3 Nov 2010 14:55:59 +0000 (14:55 +0000)]
ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection

SVN-Revision: 23823

13 years agoar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead...
Felix Fietkau [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

SVN-Revision: 23822

13 years agodeptest: Add option for lean test
Michael Büsch [Wed, 3 Nov 2010 14:44:31 +0000 (14:44 +0000)]
deptest: Add option for lean test

SVN-Revision: 23821

13 years agodeptest: Add sanity check to avoid trouble with illegal package names
Michael Büsch [Wed, 3 Nov 2010 12:49:38 +0000 (12:49 +0000)]
deptest: Add sanity check to avoid trouble with illegal package names

SVN-Revision: 23819

13 years agodeptest: Support specifying certain packages to test on the commandline.
Michael Büsch [Wed, 3 Nov 2010 12:41:28 +0000 (12:41 +0000)]
deptest: Support specifying certain packages to test on the commandline.

SVN-Revision: 23818

13 years agohostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (...
Vasilis Tsiligiannis [Wed, 3 Nov 2010 10:39:29 +0000 (10:39 +0000)]
hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant (#8164)

SVN-Revision: 23817

13 years agodeptest: Add optional blacklisting
Michael Büsch [Wed, 3 Nov 2010 01:10:52 +0000 (01:10 +0000)]
deptest: Add optional blacklisting

SVN-Revision: 23811

13 years agodeptest: Check for .config
Michael Büsch [Wed, 3 Nov 2010 00:27:50 +0000 (00:27 +0000)]
deptest: Check for .config

SVN-Revision: 23810

13 years agodeptest: Install the kernel at init stage
Michael Büsch [Wed, 3 Nov 2010 00:24:12 +0000 (00:24 +0000)]
deptest: Install the kernel at init stage

SVN-Revision: 23809

13 years agodeptest: Better detection of base directory
Michael Büsch [Tue, 2 Nov 2010 23:22:34 +0000 (23:22 +0000)]
deptest: Better detection of base directory

SVN-Revision: 23807

13 years agodeptest: Also make sure the toolchain is built in the initialization step. This makes...
Michael Büsch [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.

SVN-Revision: 23806

13 years agodeptest: Also create "failed" stamps. This makes it easier to check what failed after...
Michael Büsch [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.

SVN-Revision: 23805

13 years agodeptest: Add shbang
Michael Büsch [Tue, 2 Nov 2010 21:58:24 +0000 (21:58 +0000)]
deptest: Add shbang

SVN-Revision: 23804

13 years agodeptest: Fix indent
Michael Büsch [Tue, 2 Nov 2010 21:57:03 +0000 (21:57 +0000)]
deptest: Fix indent

SVN-Revision: 23803

13 years agomake IGNORE_ERRORS apply to deselected packages as well (typically triggered through...
Felix Fietkau [Tue, 2 Nov 2010 16:38:57 +0000 (16:38 +0000)]
make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)

SVN-Revision: 23796

13 years agomake the display support feature flag selectable
Felix Fietkau [Tue, 2 Nov 2010 16:26:57 +0000 (16:26 +0000)]
make the display support feature flag selectable

SVN-Revision: 23791

13 years agoswitch to uClibc 0.9.31
Imre Kaloz [Tue, 2 Nov 2010 13:57:57 +0000 (13:57 +0000)]
switch to uClibc 0.9.31

SVN-Revision: 23781

13 years agoswitch to binutils 2.20.1 (except for avr32 and ubicom32)
Imre Kaloz [Tue, 2 Nov 2010 13:57:04 +0000 (13:57 +0000)]
switch to binutils 2.20.1 (except for avr32 and ubicom32)

SVN-Revision: 23780

13 years agoremove support for uClibc 0.9.30.2 and 0.9.30.3
Imre Kaloz [Tue, 2 Nov 2010 12:56:58 +0000 (12:56 +0000)]
remove support for uClibc 0.9.30.2 and 0.9.30.3

SVN-Revision: 23779

13 years agomore 2.6.36 config symbols..
Imre Kaloz [Tue, 2 Nov 2010 12:28:34 +0000 (12:28 +0000)]
more 2.6.36 config symbols..

SVN-Revision: 23778

13 years agoadd additional config symbols
Imre Kaloz [Tue, 2 Nov 2010 12:22:45 +0000 (12:22 +0000)]
add additional config symbols

SVN-Revision: 23777

13 years agorefresh 2.6.36 patches
Imre Kaloz [Tue, 2 Nov 2010 12:21:31 +0000 (12:21 +0000)]
refresh 2.6.36 patches

SVN-Revision: 23776

13 years agoupdate the gpiolib patch
Imre Kaloz [Tue, 2 Nov 2010 12:20:58 +0000 (12:20 +0000)]
update the gpiolib patch

SVN-Revision: 23775

13 years agoremove unneeded patches
Imre Kaloz [Tue, 2 Nov 2010 12:17:05 +0000 (12:17 +0000)]
remove unneeded patches

SVN-Revision: 23774

13 years agosupport only 2.6.32 and 2.6.36
Imre Kaloz [Tue, 2 Nov 2010 12:01:56 +0000 (12:01 +0000)]
support only 2.6.32 and 2.6.36

SVN-Revision: 23773

13 years agoadd a patch to export dma_set_coherent_mask
Imre Kaloz [Tue, 2 Nov 2010 11:52:22 +0000 (11:52 +0000)]
add a patch to export dma_set_coherent_mask

SVN-Revision: 23772

13 years agothis is not a platform specific patch
Imre Kaloz [Tue, 2 Nov 2010 11:50:56 +0000 (11:50 +0000)]
this is not a platform specific patch

SVN-Revision: 23771

13 years agoadd some additional 2.6.36 symbol
Imre Kaloz [Tue, 2 Nov 2010 11:49:32 +0000 (11:49 +0000)]
add some additional 2.6.36 symbol

SVN-Revision: 23770

13 years agopackage/apex: fix a compile issue
Alexandros C. Couloumbis [Tue, 2 Nov 2010 08:37:46 +0000 (08:37 +0000)]
package/apex: fix a compile issue

SVN-Revision: 23768

13 years agon810-gui profile: Add xkeyboard-config
Michael Büsch [Mon, 1 Nov 2010 21:46:28 +0000 (21:46 +0000)]
n810-gui profile: Add xkeyboard-config

SVN-Revision: 23767

13 years agoswitch to 2.6.36
Florian Fainelli [Mon, 1 Nov 2010 13:09:47 +0000 (13:09 +0000)]
switch to 2.6.36

SVN-Revision: 23762

13 years agoset the mac address using the chip-unique serial number
Florian Fainelli [Mon, 1 Nov 2010 13:09:41 +0000 (13:09 +0000)]
set the mac address using the chip-unique serial number

SVN-Revision: 23761

13 years agoadd support for 2.6.36 kernel
Florian Fainelli [Mon, 1 Nov 2010 13:09:34 +0000 (13:09 +0000)]
add support for 2.6.36 kernel

SVN-Revision: 23760

13 years agoresync kernel config
Florian Fainelli [Mon, 1 Nov 2010 13:09:26 +0000 (13:09 +0000)]
resync kernel config

SVN-Revision: 23759

13 years agouci: use a delete-safe iterator in the Lua :foreach() function The following test...
Jo-Philipp Wich [Mon, 1 Nov 2010 00:20:00 +0000 (00:20 +0000)]
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)'

SVN-Revision: 23757

13 years agoinitialize clocks earlier for lpj to be correct (#7548)
Florian Fainelli [Sun, 31 Oct 2010 21:45:49 +0000 (21:45 +0000)]
initialize clocks earlier for lpj to be correct (#7548)

SVN-Revision: 23746

13 years agorefresh 2.6.32 patches
Florian Fainelli [Sun, 31 Oct 2010 21:45:30 +0000 (21:45 +0000)]
refresh 2.6.32 patches

SVN-Revision: 23745

13 years agoremove an obsolete comment for the flock template
Felix Fietkau [Sun, 31 Oct 2010 15:36:47 +0000 (15:36 +0000)]
remove an obsolete comment for the flock template

SVN-Revision: 23744

13 years agofix usage of flock - use the command mode instead of locking a file descriptor to...
Felix Fietkau [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

SVN-Revision: 23743

13 years agonl80211: fix a station dump crash triggered by sending an invalid ifindex
Felix Fietkau [Sun, 31 Oct 2010 14:32:15 +0000 (14:32 +0000)]
nl80211: fix a station dump crash triggered by sending an invalid ifindex

SVN-Revision: 23741

13 years agoadd missing SH_FUNC for remaining md5s calls (#7888)
Felix Fietkau [Sun, 31 Oct 2010 13:49:41 +0000 (13:49 +0000)]
add missing SH_FUNC for remaining md5s calls (#7888)

SVN-Revision: 23739

13 years agohostapd: move the madwifi segfault fix to the right place
Felix Fietkau [Sun, 31 Oct 2010 13:49:34 +0000 (13:49 +0000)]
hostapd: move the madwifi segfault fix to the right place

SVN-Revision: 23738

13 years agovlynq: try remote clock first, then external (#7324)
Florian Fainelli [Sun, 31 Oct 2010 13:10:55 +0000 (13:10 +0000)]
vlynq: try remote clock first, then external (#7324)

SVN-Revision: 23737