openwrt.git
12 years agoramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UN
juhosg [Sun, 29 Apr 2012 07:36:33 +0000 (07:36 +0000)]
ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UN

Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31507 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobroadcom-diag: add missing break into switch case statement.
hauke [Sat, 28 Apr 2012 23:30:05 +0000 (23:30 +0000)]
broadcom-diag: add missing break into switch case statement.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31506 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package/*] remove special treatment when using glibc - support got dropped
mirko [Sat, 28 Apr 2012 22:24:16 +0000 (22:24 +0000)]
[package/*] remove special treatment when using glibc - support got dropped

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31504 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/glibc*] purge support for glibc - use eglibc instead!
mirko [Sat, 28 Apr 2012 22:24:12 +0000 (22:24 +0000)]
[toolchain/glibc*] purge support for glibc - use eglibc instead!

for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31503 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/eglibc] drop support for eglibc version trunk/HEAD
mirko [Sat, 28 Apr 2012 20:47:48 +0000 (20:47 +0000)]
[toolchain/eglibc] drop support for eglibc version trunk/HEAD

When selecting a specific eglibc version, it comes with a specific SVN
revision that should not be modified as it (more or less) correspond to
a tagged release. This patch disable the possibility to select a specific
SVN revision on known eglib versions.

This patch also disables the possibility to select the trunk branch of
eglibc. There are multiple reasons for that:

* trunk/HEAD may not even compile

* the OpenWrt built system makes using trunk/HEAD a difficult thing, as
OpenWRT fetches the source tree and store it in a compressed tar archive.
Subsequent build get the source from the tar archive - not from SVN,
making the use of trunk/HEAD largelly innefective.

* we cannot know the corresponding version of trunk/HEAD, meaning that
we'll face compiling issues when we'll try to copy the libc files -
unless the build system is fixed with this specific issue in mind.

Signed-off-by: Emmanuel Deloget <logout@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31502 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/eglibc] set version string of eglibc version 2.14 to 2.14.1
mirko [Sat, 28 Apr 2012 20:18:06 +0000 (20:18 +0000)]
[toolchain/eglibc] set version string of eglibc version 2.14 to 2.14.1

eglibc version number depends on the branch and on the maintenance release
(i.e. the SVN revision). Changing the revision may change the maintenance
version. This patch correlate the SVN revision to the correct version
number - without this change  eglibc 2.14 provoke build errors when
building the base-files package (example, for 2.14):

$ make package/base-files/compile V=1
   make[1] package/base-files/compile
   make[2] -C package/opkg host-compile
   make[2] -C package/base-files-network compile
   make[2] -C package/base-files compile
cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory

Signed-off-by: Emmanuel Deloget <logout@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31501 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain/eglibc] drop eglibc version 2.12
mirko [Sat, 28 Apr 2012 20:10:32 +0000 (20:10 +0000)]
[toolchain/eglibc] drop eglibc version 2.12

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31500 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packages
mirko [Sat, 28 Apr 2012 19:54:54 +0000 (19:54 +0000)]
[packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packages

This patch makes several changes to the util-linux(-ng) package:
 * rename to util-linux (official name now, util-linux-ng got merged)
 * bump to last stable version 2.21.1 (was 2.13.0.1 before)
 * add several new packages
 * sort packages within Makefile
 * remove patches which got merged upstream

This patch makes some changes to the e2fsprogs package:
 * bump to last stable version 1.42.2
 * libraries moved from e2fsprogs to util-linux - take care of that

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31499 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: merge 3.3 fixes
juhosg [Sat, 28 Apr 2012 10:41:43 +0000 (10:41 +0000)]
adm8668: merge 3.3 fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31497 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: nuke 2.6.36 support
juhosg [Sat, 28 Apr 2012 10:39:47 +0000 (10:39 +0000)]
adm8668: nuke 2.6.36 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31496 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: switch to 3.3
juhosg [Sat, 28 Apr 2012 10:38:53 +0000 (10:38 +0000)]
adm8668: switch to 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31495 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] base-files: fix typo in 05_firstboot_skip script (#11359)
florian [Fri, 27 Apr 2012 16:49:16 +0000 (16:49 +0000)]
[package] base-files: fix typo in 05_firstboot_skip script (#11359)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31492 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[brcm63xx] switch to gpio-keys-polled
florian [Fri, 27 Apr 2012 16:44:48 +0000 (16:44 +0000)]
[brcm63xx] switch to gpio-keys-polled

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31491 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] fix kmod-pcmcia-serial for 3.3+ kernels
florian [Fri, 27 Apr 2012 16:44:44 +0000 (16:44 +0000)]
[package] fix kmod-pcmcia-serial for 3.3+ kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31490 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[toolchain] gcc: fix getenv() patches for 4.4.7 and 4.5-linaro
jow [Fri, 27 Apr 2012 12:05:34 +0000 (12:05 +0000)]
[toolchain] gcc: fix getenv() patches for 4.4.7 and 4.5-linaro

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31489 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux/3.3: yet another missing symbol
juhosg [Fri, 27 Apr 2012 06:31:43 +0000 (06:31 +0000)]
linux/3.3: yet another missing symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31488 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobuild: fix bad file descriptor issues with the verbosity changes
nbd [Thu, 26 Apr 2012 18:13:17 +0000 (18:13 +0000)]
build: fix bad file descriptor issues with the verbosity changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31486 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agocmake: add support for V=cs
nbd [Thu, 26 Apr 2012 17:54:03 +0000 (17:54 +0000)]
cmake: add support for V=cs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31485 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobuild: rework verbosity level selection
nbd [Thu, 26 Apr 2012 17:53:56 +0000 (17:53 +0000)]
build: rework verbosity level selection

V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:

- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31484 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: BCMA - Modified PCI CFG space access
hauke [Wed, 25 Apr 2012 20:32:17 +0000 (20:32 +0000)]
brcm47xx: BCMA - Modified PCI CFG space access

The existing code (prior to the patch) does an "ioremap_nocache" on a
subset of a memory region that I think has already been mapped, and then
un-maps that smaller region when it is finished.

Thanks Nathan Hintz for the patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31481 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: add support for 3.3
juhosg [Wed, 25 Apr 2012 18:53:49 +0000 (18:53 +0000)]
adm8668: add support for 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31480 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: build gzip compressed uImage for testing
juhosg [Wed, 25 Apr 2012 18:53:48 +0000 (18:53 +0000)]
adm8668: build gzip compressed uImage for testing

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31479 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm8668: use a suffix for initramfs images
juhosg [Wed, 25 Apr 2012 18:53:46 +0000 (18:53 +0000)]
adm8668: use a suffix for initramfs images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31478 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] kernel: fix packaging of 8250.ko with Linux 3.x
jow [Wed, 25 Apr 2012 13:43:15 +0000 (13:43 +0000)]
[package] kernel: fix packaging of 8250.ko with Linux 3.x
This commit fixes build breakage in package/kernel leading to missing
subsequent kmods like kmod-usb-serial, this should fix the missing
packages in ar71xx builds.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31477 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: enable MIB counters in the built-in switch of the AR934x
juhosg [Wed, 25 Apr 2012 13:02:11 +0000 (13:02 +0000)]
ar71xx: enable MIB counters in the built-in switch of the AR934x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31476 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm5120: remove 2.6.38 support
juhosg [Wed, 25 Apr 2012 12:57:35 +0000 (12:57 +0000)]
adm5120: remove 2.6.38 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31475 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm5120: add 3.3 support
juhosg [Wed, 25 Apr 2012 12:57:33 +0000 (12:57 +0000)]
adm5120: add 3.3 support

Partially based on the 3.1 patches by Hartmut Knaack <knaack.h [at] gmx.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31474 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux/3.3: fix compiler warnings in the plat_nand driver
juhosg [Wed, 25 Apr 2012 12:57:29 +0000 (12:57 +0000)]
linux/3.3: fix compiler warnings in the plat_nand driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31473 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoadm5120: make 5GXi depends on CPU_LITTLE_ENDIAN
juhosg [Wed, 25 Apr 2012 12:57:26 +0000 (12:57 +0000)]
adm5120: make 5GXi depends on CPU_LITTLE_ENDIAN

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31472 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: A couple of other (inconsequential) BCMA patches
hauke [Tue, 24 Apr 2012 21:56:42 +0000 (21:56 +0000)]
brcm47xx: A couple of other (inconsequential) BCMA patches

Noticed these while reviewing the code.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31471 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobrcm47xx: b44 fix workaround detection on some brcm47xx boards
hauke [Tue, 24 Apr 2012 20:35:46 +0000 (20:35 +0000)]
brcm47xx: b44 fix workaround detection on some brcm47xx boards

Because of api change of nvram_getenv, the workaround failed to detect the hardware.

Based on patch by b.sander

Fixes #11268.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31470 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[scripts/feeds] re-enable shallow git clones ('--depth 1')
mirko [Tue, 24 Apr 2012 18:19:16 +0000 (18:19 +0000)]
[scripts/feeds] re-enable shallow git clones ('--depth 1')

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31469 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[scripts/feeds] include revisions of feeds when listing them
mirko [Tue, 24 Apr 2012 12:56:18 +0000 (12:56 +0000)]
[scripts/feeds] include revisions of feeds when listing them

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31467 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include/kernel-defaults.mk] enable verbose output of kernel build if V=99 is passed
mirko [Tue, 24 Apr 2012 12:42:57 +0000 (12:42 +0000)]
[include/kernel-defaults.mk] enable verbose output of kernel build if V=99 is passed

append V=1 to KERNEL_MAKEOPTS when $V (and therewith $KBUILD_VERBOSE) is set to 99

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31466 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: remove empty patches directories
jogo [Tue, 24 Apr 2012 12:01:23 +0000 (12:01 +0000)]
bcm63xx: remove empty patches directories

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31465 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: drop linux 3.2 support
jogo [Tue, 24 Apr 2012 11:49:27 +0000 (11:49 +0000)]
bcm63xx: drop linux 3.2 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31464 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: drop linux 3.0 support
jogo [Tue, 24 Apr 2012 11:49:24 +0000 (11:49 +0000)]
bcm63xx: drop linux 3.0 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31463 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobcm63xx: switch kernel to 3.3
jogo [Tue, 24 Apr 2012 11:49:19 +0000 (11:49 +0000)]
bcm63xx: switch kernel to 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31462 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar71xx: TL-WR741NDv4: add WLAN LED config
juhosg [Tue, 24 Apr 2012 11:38:44 +0000 (11:38 +0000)]
ar71xx: TL-WR741NDv4: add WLAN LED config

On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31461 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: update linux 3.3 to 3.3.3
jogo [Tue, 24 Apr 2012 09:25:38 +0000 (09:25 +0000)]
kernel: update linux 3.3 to 3.3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31460 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: update linux 3.2 to 3.2.16
jogo [Tue, 24 Apr 2012 09:25:35 +0000 (09:25 +0000)]
kernel: update linux 3.2 to 3.2.16

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31459 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agokernel: add some more missing kernel config symbols
jogo [Tue, 24 Apr 2012 09:25:32 +0000 (09:25 +0000)]
kernel: add some more missing kernel config symbols

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31458 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] remove empty acx directory
florian [Tue, 24 Apr 2012 08:13:38 +0000 (08:13 +0000)]
[package] remove empty acx directory

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31457 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] remove old acx driver
florian [Tue, 24 Apr 2012 08:05:49 +0000 (08:05 +0000)]
[package] remove old acx driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31456 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] acx-mac80211: update to 20122204
florian [Tue, 24 Apr 2012 08:05:46 +0000 (08:05 +0000)]
[package] acx-mac80211: update to 20122204

Upstream commit id: 15bbffea

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31455 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[generic] enable NF_CONNTRACK_PROCFS for Linux 3.3, required for /proc/net/nf_conntra...
jow [Tue, 24 Apr 2012 00:55:57 +0000 (00:55 +0000)]
[generic] enable NF_CONNTRACK_PROCFS for Linux 3.3, required for /proc/net/nf_conntrack (#11339)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31454 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: update AP multicast fix to latest version submitted to linux-wireless@
nbd [Mon, 23 Apr 2012 17:29:29 +0000 (17:29 +0000)]
mac80211: update AP multicast fix to latest version submitted to linux-wireless@

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31453 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agox86: restore config-default, it is needed for 2.6.39
juhosg [Mon, 23 Apr 2012 16:56:08 +0000 (16:56 +0000)]
x86: restore config-default, it is needed for 2.6.39

Reported-by: Thomas Heil <heil@terminal-consulting.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31452 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: rt305x: add support for the UR-336UN board
juhosg [Mon, 23 Apr 2012 16:56:06 +0000 (16:56 +0000)]
ramips: rt305x: add support for the UR-336UN board

Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31451 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: rt305x: add support for the Asus WL-330N3G board
juhosg [Mon, 23 Apr 2012 16:56:05 +0000 (16:56 +0000)]
ramips: rt305x: add support for the Asus WL-330N3G board

This patch adds support for the ASUS WL-330N3G

Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led.

The bi-color led is driven by 2 gpio.
I don't know how to handle this, so I simply made 2 leds : one red, one blue.
But the red light takes precedence over the blue one according to the chart below.

r = led is red
b = led is blue
0 = led is off

xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness

initial state action  led gpio state

r0 b0 r0->r1  r   r0 b0
r0 b0 b0->b1   b r0 b1

r1 b0 r1->r0  0 r0 b0
r1 b0 b0->b1  r r1 *b1*

r1 b1 r1->r0   b r0 b1
r1 b1 b1->b0   r r1 b0

r0 b1 r0->r1   r r1 *b1*
r0 b1 b1->b0   0 r0 r0

Signed-off-by: Frédéric Leroy <fredo@starox.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31450 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[include] ensure that profile Makefiles are sourced in alphabetical order
jow [Mon, 23 Apr 2012 16:10:25 +0000 (16:10 +0000)]
[include] ensure that profile Makefiles are sourced in alphabetical order
Since make 3.82 does not guarantee file ordering anymore, target profiles might
get included in random order, leading to bad default values when only selecting
the toplevel target and populating the .config with defconfig.
This commit should also fix the ar71xx snapshot builds.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31449 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[malta] switch to 3.3
florian [Mon, 23 Apr 2012 12:33:30 +0000 (12:33 +0000)]
[malta] switch to 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31448 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[malta] add support for 3.3
florian [Mon, 23 Apr 2012 12:33:27 +0000 (12:33 +0000)]
[malta] add support for 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31447 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[uml] switch to 3.3.2
florian [Mon, 23 Apr 2012 12:33:24 +0000 (12:33 +0000)]
[uml] switch to 3.3.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31446 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[uml] add 3.3 support
florian [Mon, 23 Apr 2012 12:33:19 +0000 (12:33 +0000)]
[uml] add 3.3 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31445 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package] 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range (#11323)
jow [Mon, 23 Apr 2012 10:12:00 +0000 (10:12 +0000)]
[package] 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range (#11323)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31444 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[lantiq] Adding wifi eeprom extract for ARV752DPW - Easybox 802
blogic [Mon, 23 Apr 2012 09:40:37 +0000 (09:40 +0000)]
[lantiq] Adding wifi eeprom extract for ARV752DPW - Easybox 802

Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31443 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[kernel] scanning kernel packages for targets
blogic [Mon, 23 Apr 2012 09:37:50 +0000 (09:37 +0000)]
[kernel] scanning kernel packages for targets

Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.

Signed-off-by: kalyan <kalyanatejaswi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31442 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoar8216: enable forwarding of multicast frames to the cpu port on ar8327 (thx, SeG)
nbd [Sun, 22 Apr 2012 19:19:49 +0000 (19:19 +0000)]
ar8216: enable forwarding of multicast frames to the cpu port on ar8327 (thx, SeG)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31441 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[at91] flexibity: Cleanup the subtarget config
claudio [Sun, 22 Apr 2012 16:56:10 +0000 (16:56 +0000)]
[at91] flexibity: Cleanup the subtarget config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31440 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoRevert "mac80211: add backport of the module_pci_driver macro"
juhosg [Sun, 22 Apr 2012 11:39:49 +0000 (11:39 +0000)]
Revert "mac80211: add backport of the module_pci_driver macro"

Erm, Hauke was faster.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31439 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: add backport of the module_pci_driver macro
juhosg [Sun, 22 Apr 2012 11:37:22 +0000 (11:37 +0000)]
mac80211: add backport of the module_pci_driver macro

That is required by various PCI drivers.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31438 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: add module_pci_driver to compat
hauke [Sun, 22 Apr 2012 11:36:35 +0000 (11:36 +0000)]
mac80211: add module_pci_driver to compat

Without module_pci_driver being defined the pci drivers do not get registered.

Should fix #11332

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31437 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[at91] tqma9263: update board definition for 3.x series and fix config choose
claudio [Sun, 22 Apr 2012 09:09:53 +0000 (09:09 +0000)]
[at91] tqma9263: update board definition for 3.x series and fix config choose

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31436 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[at91] Remove old netus board definition
claudio [Sun, 22 Apr 2012 09:09:50 +0000 (09:09 +0000)]
[at91] Remove old netus board definition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31435 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoep93xx: remove 2.6.39 support
juhosg [Sun, 22 Apr 2012 07:20:55 +0000 (07:20 +0000)]
ep93xx: remove 2.6.39 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31434 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoamazon: remove 2.6.3{0,2} support
juhosg [Sun, 22 Apr 2012 07:20:53 +0000 (07:20 +0000)]
amazon: remove 2.6.3{0,2} support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31433 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agonetifd: improve error handling in legacy script compatibility library, do not fill...
nbd [Sat, 21 Apr 2012 20:34:48 +0000 (20:34 +0000)]
netifd: improve error handling in legacy script compatibility library, do not fill the log with error messages for interfaces that could not be found

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31432 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agobase-files: rename internal variables in config_foreach to make namespace conflicts...
nbd [Sat, 21 Apr 2012 20:34:45 +0000 (20:34 +0000)]
base-files: rename internal variables in config_foreach to make namespace conflicts more unlikely

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31431 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agonetifd: make type a local variable in /lib/network/config.sh to avoid clashes with...
nbd [Sat, 21 Apr 2012 20:34:41 +0000 (20:34 +0000)]
netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomac80211: suppress 3-address multicast frames on WDS APs without non-WDS stations
nbd [Sat, 21 Apr 2012 20:34:38 +0000 (20:34 +0000)]
mac80211: suppress 3-address multicast frames on WDS APs without non-WDS stations

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31429 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoath9k: merge a tkip related stability fix
nbd [Sat, 21 Apr 2012 20:34:33 +0000 (20:34 +0000)]
ath9k: merge a tkip related stability fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31428 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years ago[package/firewall] minor change: adjust formatting of firewall.config
mirko [Sat, 21 Apr 2012 19:42:28 +0000 (19:42 +0000)]
[package/firewall] minor change: adjust formatting of firewall.config

 - remove trailing whitespaces (s/\ $//g)
 - replace spaces with tabs between options and values

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31427 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoomap24xx: remove 2.6.38 support
juhosg [Sat, 21 Apr 2012 17:16:40 +0000 (17:16 +0000)]
omap24xx: remove 2.6.38 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31426 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agordc: remove empty patch dir
juhosg [Sat, 21 Apr 2012 17:10:47 +0000 (17:10 +0000)]
rdc: remove empty patch dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31425 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agouml: remove empty patch dirs
juhosg [Sat, 21 Apr 2012 17:09:33 +0000 (17:09 +0000)]
uml: remove empty patch dirs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31424 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux: remove the empty versatile target
juhosg [Sat, 21 Apr 2012 17:05:30 +0000 (17:05 +0000)]
linux: remove the empty versatile target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31423 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoxburst: remove 2.6.36 support
juhosg [Sat, 21 Apr 2012 17:03:10 +0000 (17:03 +0000)]
xburst: remove 2.6.36 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31422 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agomalta: remove 2.6.39 and 3.0 support
juhosg [Sat, 21 Apr 2012 16:56:15 +0000 (16:56 +0000)]
malta: remove 2.6.39 and 3.0 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31421 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agompc83xx: remove 2.6.32 support
juhosg [Sat, 21 Apr 2012 16:51:59 +0000 (16:51 +0000)]
mpc83xx: remove 2.6.32 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31420 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoocteon: remove 2.6.30 support
juhosg [Sat, 21 Apr 2012 16:45:32 +0000 (16:45 +0000)]
octeon: remove 2.6.30 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31419 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agocns3xxx: remove 2.6.31 support
juhosg [Sat, 21 Apr 2012 16:42:05 +0000 (16:42 +0000)]
cns3xxx: remove 2.6.31 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31418 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoau1000: remove empty dir
juhosg [Sat, 21 Apr 2012 16:36:51 +0000 (16:36 +0000)]
au1000: remove empty dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31417 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoau1000: remove 2.6.39 support
juhosg [Sat, 21 Apr 2012 16:30:40 +0000 (16:30 +0000)]
au1000: remove 2.6.39 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31416 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agox86: remove 2.6.32 support
juhosg [Sat, 21 Apr 2012 16:17:48 +0000 (16:17 +0000)]
x86: remove 2.6.32 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31415 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoixp4xx: remove 2.6.3{2,8} and 3.0 support
juhosg [Sat, 21 Apr 2012 16:17:46 +0000 (16:17 +0000)]
ixp4xx: remove 2.6.3{2,8} and 3.0 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31414 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agotools: add xz dependency to automake
juhosg [Sat, 21 Apr 2012 16:09:04 +0000 (16:09 +0000)]
tools: add xz dependency to automake

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31413 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux/2.6.31: R.I.P.
juhosg [Sat, 21 Apr 2012 15:18:58 +0000 (15:18 +0000)]
linux/2.6.31: R.I.P.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31412 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux/2.6.30: R.I.P.
juhosg [Sat, 21 Apr 2012 15:18:55 +0000 (15:18 +0000)]
linux/2.6.30: R.I.P.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31411 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux: add broken flag to targets which are using 2.6.30
juhosg [Sat, 21 Apr 2012 15:18:54 +0000 (15:18 +0000)]
linux: add broken flag to targets which are using 2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31410 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agolinux/3.3: nuke the gpio_buttons patch
juhosg [Sat, 21 Apr 2012 14:26:35 +0000 (14:26 +0000)]
linux/3.3: nuke the gpio_buttons patch

It is superseded by the in-kernel gpio-keys-polled driver.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31409 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agompc52xx: nuke 3.2 config
juhosg [Sat, 21 Apr 2012 12:36:47 +0000 (12:36 +0000)]
mpc52xx: nuke 3.2 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31408 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agompc52xx: switch to 3.3.2
juhosg [Sat, 21 Apr 2012 12:36:45 +0000 (12:36 +0000)]
mpc52xx: switch to 3.3.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31407 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agompc52xx: add kernel config for 3.3
juhosg [Sat, 21 Apr 2012 12:36:44 +0000 (12:36 +0000)]
mpc52xx: add kernel config for 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31406 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: nuke 3.2 suport
juhosg [Sat, 21 Apr 2012 12:30:53 +0000 (12:30 +0000)]
ramips: nuke 3.2 suport

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31405 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: switch to 3.3.2
juhosg [Sat, 21 Apr 2012 12:30:51 +0000 (12:30 +0000)]
ramips: switch to 3.3.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31404 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: add support for 3.3
juhosg [Sat, 21 Apr 2012 12:30:50 +0000 (12:30 +0000)]
ramips: add support for 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31403 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: rt305x: add OHCI/EHCI registration code for RT3352
juhosg [Sat, 21 Apr 2012 12:30:48 +0000 (12:30 +0000)]
ramips: rt305x: add OHCI/EHCI registration code for RT3352

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31402 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: rt305x: fix CPU clock detection on RT3352
juhosg [Sat, 21 Apr 2012 12:30:47 +0000 (12:30 +0000)]
ramips: rt305x: fix CPU clock detection on RT3352

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31401 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 years agoramips: rt305x: use different memory size setup for RT3352
juhosg [Sat, 21 Apr 2012 12:30:45 +0000 (12:30 +0000)]
ramips: rt305x: use different memory size setup for RT3352

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31400 3c298f89-4303-0410-b956-a3cf2f4a3e73