openwrt.git
14 years agopackage/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu...
nico [Fri, 16 Apr 2010 10:42:10 +0000 (10:42 +0000)]
package/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu to it and source main busybox Config.in from there

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

14 years agopackage/madwifi: move configuration in submenu
nico [Fri, 16 Apr 2010 10:34:21 +0000 (10:34 +0000)]
package/madwifi: move configuration in submenu

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

14 years agopackage/mac80211: move all configuration items in submenus, merge Config.in* into...
nico [Fri, 16 Apr 2010 10:31:12 +0000 (10:31 +0000)]
package/mac80211: move all configuration items in submenus, merge Config.in* into the main Makefile

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

14 years agopackage/libpcap: move configuration to submenu
nico [Fri, 16 Apr 2010 10:03:53 +0000 (10:03 +0000)]
package/libpcap: move configuration to submenu

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

14 years agopackage/udev: move configuration in submenu, rename udev-config.in to Config.in for...
nico [Fri, 16 Apr 2010 10:03:09 +0000 (10:03 +0000)]
package/udev: move configuration in submenu, rename udev-config.in to Config.in for consistency

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

14 years agopackage/mmc_over_gpio: more configuration in submenu
nico [Fri, 16 Apr 2010 09:56:19 +0000 (09:56 +0000)]
package/mmc_over_gpio: more configuration in submenu

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

14 years agopackage/compcache: move configuration in submenu
nico [Fri, 16 Apr 2010 09:54:27 +0000 (09:54 +0000)]
package/compcache: move configuration in submenu

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

14 years agopackage/kernel: remove references to old TARGET_olpc now that it has been merged...
nico [Fri, 16 Apr 2010 09:15:02 +0000 (09:15 +0000)]
package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86

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

14 years agopackage/busybox: add 3 upstream fixes, bump release number
nico [Fri, 16 Apr 2010 08:48:19 +0000 (08:48 +0000)]
package/busybox: add 3 upstream fixes, bump release number

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

14 years agopackage/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)
nico [Fri, 16 Apr 2010 03:52:49 +0000 (03:52 +0000)]
package/kernel: add dependency on kmod-input-core to kmod-sound-core (closes: #7140)

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

14 years agotoolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local references...
nico [Fri, 16 Apr 2010 02:55:30 +0000 (02:55 +0000)]
toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local references to linkonce (see gcc.gnu.org/PR16276, closes: #7014)

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

14 years agopackage/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod...
nico [Fri, 16 Apr 2010 00:08:52 +0000 (00:08 +0000)]
package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod-ipsec6 (partially closes: #7164)

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

14 years agoar71xx: fix up alignment handling
nbd [Thu, 15 Apr 2010 23:31:17 +0000 (23:31 +0000)]
ar71xx: fix up alignment handling

- on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned
- alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment
- ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets
- use memmove to re-align small packets, if necessary

tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers

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

14 years agobrcm47xx: add preliminary 2.6.34 support
acoul [Thu, 15 Apr 2010 20:50:50 +0000 (20:50 +0000)]
brcm47xx: add preliminary 2.6.34 support

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

14 years agoath9k: fix crash issues caused by the ar9300 support patch
nbd [Thu, 15 Apr 2010 20:37:20 +0000 (20:37 +0000)]
ath9k: fix crash issues caused by the ar9300 support patch

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

14 years ago[package] uhttpd: fix bug in path canonization introduced by r20883
jow [Thu, 15 Apr 2010 20:08:56 +0000 (20:08 +0000)]
[package] uhttpd: fix bug in path canonization introduced by r20883

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

14 years ago[package] uhttpd:
jow [Thu, 15 Apr 2010 19:46:35 +0000 (19:46 +0000)]
[package] uhttpd:
- make network timeout configurable, increase default to 30 seconds (#7067)
- follow symlinks in docroot and add option to disable that
- fix mimetype detection for files with combined extensions (.tar.gz, ...)

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

14 years agotoolchain/uClubc-0.9.31: fix syscalls on MIPS
juhosg [Thu, 15 Apr 2010 19:28:10 +0000 (19:28 +0000)]
toolchain/uClubc-0.9.31: fix syscalls on MIPS

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

14 years ago2.6.34: fix kzalloc error
acoul [Thu, 15 Apr 2010 16:46:24 +0000 (16:46 +0000)]
2.6.34: fix kzalloc error

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

14 years agopackage/base-files: fix typo in r20874 (thanks to rhk for spotting it)
nico [Thu, 15 Apr 2010 08:22:39 +0000 (08:22 +0000)]
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)

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

14 years agopackage/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)
nico [Thu, 15 Apr 2010 07:24:00 +0000 (07:24 +0000)]
package/block-mount: mark /etc/config/fstab as conffiles (closes: #7130)

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

14 years agopackage/base-files: use a single $(CP) instead of two to copy shared library files
nico [Thu, 15 Apr 2010 06:01:45 +0000 (06:01 +0000)]
package/base-files: use a single $(CP) instead of two to copy shared library files

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

14 years agotoolchain/uClibc: add preliminary support for 0.9.31 (needs testing)
nico [Thu, 15 Apr 2010 05:59:10 +0000 (05:59 +0000)]
toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)

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

14 years agotoolchain/kernel-headers: restore support for patches, needed for ubicom32
nico [Thu, 15 Apr 2010 05:00:00 +0000 (05:00 +0000)]
toolchain/kernel-headers: restore support for patches, needed for ubicom32

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

14 years agopackage/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)
nico [Thu, 15 Apr 2010 03:20:28 +0000 (03:20 +0000)]
package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)

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

14 years agotarget/toolchain: match toolchain directory name changes in r19885 & r20215 (closes...
nico [Thu, 15 Apr 2010 00:33:40 +0000 (00:33 +0000)]
target/toolchain: match toolchain directory name changes in r19885 & r20215 (closes: #7148 & #7162)

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

14 years ago[cleanup] remove empty directories (again)
nico [Wed, 14 Apr 2010 23:47:49 +0000 (23:47 +0000)]
[cleanup] remove empty directories (again)

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

14 years agopackage/iptables: update to 1.4.7
nico [Wed, 14 Apr 2010 23:27:36 +0000 (23:27 +0000)]
package/iptables: update to 1.4.7

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

14 years agopackage/ipset: update to 4.2
nico [Wed, 14 Apr 2010 23:26:48 +0000 (23:26 +0000)]
package/ipset: update to 4.2

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

14 years agoopenssl: fix timestamp patch - previous version patched the wrong file
nbd [Wed, 14 Apr 2010 22:56:05 +0000 (22:56 +0000)]
openssl: fix timestamp patch - previous version patched the wrong file

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

14 years agoopenssl: remove the makefile timestamp check, it breaks on some host systems
nbd [Wed, 14 Apr 2010 22:52:49 +0000 (22:52 +0000)]
openssl: remove the makefile timestamp check, it breaks on some host systems

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

14 years agofix timestamp checks for build system paths which have '.svn' in their directory...
nbd [Wed, 14 Apr 2010 22:21:15 +0000 (22:21 +0000)]
fix timestamp checks for build system paths which have '.svn' in their directory name

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

14 years agotarget/adm5120: fix image building after r20834
nico [Wed, 14 Apr 2010 21:13:59 +0000 (21:13 +0000)]
target/adm5120: fix image building after r20834

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

14 years agotarget/ixp4xx: fix image building after r20834 (closes: #7157)
nico [Wed, 14 Apr 2010 14:36:41 +0000 (14:36 +0000)]
target/ixp4xx: fix image building after r20834 (closes: #7157)

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

14 years agomtd-utils: remove bogus include statement to make it more portable
nbd [Wed, 14 Apr 2010 10:50:33 +0000 (10:50 +0000)]
mtd-utils: remove bogus include statement to make it more portable

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

14 years agoath9k: fix a crash in ath9k_hw_reset on older hw
nbd [Wed, 14 Apr 2010 02:35:56 +0000 (02:35 +0000)]
ath9k: fix a crash in ath9k_hw_reset on older hw

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

14 years agotools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag...
cshore [Wed, 14 Apr 2010 00:45:48 +0000 (00:45 +0000)]
tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h).  Closes #7120

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

14 years agomac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300...
nbd [Wed, 14 Apr 2010 00:09:26 +0000 (00:09 +0000)]
mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300 patch set, fixes #7135

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

14 years agopackage/mac80211: add a patch to fix package/carl9170 build failure
nico [Tue, 13 Apr 2010 23:47:41 +0000 (23:47 +0000)]
package/mac80211: add a patch to fix package/carl9170 build failure

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

14 years ago[brcm-2.4] add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code...
jow [Tue, 13 Apr 2010 22:34:13 +0000 (22:34 +0000)]
[brcm-2.4] add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten code by merging identical fixes

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

14 years agoadd lzma/jffs2 patches for 2.6.34
acoul [Tue, 13 Apr 2010 21:45:03 +0000 (21:45 +0000)]
add lzma/jffs2 patches for 2.6.34

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

14 years agodon't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbo...
acoul [Tue, 13 Apr 2010 21:36:58 +0000 (21:36 +0000)]
don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbose mode on compresor statistics.

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

14 years ago[mx2] vp6500: Add backlight device
lars [Tue, 13 Apr 2010 20:52:41 +0000 (20:52 +0000)]
[mx2] vp6500: Add backlight device

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

14 years agoupdate kernel checksums
acoul [Tue, 13 Apr 2010 20:11:50 +0000 (20:11 +0000)]
update kernel checksums

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

14 years ago[package] option to allow boot to run to completion before starting shell
florian [Tue, 13 Apr 2010 19:57:25 +0000 (19:57 +0000)]
[package] option to allow boot to run to completion before starting shell

Setting the system variable "foreground" to yes causes the system to run
the init scripts in series and wait for completion.

This is useful if (a) you don't want the user getting into the console
until the system is initialized, or (b) you have things going on in your
scripts that require strict ordering (and no possible race conditions).

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20841 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: fix image builds (broken by r20834)
nbd [Tue, 13 Apr 2010 18:01:46 +0000 (18:01 +0000)]
ar71xx: fix image builds (broken by r20834)

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

14 years agofix jffs2 and mini_fo mount in failsafe (patch from #7134)
nbd [Tue, 13 Apr 2010 14:24:58 +0000 (14:24 +0000)]
fix jffs2 and mini_fo mount in failsafe (patch from #7134)

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

14 years agofinalize lzma/jffs2 support (currently not enebled by default, for kernels >=2.6...
acoul [Tue, 13 Apr 2010 14:07:22 +0000 (14:07 +0000)]
finalize lzma/jffs2 support (currently not enebled by default, for kernels >=2.6.33) based on Edgar Soldin patches:
https://lists.openwrt.org/pipermail/openwrt-devel/2010-March/006550.html

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

14 years agoath9k: more fixes/cleanups for ar9280 and ar9300
nbd [Tue, 13 Apr 2010 01:03:49 +0000 (01:03 +0000)]
ath9k: more fixes/cleanups for ar9280 and ar9300

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

14 years agodefine a shared IMG_PREFIX variable used as a basename for image files, it contains...
nico [Mon, 12 Apr 2010 23:15:56 +0000 (23:15 +0000)]
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files

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

14 years agoath9k: fix a crash bug and a dma sync issue
nbd [Mon, 12 Apr 2010 22:30:47 +0000 (22:30 +0000)]
ath9k: fix a crash bug and a dma sync issue

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

14 years ago[package] Add uboot for xburst package
lars [Mon, 12 Apr 2010 18:17:26 +0000 (18:17 +0000)]
[package] Add uboot for xburst package

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

14 years ago[cleanup] remove 'svn:executable' property
nico [Mon, 12 Apr 2010 17:08:57 +0000 (17:08 +0000)]
[cleanup] remove 'svn:executable' property

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

14 years ago[package] fix swconfig build failure on brcm63xx
florian [Mon, 12 Apr 2010 14:01:55 +0000 (14:01 +0000)]
[package] fix swconfig build failure on brcm63xx

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

14 years agoadd jffs2/lzma support (not activated by default yet)
acoul [Mon, 12 Apr 2010 13:14:42 +0000 (13:14 +0000)]
add jffs2/lzma support (not activated by default yet)

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

14 years ago[package] fix linux-atm build failure on brcm63xx (and probably other targets) (...
florian [Mon, 12 Apr 2010 12:59:09 +0000 (12:59 +0000)]
[package] fix linux-atm build failure on brcm63xx (and probably other targets) (#7145)

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

14 years ago[malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)
florian [Mon, 12 Apr 2010 12:33:41 +0000 (12:33 +0000)]
[malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)

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

14 years agoppc40x: add sysupgrade support
juhosg [Mon, 12 Apr 2010 12:21:18 +0000 (12:21 +0000)]
ppc40x: add sysupgrade support

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

14 years agoppc40x: increase kernel partition size on OpenRB/Magicbox
juhosg [Mon, 12 Apr 2010 12:21:15 +0000 (12:21 +0000)]
ppc40x: increase kernel partition size on OpenRB/Magicbox

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

14 years agoppc40x: sync kernel config
juhosg [Mon, 12 Apr 2010 12:21:12 +0000 (12:21 +0000)]
ppc40x: sync kernel config

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

14 years agompc83xx: add 2.6.33 support
acoul [Mon, 12 Apr 2010 10:47:00 +0000 (10:47 +0000)]
mpc83xx: add 2.6.33 support

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

14 years ago[mx2] vp6500: Add leds and keypad devices.
lars [Mon, 12 Apr 2010 00:11:18 +0000 (00:11 +0000)]
[mx2] vp6500: Add leds and keypad devices.

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

14 years ago[kernel] Add missing symbols to 2.6.34 config
lars [Sun, 11 Apr 2010 22:30:27 +0000 (22:30 +0000)]
[kernel] Add missing symbols to 2.6.34 config

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

14 years ago[mx2] Use lzma kernel compression.
lars [Sun, 11 Apr 2010 22:12:10 +0000 (22:12 +0000)]
[mx2] Use lzma kernel compression.

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

14 years ago[kernel] swconfig: Check vlan/port indexes for validity.
florian [Sun, 11 Apr 2010 20:51:37 +0000 (20:51 +0000)]
[kernel] swconfig: Check vlan/port indexes for validity.

Swconfig needs to make sure that requested vlans/ports actually exist,
else it might read or modify memory not belonging to itself.

This patch adds a quick range check in swconfig's kernel part to
prevent accidential or intentional memory modification.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20811 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] add kmod-ata-pdc202xx-old (#6950)
florian [Sun, 11 Apr 2010 18:39:03 +0000 (18:39 +0000)]
[package] add kmod-ata-pdc202xx-old (#6950)

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

14 years ago[package] fix kmod-crc16 loading (#6949)
florian [Sun, 11 Apr 2010 18:38:56 +0000 (18:38 +0000)]
[package] fix kmod-crc16 loading (#6949)

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

14 years ago[kernel] refresh 2.6.33 patches for 2.6.33.2
florian [Sun, 11 Apr 2010 18:15:15 +0000 (18:15 +0000)]
[kernel] refresh 2.6.33 patches for 2.6.33.2

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

14 years agoramips: nuke clocksource init patch
juhosg [Sun, 11 Apr 2010 17:47:30 +0000 (17:47 +0000)]
ramips: nuke clocksource init patch

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

14 years agoramips: generate sysupgrade images for the rt305x devices
juhosg [Sun, 11 Apr 2010 17:47:28 +0000 (17:47 +0000)]
ramips: generate sysupgrade images for the rt305x devices

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

14 years agoramips: add sysupgrade support
juhosg [Sun, 11 Apr 2010 17:47:25 +0000 (17:47 +0000)]
ramips: add sysupgrade support

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

14 years agoramips: add diag support
juhosg [Sun, 11 Apr 2010 17:47:23 +0000 (17:47 +0000)]
ramips: add diag support

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

14 years agoramips: enable image commandline hack and cmdline partition parsing
juhosg [Sun, 11 Apr 2010 17:47:20 +0000 (17:47 +0000)]
ramips: enable image commandline hack and cmdline partition parsing

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

14 years agoramips: add default profiles
juhosg [Sun, 11 Apr 2010 17:47:17 +0000 (17:47 +0000)]
ramips: add default profiles

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

14 years ago[xburst] time.c: Timer enable registers are only 8bit width.
lars [Sun, 11 Apr 2010 16:24:06 +0000 (16:24 +0000)]
[xburst] time.c: Timer enable registers are only 8bit width.

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

14 years ago[x86] add net5501 support
florian [Sun, 11 Apr 2010 12:36:55 +0000 (12:36 +0000)]
[x86] add net5501 support

This patch brings up the net5501 platform.

Note that the x86/ target included support for all x86/ class
processors.  That's not technically correct.  This should be constrained
only to the "generic" subtarget.  Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.

It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't.  Again, moving
that to the generic subtarget.

Fortunately, this was a fairly benign tweak.

The net5501 board includes the following logic:

Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C

Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoixp4xx: add Titan Wireless TW-266-2 support (thanks juhosg & florian)
acoul [Sun, 11 Apr 2010 09:03:10 +0000 (09:03 +0000)]
ixp4xx: add Titan Wireless TW-266-2 support (thanks juhosg & florian)

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

14 years agoixp4xx: add 2.6.33 support
acoul [Sun, 11 Apr 2010 09:01:36 +0000 (09:01 +0000)]
ixp4xx: add 2.6.33 support

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

14 years ago[malta] create two endian-specific subtargets, as malta can run both
florian [Sat, 10 Apr 2010 21:02:51 +0000 (21:02 +0000)]
[malta] create two endian-specific subtargets, as malta can run both

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

14 years ago[ifxmips] adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33
blogic [Sat, 10 Apr 2010 20:11:28 +0000 (20:11 +0000)]
[ifxmips] adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33

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

14 years ago[package] block-extroot: r20784 reverted r20735, add it back (#7104)
jow [Sat, 10 Apr 2010 19:54:00 +0000 (19:54 +0000)]
[package] block-extroot: r20784 reverted r20735, add it back (#7104)

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

14 years ago[rdc] remove 2.6.32 files, out of sync and going to be replaced differently
florian [Sat, 10 Apr 2010 18:44:44 +0000 (18:44 +0000)]
[rdc] remove 2.6.32 files, out of sync and going to be replaced differently

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

14 years ago[kernel] Add mx2 target with very basic support for the vp6500 voip phone
lars [Sat, 10 Apr 2010 18:37:34 +0000 (18:37 +0000)]
[kernel] Add mx2 target with very basic support for the vp6500 voip phone

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

14 years ago[package] add debugging entry to hotplug config
florian [Sat, 10 Apr 2010 18:35:14 +0000 (18:35 +0000)]
[package] add debugging entry to hotplug config

This is useful for seeing what devices are detected by the system.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20785 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] block-extroot depends on kmod-ata-core
florian [Sat, 10 Apr 2010 18:35:08 +0000 (18:35 +0000)]
[package] block-extroot depends on kmod-ata-core

The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.

Signed-off-by: Benjamin Cama <benoar@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20784 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoar71xx: add a profile for PB92
nbd [Sat, 10 Apr 2010 16:50:20 +0000 (16:50 +0000)]
ar71xx: add a profile for PB92

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

14 years agomac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
nbd [Sat, 10 Apr 2010 16:50:15 +0000 (16:50 +0000)]
mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches

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

14 years ago[brcm47xx] add script to fixup the wireless mac (#7102)
jow [Sat, 10 Apr 2010 14:29:01 +0000 (14:29 +0000)]
[brcm47xx] add script to fixup the wireless mac (#7102)

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

14 years agoGeneric: Clean up output of AR8216 driver.
juhosg [Sat, 10 Apr 2010 11:34:11 +0000 (11:34 +0000)]
Generic: Clean up output of AR8216 driver.

This patch is rather a cosmetic patch. It fixes the following issues:

 * Demote the unknown device message to debug level to not spam
   the log.
 * Fix the version print of the unknown device message.
 * Output the 'attach' message only when attaching as switch driver,
   not when attaching as phy driver.
 * Correctly return NET_RX_DROP when dropping packets.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc: bacfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20773 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] broadcom-wl: fix 11bg hwmode, add lrs mode
jow [Fri, 9 Apr 2010 20:47:28 +0000 (20:47 +0000)]
[package] broadcom-wl: fix 11bg hwmode, add lrs mode

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

14 years ago[kernel] refresh patches
florian [Fri, 9 Apr 2010 19:26:57 +0000 (19:26 +0000)]
[kernel] refresh patches

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

14 years ago[brcm63xx] do not overwrite ENET_CTL_REG, fixes ethernet on bcm6338
florian [Fri, 9 Apr 2010 18:43:36 +0000 (18:43 +0000)]
[brcm63xx] do not overwrite ENET_CTL_REG, fixes ethernet on bcm6338

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

14 years agoar71xx: nuke clocksource init patches, it is not required since 2.6.27
juhosg [Fri, 9 Apr 2010 13:33:03 +0000 (13:33 +0000)]
ar71xx: nuke clocksource init patches, it is not required since 2.6.27

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

14 years agox86: generic: fix soekris support (closes #7081)
acoul [Fri, 9 Apr 2010 11:31:19 +0000 (11:31 +0000)]
x86: generic: fix soekris support (closes #7081)

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

14 years ago[uboot-lantiq] update to version 2010.3
ralph [Fri, 9 Apr 2010 10:44:47 +0000 (10:44 +0000)]
[uboot-lantiq] update to version 2010.3
httpd-failsafe: removed warnings, cleanup html pages
httpd-failsafe: kicking in if boot command fails
httpd-failsafe: support of ctrl-c
httpd-failsafe: fixed ether addr

thanks to Stas

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

14 years ago[ifxmips-dsl-api] fix firmware handling
ralph [Fri, 9 Apr 2010 10:25:08 +0000 (10:25 +0000)]
[ifxmips-dsl-api] fix firmware handling

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

14 years agoar71xx: update phy masks for the Planex boards
juhosg [Fri, 9 Apr 2010 08:40:14 +0000 (08:40 +0000)]
ar71xx: update phy masks for the Planex boards

This avoids probing of the AR8216 chip on the eth0 interface.

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

14 years agogeneric: make chip detection more reliable in the AR8216 driver
juhosg [Fri, 9 Apr 2010 08:40:12 +0000 (08:40 +0000)]
generic: make chip detection more reliable in the AR8216 driver

Fixes broken ethernet on the Planex MZK-W04NU/W300NH boards.

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

14 years agoar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards
juhosg [Fri, 9 Apr 2010 08:40:09 +0000 (08:40 +0000)]
ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards

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

14 years agoar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive functions
juhosg [Fri, 9 Apr 2010 08:40:06 +0000 (08:40 +0000)]
ar71xx: ag71xx: avoid unalinged accesses when using the phy specific receive functions

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

This page took 0.066701 seconds and 4 git commands to generate.