openwrt/svn-archive/archive.git
13 years ago[bcm63xx] base-files: Added network defconfig because board only has one ethernet...
Daniel Dickinson [Mon, 6 Dec 2010 02:01:08 +0000 (02:01 +0000)]
[bcm63xx] base-files: Added network defconfig because board only has one ethernet (4-port switch)

SVN-Revision: 24273

13 years agokernel: add dummy net device
Hauke Mehrtens [Sun, 5 Dec 2010 21:23:21 +0000 (21:23 +0000)]
kernel: add dummy net device

Thank you Thomas Jansen.
(partly closes #5849)

SVN-Revision: 24272

13 years agokernel: add kmod-usb-serial-wwan
Hauke Mehrtens [Sun, 5 Dec 2010 20:43:45 +0000 (20:43 +0000)]
kernel: add kmod-usb-serial-wwan

This package is needed by kmod-usb-serial-option

Thank you raver (closes #7731)

SVN-Revision: 24271

13 years agoramips: add support for 2.6.36
Gabor Juhos [Sun, 5 Dec 2010 20:14:38 +0000 (20:14 +0000)]
ramips: add support for 2.6.36

SVN-Revision: 24270

13 years agoramips: default profile fix
Gabor Juhos [Sun, 5 Dec 2010 20:14:35 +0000 (20:14 +0000)]
ramips: default profile fix

Fix package names in default profiles.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24269

13 years agoramips: use tabs instead of spaces in mach-f5d8235-v2.c
Gabor Juhos [Sun, 5 Dec 2010 20:14:30 +0000 (20:14 +0000)]
ramips: use tabs instead of spaces in mach-f5d8235-v2.c

SVN-Revision: 24268

13 years agobrcm47xx: do not read from CFE
Hauke Mehrtens [Sun, 5 Dec 2010 19:20:26 +0000 (19:20 +0000)]
brcm47xx: do not read from CFE

SVN-Revision: 24267

13 years agobrcm47xx: backport patch from kernel 2.6.37
Hauke Mehrtens [Sun, 5 Dec 2010 19:19:50 +0000 (19:19 +0000)]
brcm47xx: backport patch from kernel 2.6.37

Backport patches from r24162
  brcm47xx: reorder patches like they were commitet upstream

SVN-Revision: 24266

13 years agobrcm47xx: use on common files dir
Hauke Mehrtens [Sun, 5 Dec 2010 18:34:58 +0000 (18:34 +0000)]
brcm47xx: use on common files dir

SVN-Revision: 24264

13 years agoath9k: fix a DMA related race condition at hw reset time
Felix Fietkau [Sun, 5 Dec 2010 16:26:38 +0000 (16:26 +0000)]
ath9k: fix a DMA related race condition at hw reset time

SVN-Revision: 24261

13 years ago[target/mpc85xx]: preliminary support for Freescale MPC85xx based boards
Imre Kaloz [Sun, 5 Dec 2010 11:38:59 +0000 (11:38 +0000)]
[target/mpc85xx]: preliminary support for Freescale MPC85xx based boards

SVN-Revision: 24259

13 years ago[package] adds a --help option to /sbin/wifi
Florian Fainelli [Sun, 5 Dec 2010 11:22:56 +0000 (11:22 +0000)]
[package] adds a --help option to /sbin/wifi

Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de>
SVN-Revision: 24258

13 years ago[include] re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecatio...
Jo-Philipp Wich [Sat, 4 Dec 2010 19:56:47 +0000 (19:56 +0000)]
[include] re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation warning. Packages must specify PKG_BUILD_DEPENDS:=libtool

SVN-Revision: 24246

13 years ago[package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
Jo-Philipp Wich [Sat, 4 Dec 2010 19:15:16 +0000 (19:15 +0000)]
[package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it

SVN-Revision: 24245

13 years ago[package/iptables] the switch to libtool2 seems to cause the iptables build environme...
Mirko Vogt [Sat, 4 Dec 2010 17:04:39 +0000 (17:04 +0000)]
[package/iptables] the switch to libtool2 seems to cause the iptables build environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore

SVN-Revision: 24244

13 years ago[trunk/include/autotools.mk] ensure accidentally installed *.la-files (into $STAGING_...
Mirko Vogt [Sat, 4 Dec 2010 13:44:43 +0000 (13:44 +0000)]
[trunk/include/autotools.mk] ensure accidentally installed *.la-files (into $STAGING_DIR) are going to be removed afterwards - this actually should be done within respective package-Makefiles itself, however they need to stay compatible with libtool v1.5.x which is used in backfire, since it (may) require those files

SVN-Revision: 24241

13 years ago.gitignore: add *.o and .DS_Store by default - apparently some git versions do not...
Felix Fietkau [Sat, 4 Dec 2010 10:27:13 +0000 (10:27 +0000)]
.gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default

SVN-Revision: 24238

13 years agoar71xx: work around a PCI controller bug which causes reads to the PCI_COMMAND regist...
Felix Fietkau [Sat, 4 Dec 2010 01:32:15 +0000 (01:32 +0000)]
ar71xx: work around a PCI controller bug which causes reads to the PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues

SVN-Revision: 24236

13 years agomac80211: update to wireless-testing 2010-11-30
Felix Fietkau [Sat, 4 Dec 2010 01:32:04 +0000 (01:32 +0000)]
mac80211: update to wireless-testing 2010-11-30

SVN-Revision: 24235

13 years ago[trunk/include/autotools.mk] disable libtool fixups in trunk globally
Mirko Vogt [Sat, 4 Dec 2010 00:11:09 +0000 (00:11 +0000)]
[trunk/include/autotools.mk] disable libtool fixups in trunk globally

SVN-Revision: 24234

13 years ago[package/libtool] add md5 checksum
Mirko Vogt [Fri, 3 Dec 2010 23:22:39 +0000 (23:22 +0000)]
[package/libtool] add md5 checksum

SVN-Revision: 24232

13 years ago[package] block-extroot: Added md5sum to extroot and underlying root filesystem...
Daniel Dickinson [Fri, 3 Dec 2010 20:01:23 +0000 (20:01 +0000)]
[package] block-extroot:  Added md5sum to extroot and underlying root filesystem.  This is used to ensure that the extroot is not mounted as the rootfs after a sysupgrade *until the user deals with the extroot).

SVN-Revision: 24230

13 years agotoolchain/uClibc: sync to latest uClibc-0.9.32
Alexandros C. Couloumbis [Fri, 3 Dec 2010 16:36:37 +0000 (16:36 +0000)]
toolchain/uClibc: sync to latest uClibc-0.9.32

SVN-Revision: 24229

13 years agotoolchain/uClibc: push an upstream fix
Alexandros C. Couloumbis [Fri, 3 Dec 2010 14:46:09 +0000 (14:46 +0000)]
toolchain/uClibc: push an upstream fix

SVN-Revision: 24228

13 years agoupdate libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7)...
Mirko Vogt [Fri, 3 Dec 2010 11:56:47 +0000 (11:56 +0000)]
update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway

SVN-Revision: 24224

13 years ago[mpc83xx]: remove unused kernel versions, make 2.6.36 the default
Imre Kaloz [Fri, 3 Dec 2010 09:19:52 +0000 (09:19 +0000)]
[mpc83xx]: remove unused kernel versions, make 2.6.36 the default

SVN-Revision: 24223

13 years ago[package] 6to4: support multiple internal networks, use state vars for radvd config
Jo-Philipp Wich [Thu, 2 Dec 2010 22:41:03 +0000 (22:41 +0000)]
[package] 6to4: support multiple internal networks, use state vars for radvd config

SVN-Revision: 24219

13 years agobrcm47xx: Add edimax PS1208mfg support
Hauke Mehrtens [Thu, 2 Dec 2010 21:27:54 +0000 (21:27 +0000)]
brcm47xx: Add edimax PS1208mfg support

Thank you clemvangelis for the patches. (closes #7672)

SVN-Revision: 24217

13 years ago[package] iproute2: dont filter cached routes on iproute_get (#8339)
Jo-Philipp Wich [Thu, 2 Dec 2010 20:29:22 +0000 (20:29 +0000)]
[package] iproute2: dont filter cached routes on iproute_get (#8339)

SVN-Revision: 24216

13 years ago[ar71xx] tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1...
Jo-Philipp Wich [Thu, 2 Dec 2010 20:19:55 +0000 (20:19 +0000)]
[ar71xx] tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1 for the lan interface - this brings the configuration more in line with other switch setups

SVN-Revision: 24215

13 years ago[package] kernel: package md and raid level modules (#7184)
Jo-Philipp Wich [Thu, 2 Dec 2010 16:18:22 +0000 (16:18 +0000)]
[package] kernel: package md and raid level modules (#7184)

SVN-Revision: 24214

13 years ago[package] base-files: derive connect_time from uptime as local system time may warp...
Jo-Philipp Wich [Wed, 1 Dec 2010 19:55:24 +0000 (19:55 +0000)]
[package] base-files: derive connect_time from uptime as local system time may warp due to rdate, ntp and other means

SVN-Revision: 24212

13 years agoar71xx: refresh patches
Gabor Juhos [Wed, 1 Dec 2010 18:40:01 +0000 (18:40 +0000)]
ar71xx: refresh patches

SVN-Revision: 24210

13 years agoath9k: use per-device struct for pm_qos_* operations
Gabor Juhos [Wed, 1 Dec 2010 18:39:58 +0000 (18:39 +0000)]
ath9k: use per-device struct for pm_qos_* operations

SVN-Revision: 24209

13 years agogeneric: yet another missing config symbol for 2.6.37
Gabor Juhos [Wed, 1 Dec 2010 18:39:55 +0000 (18:39 +0000)]
generic: yet another missing config symbol for 2.6.37

SVN-Revision: 24208

13 years ago[package] base-files: save the connect time of interfaces in uci state
Jo-Philipp Wich [Wed, 1 Dec 2010 17:37:32 +0000 (17:37 +0000)]
[package] base-files: save the connect time of interfaces in uci state

SVN-Revision: 24206

13 years ago[ar71xx] add a new image for the TEW-652BRP which can be used with the bootloader...
Jo-Philipp Wich [Tue, 30 Nov 2010 02:04:57 +0000 (02:04 +0000)]
[ar71xx] add a new image for the TEW-652BRP which can be used with the bootloader recovery option

SVN-Revision: 24196

13 years ago[kernel] backport two changes from kernel.org:
Jo-Philipp Wich [Tue, 30 Nov 2010 01:52:51 +0000 (01:52 +0000)]
[kernel] backport two changes from kernel.org:
65e9b62d4503849b10bedfc29bff0473760cc597
ipv6: add special mode accept_ra=2 to accept RA while configured as router

c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8
ipv6: add special mode forwarding=2 to send RS while configured as router

SVN-Revision: 24195

13 years ago[package] base-files: disable ipv6 on bridge ports, this prevents stray RA assigned...
Jo-Philipp Wich [Tue, 30 Nov 2010 00:46:21 +0000 (00:46 +0000)]
[package] base-files: disable ipv6 on bridge ports, this prevents stray RA assigned and link local addresses on bridge member devices

SVN-Revision: 24194

13 years ago[brcm63xx] image Makefile: Corrected router imagename length limiting. Thanks KanjiM...
Daniel Dickinson [Sun, 28 Nov 2010 22:13:00 +0000 (22:13 +0000)]
[brcm63xx] image Makefile: Corrected router imagename length limiting.  Thanks KanjiMonster for reminding me.

SVN-Revision: 24191

13 years agobcm63xx: Add support for the T-Com Speedport W 500V.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:44 +0000 (22:04 +0000)]
bcm63xx: Add support for the T-Com Speedport W 500V.

Add support for the T-Com Speedport W 500V using a special tagged image as it
identifies itself as a 96348GW, but has some gpios wired differently, and also
has only one ethernet port without a switch attached to it.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24190

13 years agobcm63xx: Add board id override fixup.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:40 +0000 (22:04 +0000)]
bcm63xx: Add board id override fixup.

Add a fixup for the kernel to check the bcm tag of the image for a boardid in
the information1 field, and use that instead of the supplied one by cfe. This
is triggered by a + at the start of the information1 field.

Also modify the image generation to generate apropriately tagged images.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24189

13 years agobcm63xx: Finalize support for DSL-274xB, rev C2.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:36 +0000 (22:04 +0000)]
bcm63xx: Finalize support for DSL-274xB, rev C2.

The DSL-2740B/DSL-2741B rev C2 support was missing the board definition,
resulting in a kernel panic on boot.
This patch adds it, and also renames the generated image name to properly
reflect that it is for the revision C2, and for both the DSL-2740B and
DSL-2741B.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24188

13 years agobcm63xx: Allow 'colored' power leds.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:30 +0000 (22:04 +0000)]
bcm63xx: Allow 'colored' power leds.

Since some devices have more than one power led, they might be separated by
their color in the name. To also allow them to be on after leaving preinit,
set any status led starting with 'power' to on instead of only those with
the exact name of 'power'.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24187

13 years agobcm63xx: Don't hardcode the switch ethernet interface in preinit.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:26 +0000 (22:04 +0000)]
bcm63xx: Don't hardcode the switch ethernet interface in preinit.

Currently eth1 is hardcoded as the expected interface switches in diagmode.
This patch replaces the eth1 with the ifname, and also directly tests if
the interface specified by ifname has a switch attached.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24186

13 years agobcm63xx: Add defconfigs.
Daniel Dickinson [Sun, 28 Nov 2010 22:04:19 +0000 (22:04 +0000)]
bcm63xx: Add defconfigs.

Port the mechanism for different default configurations from ar71xx and
use the old configuration as the default configuration. This should have
no functional differences to before.
While we are at it, remove the obsolete nat option.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24185

13 years agoath9k: fix software retry counter tracking - should fix 802.11n stability issues
Felix Fietkau [Sun, 28 Nov 2010 18:28:19 +0000 (18:28 +0000)]
ath9k: fix software retry counter tracking - should fix 802.11n stability issues

SVN-Revision: 24183

13 years agomac80211: merge the new version of the throughput led trigger patch
Felix Fietkau [Sun, 28 Nov 2010 18:28:12 +0000 (18:28 +0000)]
mac80211: merge the new version of the throughput led trigger patch

SVN-Revision: 24182

13 years ago[ar7] refresh patches and remove trailing whitespaces
Florian Fainelli [Sun, 28 Nov 2010 18:14:34 +0000 (18:14 +0000)]
[ar7] refresh patches and remove trailing whitespaces

SVN-Revision: 24181

13 years ago[ar7] refresh and refine 972-cpmac_multi_probe.patch, patch from sn9
Florian Fainelli [Sun, 28 Nov 2010 18:03:56 +0000 (18:03 +0000)]
[ar7] refresh and refine 972-cpmac_multi_probe.patch, patch from sn9

SVN-Revision: 24180

13 years ago[ar7] refresh 973-cpmac_handle_mvswitch.patch
Florian Fainelli [Sun, 28 Nov 2010 18:03:48 +0000 (18:03 +0000)]
[ar7] refresh 973-cpmac_handle_mvswitch.patch

SVN-Revision: 24179

13 years ago[ar7] refresh and refine vlynq patch, patch from sn9
Florian Fainelli [Sun, 28 Nov 2010 18:03:42 +0000 (18:03 +0000)]
[ar7] refresh and refine vlynq patch, patch from sn9

SVN-Revision: 24178

13 years agobrcm47xx: remove support for old kernel versions
Hauke Mehrtens [Sun, 28 Nov 2010 14:08:04 +0000 (14:08 +0000)]
brcm47xx: remove support for old kernel versions

SVN-Revision: 24168

13 years agobrcm47xx: use kernel 2.6.36.1 as new default kernel for this target.
Hauke Mehrtens [Sun, 28 Nov 2010 14:05:31 +0000 (14:05 +0000)]
brcm47xx: use kernel 2.6.36.1 as new default kernel for this target.

SVN-Revision: 24167

13 years agokernel: add missing config symbols for 2.6.37-rc3
Hauke Mehrtens [Sun, 28 Nov 2010 11:14:25 +0000 (11:14 +0000)]
kernel: add missing config symbols for 2.6.37-rc3

Thank you maddes for reporting. (closes #8323)

SVN-Revision: 24165

13 years agoath9k: fix module reload on ar713x based systems with ar92xx
Felix Fietkau [Sat, 27 Nov 2010 22:51:03 +0000 (22:51 +0000)]
ath9k: fix module reload on ar713x based systems with ar92xx

SVN-Revision: 24163

13 years agobrcm47xx: reorder patches like they were commitet upstream
Hauke Mehrtens [Sat, 27 Nov 2010 22:47:11 +0000 (22:47 +0000)]
brcm47xx: reorder patches like they were commitet upstream

SVN-Revision: 24162

13 years agoremove CONFIG_ADM6996_PHY=y for ar7 and atheros - this driver is incomplete and shoul...
Felix Fietkau [Sat, 27 Nov 2010 22:40:26 +0000 (22:40 +0000)]
remove CONFIG_ADM6996_PHY=y for ar7 and atheros - this driver is incomplete and should not be used yet

SVN-Revision: 24161

13 years agokernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some people still...
Felix Fietkau [Sat, 27 Nov 2010 22:33:08 +0000 (22:33 +0000)]
kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some people still want to use those modules

SVN-Revision: 24160

13 years agomac80211: add pending patches for throughput based led blinking and replace the broke...
Felix Fietkau [Sat, 27 Nov 2010 22:11:13 +0000 (22:11 +0000)]
mac80211: add pending patches for throughput based led blinking and replace the broken ath9k blinking code with it

SVN-Revision: 24159

13 years agokernel: add missing config option
Hauke Mehrtens [Sat, 27 Nov 2010 16:08:41 +0000 (16:08 +0000)]
kernel: add missing config option

SVN-Revision: 24157

13 years agopackage/ncurses: fix freebsd install issues
Alexandros C. Couloumbis [Fri, 26 Nov 2010 17:51:14 +0000 (17:51 +0000)]
package/ncurses: fix freebsd install issues

SVN-Revision: 24149

13 years agotools/pkg-config: update to version 0.25
Alexandros C. Couloumbis [Thu, 25 Nov 2010 18:56:19 +0000 (18:56 +0000)]
tools/pkg-config: update to version 0.25

SVN-Revision: 24146

13 years ago[package] opkg: ship pkg.m4, this fixes building on FreeBSD
Jo-Philipp Wich [Thu, 25 Nov 2010 18:02:36 +0000 (18:02 +0000)]
[package] opkg: ship pkg.m4, this fixes building on FreeBSD

SVN-Revision: 24145

13 years agomac80211: cfg80211 should not depend on rfkill.
Hauke Mehrtens [Thu, 25 Nov 2010 14:45:18 +0000 (14:45 +0000)]
mac80211: cfg80211 should not depend on rfkill.

If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that.
Now all modules build from compat-wireless will not use rfkill.

SVN-Revision: 24143

13 years ago[ar7] patch 972-cpmac_multi_probe.patch correctly, thanks sn9
Florian Fainelli [Thu, 25 Nov 2010 12:18:41 +0000 (12:18 +0000)]
[ar7] patch 972-cpmac_multi_probe.patch correctly, thanks sn9

SVN-Revision: 24142

13 years ago[ar7] rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patch
Florian Fainelli [Thu, 25 Nov 2010 12:18:36 +0000 (12:18 +0000)]
[ar7] rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patch

SVN-Revision: 24141

13 years ago[ar7] handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and Wipster
Florian Fainelli [Thu, 25 Nov 2010 11:58:02 +0000 (11:58 +0000)]
[ar7] handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and Wipster

SVN-Revision: 24140

13 years ago[ar7] handle new revisions of vlynq wrt reset sequence, patch from sn9
Florian Fainelli [Thu, 25 Nov 2010 11:57:57 +0000 (11:57 +0000)]
[ar7] handle new revisions of vlynq wrt reset sequence, patch from sn9

SVN-Revision: 24139

13 years ago[ar7] increase flash window size to 32MiB, patch from sn9.
Florian Fainelli [Thu, 25 Nov 2010 11:57:52 +0000 (11:57 +0000)]
[ar7] increase flash window size to 32MiB, patch from sn9.

SVN-Revision: 24138

13 years ago[ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9
Florian Fainelli [Thu, 25 Nov 2010 11:57:48 +0000 (11:57 +0000)]
[ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9

SVN-Revision: 24137

13 years agoupdate to the latest stable kernels
Imre Kaloz [Wed, 24 Nov 2010 18:50:11 +0000 (18:50 +0000)]
update to the latest stable kernels

SVN-Revision: 24136

13 years ago[package] mtd: whitespace cleanup
Jo-Philipp Wich [Wed, 24 Nov 2010 16:21:25 +0000 (16:21 +0000)]
[package] mtd: whitespace cleanup

SVN-Revision: 24135

13 years ago[package] mtd: fix r24132
Jo-Philipp Wich [Wed, 24 Nov 2010 16:18:34 +0000 (16:18 +0000)]
[package] mtd: fix r24132

SVN-Revision: 24134

13 years ago[package] opkg: write error messages to stdout
Jo-Philipp Wich [Wed, 24 Nov 2010 14:54:26 +0000 (14:54 +0000)]
[package] opkg: write error messages to stdout

SVN-Revision: 24133

13 years agopackage/mtd: (enhancement) add option to prevent erase when writing to flash. (closes...
Alexandros C. Couloumbis [Wed, 24 Nov 2010 14:10:01 +0000 (14:10 +0000)]
package/mtd: (enhancement) add option to prevent erase when writing to flash. (closes #8308)

SVN-Revision: 24132

13 years agochange the recursive dependency template to use more make evaluation - the shell...
Felix Fietkau [Wed, 24 Nov 2010 14:07:12 +0000 (14:07 +0000)]
change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems (#8231)

SVN-Revision: 24131

13 years agotools/e2fsprogs: fix freebsd compile issue
Alexandros C. Couloumbis [Wed, 24 Nov 2010 14:00:36 +0000 (14:00 +0000)]
tools/e2fsprogs: fix freebsd compile issue

SVN-Revision: 24130

13 years agotools/mtd-utils: update to mtd-utils-20101124
Alexandros C. Couloumbis [Wed, 24 Nov 2010 12:05:06 +0000 (12:05 +0000)]
tools/mtd-utils: update to mtd-utils-20101124

SVN-Revision: 24129

13 years agotools/e2fsprogs: update to e2fsprogs-1.41.12
Alexandros C. Couloumbis [Wed, 24 Nov 2010 11:59:51 +0000 (11:59 +0000)]
tools/e2fsprogs: update to e2fsprogs-1.41.12

SVN-Revision: 24128

13 years ago[brcm63xx] image Makefile: Removed extraneous tab from Image/LimitName16 macro defini...
Daniel Dickinson [Wed, 24 Nov 2010 11:06:13 +0000 (11:06 +0000)]
[brcm63xx] image Makefile: Removed extraneous tab from Image/LimitName16 macro definition.  The solves the strange whitespace in front of the image name in the info1 section

SVN-Revision: 24127

13 years agoramips: add support for Belkin F5D8235 v2 board
Gabor Juhos [Wed, 24 Nov 2010 10:01:23 +0000 (10:01 +0000)]
ramips: add support for Belkin F5D8235 v2 board

No support for usb for now.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24126

13 years agogeneric: add rtl8366rb switch vlan fid support
Gabor Juhos [Wed, 24 Nov 2010 10:01:21 +0000 (10:01 +0000)]
generic: add rtl8366rb switch vlan fid support

Allows to use fids 0 to 7. Default is 0.
Those who will use this don't forget to `set vlan fid` every time
after `set vlan ports` if you want non default behavior.
Minor changes. Version bump.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24125

13 years agoramips: Use NET_IP_ALIGN instead of hardcoding 2
Gabor Juhos [Wed, 24 Nov 2010 10:01:18 +0000 (10:01 +0000)]
ramips: Use NET_IP_ALIGN instead of hardcoding 2

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24124

13 years agoramips: DMA map the correct RX skb size
Gabor Juhos [Wed, 24 Nov 2010 10:01:16 +0000 (10:01 +0000)]
ramips: DMA map the correct RX skb size

The skb_reserve call prior to DMA mapping the RX skb reduced the skb
data len by 2. To not allow DMA to write behind the skb we should pass
the correct skb data len to the device.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24123

13 years agoramips: Don't trigger BUG_ON due to skb allocation failure
Gabor Juhos [Wed, 24 Nov 2010 10:01:12 +0000 (10:01 +0000)]
ramips: Don't trigger BUG_ON due to skb allocation failure

Instead just drop the rx'ed frame silently and reuse the already
available buffer.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24122

13 years agoramips: Remove unnecessary skb_put
Gabor Juhos [Wed, 24 Nov 2010 10:01:08 +0000 (10:01 +0000)]
ramips: Remove unnecessary skb_put

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24121

13 years agouClibc: add back a few cflags that were being overwritten, might fix a few segfauls...
Felix Fietkau [Wed, 24 Nov 2010 00:30:26 +0000 (00:30 +0000)]
uClibc: add back a few cflags that were being overwritten, might fix a few segfauls (thx, framer99)

SVN-Revision: 24120

13 years ago[brcm63xx] image: Limited image name put into the info1 field to 16 characters and...
Daniel Dickinson [Tue, 23 Nov 2010 20:17:08 +0000 (20:17 +0000)]
[brcm63xx] image: Limited image name put into the info1 field to 16 characters and eliminted the OpenWRT revision.  This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used.

SVN-Revision: 24118

13 years agolinux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.
Alexandros C. Couloumbis [Tue, 23 Nov 2010 16:41:34 +0000 (16:41 +0000)]
linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.

SVN-Revision: 24116

13 years agolinux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: http://lkml...
Alexandros C. Couloumbis [Tue, 23 Nov 2010 14:36:15 +0000 (14:36 +0000)]
linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee)

SVN-Revision: 24114

13 years agolinux/brcm47xx: add missing patch on r24112
Alexandros C. Couloumbis [Tue, 23 Nov 2010 14:12:42 +0000 (14:12 +0000)]
linux/brcm47xx: add missing patch on r24112

SVN-Revision: 24113

13 years agolinux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.
Alexandros C. Couloumbis [Tue, 23 Nov 2010 14:08:41 +0000 (14:08 +0000)]
linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.

SVN-Revision: 24112

13 years agolinux/generic: refresh 2.6.37 patches
Alexandros C. Couloumbis [Tue, 23 Nov 2010 14:04:42 +0000 (14:04 +0000)]
linux/generic: refresh 2.6.37 patches

SVN-Revision: 24111

13 years ago[gumstix] Fix ext4 build
Hamish Guthrie [Tue, 23 Nov 2010 12:07:50 +0000 (12:07 +0000)]
[gumstix] Fix ext4 build

SVN-Revision: 24110

13 years ago[gumstix] Bump kernel version
Hamish Guthrie [Tue, 23 Nov 2010 11:59:03 +0000 (11:59 +0000)]
[gumstix] Bump kernel version

SVN-Revision: 24109

13 years ago[gumstix] Remove NAND support
Hamish Guthrie [Tue, 23 Nov 2010 10:16:37 +0000 (10:16 +0000)]
[gumstix] Remove NAND support

SVN-Revision: 24108

13 years agomac80211: improve station mode nullfunc probing
Felix Fietkau [Tue, 23 Nov 2010 02:13:54 +0000 (02:13 +0000)]
mac80211: improve station mode nullfunc probing

SVN-Revision: 24107

13 years agoe2fsprogs: fix libuuid installation
Felix Fietkau [Mon, 22 Nov 2010 21:56:15 +0000 (21:56 +0000)]
e2fsprogs: fix libuuid installation

SVN-Revision: 24106

13 years agomac80211: improve ad-hoc multicast rate handling
Felix Fietkau [Mon, 22 Nov 2010 19:59:19 +0000 (19:59 +0000)]
mac80211: improve ad-hoc multicast rate handling

SVN-Revision: 24105