openwrt/svn-archive/archive.git
13 years ago[include] rename PATCH to KPATCH
Jo-Philipp Wich [Thu, 7 Oct 2010 11:32:09 +0000 (11:32 +0000)]
[include] rename PATCH to KPATCH

SVN-Revision: 23286

13 years ago[package] lua: switch to double precision for floats
Jo-Philipp Wich [Thu, 7 Oct 2010 11:03:18 +0000 (11:03 +0000)]
[package] lua: switch to double precision for floats

SVN-Revision: 23284

13 years ago[PATCH] kmod-sound-i8x0 missing dependencies
Jo-Philipp Wich [Thu, 7 Oct 2010 10:12:55 +0000 (10:12 +0000)]
[PATCH] kmod-sound-i8x0 missing dependencies
kmod-sound-i8x0 fails to include the ac97 modules and misspells the
module name in AutoLoad.

SVN-Revision: 23283

13 years agoomap24xx: Improve n810 battery management
Michael Büsch [Thu, 7 Oct 2010 09:58:37 +0000 (09:58 +0000)]
omap24xx: Improve n810 battery management

SVN-Revision: 23282

13 years ago[tools] reenable squashfs4 for ar71xx, it needs both old and new
Jo-Philipp Wich [Wed, 6 Oct 2010 22:34:35 +0000 (22:34 +0000)]
[tools] reenable squashfs4 for ar71xx, it needs both old and new

SVN-Revision: 23281

13 years ago[package] base-files: add udhcpc vendorid option (#7744)
Jo-Philipp Wich [Wed, 6 Oct 2010 21:21:28 +0000 (21:21 +0000)]
[package] base-files: add udhcpc vendorid option (#7744)

SVN-Revision: 23279

13 years agobrcm47xx: add patches for kernel 2.6.36
Hauke Mehrtens [Wed, 6 Oct 2010 20:11:03 +0000 (20:11 +0000)]
brcm47xx: add patches for kernel 2.6.36

SVN-Revision: 23278

13 years ago[package] dnsmasq: remove a useless subshell invocation from the init script
Jo-Philipp Wich [Wed, 6 Oct 2010 13:23:56 +0000 (13:23 +0000)]
[package] dnsmasq: remove a useless subshell invocation from the init script

SVN-Revision: 23272

13 years ago[package] dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves...
Jo-Philipp Wich [Wed, 6 Oct 2010 13:10:15 +0000 (13:10 +0000)]
[package] dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves issues with Netflix and other services

SVN-Revision: 23270

13 years agokernel: crashlog uses bootmem to allocate memory which is being deprecated in favour...
Hamish Guthrie [Wed, 6 Oct 2010 09:40:00 +0000 (09:40 +0000)]
kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock.

SVN-Revision: 23269

13 years ago[package] base-files: mark /etc/sysupgrade.conf as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 22:08:23 +0000 (22:08 +0000)]
[package] base-files: mark /etc/sysupgrade.conf as conffile

SVN-Revision: 23264

13 years ago[include] add configure as package target
Ralph Hempel [Tue, 5 Oct 2010 20:20:13 +0000 (20:20 +0000)]
[include] add configure as package target

SVN-Revision: 23262

13 years ago[package] uhttpd: revert unrelated change in previous commit
Jo-Philipp Wich [Tue, 5 Oct 2010 19:35:38 +0000 (19:35 +0000)]
[package] uhttpd: revert unrelated change in previous commit

SVN-Revision: 23261

13 years ago[package] uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints
Jo-Philipp Wich [Tue, 5 Oct 2010 19:34:22 +0000 (19:34 +0000)]
[package] uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hints

SVN-Revision: 23260

13 years ago[package] ppp: utilize the new keepfiles facility to backup the whole radius directory
Jo-Philipp Wich [Tue, 5 Oct 2010 19:32:49 +0000 (19:32 +0000)]
[package] ppp: utilize the new keepfiles facility to backup the whole radius directory

SVN-Revision: 23259

13 years ago[package] base-files:
Jo-Philipp Wich [Tue, 5 Oct 2010 19:24:12 +0000 (19:24 +0000)]
[package] base-files:
- add sysupgrade support for keepfile hints
* introduces /lib/upgrade/keep.d/ for per-package keepfile lists
* introduces /etc/sysupgrade.conf for user defined keepfile hints
- prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg
- change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and
  opkg list-changed-conffiles

SVN-Revision: 23258

13 years ago[include] package-ipkg.mk: build sysupgrade keepfile hints out of conffiles not yet...
Jo-Philipp Wich [Tue, 5 Oct 2010 19:20:27 +0000 (19:20 +0000)]
[include] package-ipkg.mk: build sysupgrade keepfile hints out of conffiles not yet present in the package.
This applies to config directories or files that do not exist but may be created by the
user after package installation.

SVN-Revision: 23257

13 years ago[tools] ipkg-utils: don't fail if conffiles do not exist, resolve them instead and...
Jo-Philipp Wich [Tue, 5 Oct 2010 19:18:15 +0000 (19:18 +0000)]
[tools] ipkg-utils: don't fail if conffiles do not exist, resolve them instead and silently skip not existing files.
This prepares support for sysupgrade hints using to build the keepfile list.
Subsequent commits will rely on this feature - a rebuild of tools/ipkg-utils is necessary!

SVN-Revision: 23256

13 years ago[package] wprobe: mark /etc/config/wprobe as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:33:17 +0000 (17:33 +0000)]
[package] wprobe: mark /etc/config/wprobe as conffile

SVN-Revision: 23255

13 years ago[package] udev: mark /etc/udev/udev.conf as conffile (rules left out for now)
Jo-Philipp Wich [Tue, 5 Oct 2010 17:30:43 +0000 (17:30 +0000)]
[package] udev: mark /etc/udev/udev.conf as conffile (rules left out for now)

SVN-Revision: 23254

13 years ago[package] pptp: mark /etc/ppp/options.pptp as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:27:21 +0000 (17:27 +0000)]
[package] pptp: mark /etc/ppp/options.pptp as conffile

SVN-Revision: 23253

13 years ago[package] mountd: mark /etc/config/mountd as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:22:03 +0000 (17:22 +0000)]
[package] mountd: mark /etc/config/mountd as conffile

SVN-Revision: 23252

13 years ago[package] mmc_over_gpio: mark /etc/config/mmc_over_gpio as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:21:03 +0000 (17:21 +0000)]
[package] mmc_over_gpio: mark /etc/config/mmc_over_gpio as conffile

SVN-Revision: 23251

13 years ago[package] iproute2: mark /etc/iproute2/rt_tables as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:17:47 +0000 (17:17 +0000)]
[package] iproute2: mark /etc/iproute2/rt_tables as conffile

SVN-Revision: 23250

13 years ago[package] hotplug2: mark /etc/hotplug2.rules as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 17:16:12 +0000 (17:16 +0000)]
[package] hotplug2: mark /etc/hotplug2.rules as conffile

SVN-Revision: 23249

13 years ago[package] ppp: mark /etc/ppp/ resources as conffiles
Jo-Philipp Wich [Tue, 5 Oct 2010 17:13:07 +0000 (17:13 +0000)]
[package] ppp: mark /etc/ppp/ resources as conffiles

SVN-Revision: 23248

13 years agoas we only support 2.6, remove the useless bool for it
Imre Kaloz [Tue, 5 Oct 2010 14:19:00 +0000 (14:19 +0000)]
as we only support 2.6, remove the useless bool for it

SVN-Revision: 23246

13 years agoToto, we don't support Linux 2.4 anymore..
Imre Kaloz [Tue, 5 Oct 2010 14:15:46 +0000 (14:15 +0000)]
Toto, we don't support Linux 2.4 anymore..

SVN-Revision: 23245

13 years ago[tools]: simplify old squashfs/lzma selection
Imre Kaloz [Tue, 5 Oct 2010 14:14:12 +0000 (14:14 +0000)]
[tools]: simplify old squashfs/lzma selection

SVN-Revision: 23244

13 years agoramips: Allow ethernet interface to be taken down and up again
Gabor Juhos [Tue, 5 Oct 2010 14:10:34 +0000 (14:10 +0000)]
ramips: Allow ethernet interface to be taken down and up again

Taking the ramips ethernet interface down and up again resulted in the
driver not receiving any frames anymore. Fix this by correctly disabling
interrupts in the hw on ifdown.

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

13 years agomac80211: ath9k: get tx gain type from eeprom
Gabor Juhos [Tue, 5 Oct 2010 14:10:32 +0000 (14:10 +0000)]
mac80211: ath9k: get tx gain type from eeprom

SVN-Revision: 23242

13 years agotools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
Alexandros C. Couloumbis [Tue, 5 Oct 2010 13:51:54 +0000 (13:51 +0000)]
tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)

SVN-Revision: 23241

13 years agolinux/generic: update kernel patch refreshing. Include two missed patches.
Alexandros C. Couloumbis [Tue, 5 Oct 2010 09:49:53 +0000 (09:49 +0000)]
linux/generic: update kernel patch refreshing. Include two missed patches.

SVN-Revision: 23240

13 years agolinux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz)
Alexandros C. Couloumbis [Tue, 5 Oct 2010 09:07:45 +0000 (09:07 +0000)]
linux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz)

SVN-Revision: 23239

13 years ago[package] qos-scripts: bump pkg revision after r23227, extend copyright, mark /etc...
Jo-Philipp Wich [Tue, 5 Oct 2010 09:04:38 +0000 (09:04 +0000)]
[package] qos-scripts: bump pkg revision after r23227, extend copyright, mark /etc/config/qos as conffile

SVN-Revision: 23238

13 years agolinux/generic: refresh 2.6.36 kernel patches
Alexandros C. Couloumbis [Tue, 5 Oct 2010 08:50:54 +0000 (08:50 +0000)]
linux/generic: refresh 2.6.36 kernel patches

SVN-Revision: 23237

13 years ago[package] base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to...
Jo-Philipp Wich [Tue, 5 Oct 2010 07:40:25 +0000 (07:40 +0000)]
[package] base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list

SVN-Revision: 23233

13 years ago[package] base-files: mark /etc/rc.local as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 07:32:37 +0000 (07:32 +0000)]
[package] base-files: mark /etc/rc.local as conffile

SVN-Revision: 23232

13 years ago[package] firewall: mark /etc/firewall.user as conffile
Jo-Philipp Wich [Tue, 5 Oct 2010 07:31:49 +0000 (07:31 +0000)]
[package] firewall: mark /etc/firewall.user as conffile

SVN-Revision: 23231

13 years ago[package] opkg: update to r576, remove 013add-list-changed-conffiles.patch - went...
Jo-Philipp Wich [Tue, 5 Oct 2010 07:26:49 +0000 (07:26 +0000)]
[package] opkg: update to r576, remove 013add-list-changed-conffiles.patch - went upstream.

SVN-Revision: 23230

13 years ago[packages/kernel] Make mv_cesa crypto module available on Orion as well.
Lars-Peter Clausen [Mon, 4 Oct 2010 21:33:07 +0000 (21:33 +0000)]
[packages/kernel] Make mv_cesa crypto module available on Orion as well.

SVN-Revision: 23229

13 years ago[packages] uboot-kirkwood: Update to uboot to 2010.09
Lars-Peter Clausen [Mon, 4 Oct 2010 21:26:33 +0000 (21:26 +0000)]
[packages] uboot-kirkwood: Update to uboot to 2010.09
(and add missing files from  pervious commit)

SVN-Revision: 23228

13 years ago[package] qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode (...
Vasilis Tsiligiannis [Mon, 4 Oct 2010 21:25:48 +0000 (21:25 +0000)]
[package] qos-scripts: Fix generation of IMQ firewall rules on halfduplex mode (#7800)

SVN-Revision: 23227

13 years agokernel: fix some build warnings with kernel 2.6.36
Hauke Mehrtens [Mon, 4 Oct 2010 20:43:07 +0000 (20:43 +0000)]
kernel: fix some build warnings with kernel 2.6.36

SVN-Revision: 23226

13 years agolinux/adm5120: add preliminary 2.6.36 kernel support (refresh patches)
Alexandros C. Couloumbis [Mon, 4 Oct 2010 17:45:05 +0000 (17:45 +0000)]
linux/adm5120: add preliminary 2.6.36 kernel support (refresh patches)

SVN-Revision: 23224

13 years ago[include] correct default package status info (install -> unknown) - fixes "opkg_conf...
Jo-Philipp Wich [Mon, 4 Oct 2010 17:20:49 +0000 (17:20 +0000)]
[include] correct default package status info (install -> unknown) - fixes "opkg_conf_write_status_files: Internal error: package ... has a NULL dest"

SVN-Revision: 23222

13 years agoyaffs2: add preliminary 2.6.36 kernel support (sync to yaffs2 git tree). This code...
Alexandros C. Couloumbis [Mon, 4 Oct 2010 16:55:06 +0000 (16:55 +0000)]
yaffs2: add preliminary 2.6.36 kernel support (sync to yaffs2 git tree). This code needs further testing especially for backwards compatibility. It boots on rb532 with
kernel options: CONFIG_DEVTMPFS & CONFIG_DEVTMPFS_MOUNT

SVN-Revision: 23221

13 years ago[toolchain]: gcc 4.4.5 support
Imre Kaloz [Mon, 4 Oct 2010 12:21:58 +0000 (12:21 +0000)]
[toolchain]: gcc 4.4.5 support

SVN-Revision: 23220

13 years ago[kernel]: upgrade kernel versions to the latest stable ones
Imre Kaloz [Mon, 4 Oct 2010 10:40:41 +0000 (10:40 +0000)]
[kernel]: upgrade kernel versions to the latest stable ones

SVN-Revision: 23219

13 years ago[packages] uboot-kirkwood: Add support for iomega iconnect wireless
Lars-Peter Clausen [Mon, 4 Oct 2010 09:49:49 +0000 (09:49 +0000)]
[packages] uboot-kirkwood: Add support for iomega iconnect wireless

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23218

13 years ago[kirkwood] Iomega iConnect Wireless platform support
Lars-Peter Clausen [Mon, 4 Oct 2010 09:19:52 +0000 (09:19 +0000)]
[kirkwood] Iomega iConnect Wireless platform support

This patch adds support for Iomega iConnect Wireless. Leds and wireless card
support are still missing.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23217

13 years ago[packages] kernel: Add hwmon-lm63 package
Lars-Peter Clausen [Mon, 4 Oct 2010 09:17:42 +0000 (09:17 +0000)]
[packages] kernel: Add hwmon-lm63 package

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23216

13 years ago[packages] kernel: kirkwood/orion I2C module support
Lars-Peter Clausen [Mon, 4 Oct 2010 09:16:13 +0000 (09:16 +0000)]
[packages] kernel: kirkwood/orion I2C module support

This patch adds support for configuring kirkwood/orion i2c module.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23215

13 years ago[kirkwood] Remove hwmon and i2c support from being built-in
Lars-Peter Clausen [Mon, 4 Oct 2010 09:06:21 +0000 (09:06 +0000)]
[kirkwood] Remove hwmon and i2c support from being built-in

SVN-Revision: 23214

13 years ago[kernel] update 2.6.35.x to 2.6.35.7
Lars-Peter Clausen [Mon, 4 Oct 2010 07:42:32 +0000 (07:42 +0000)]
[kernel] update 2.6.35.x to 2.6.35.7

SVN-Revision: 23213

13 years ago[package] base-files: utilize uci_get_state to read the previous dhcp router address...
Jo-Philipp Wich [Mon, 4 Oct 2010 00:07:07 +0000 (00:07 +0000)]
[package] base-files: utilize uci_get_state to read the previous dhcp router address in udhcpc default script.
The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses
udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the
cached state vars and query uci directly to make the script immune against unwanted runtime changes.

SVN-Revision: 23211

13 years ago[package] opkg: implement "list-changed-conffiles" command, based on patch by Yann...
Jo-Philipp Wich [Sun, 3 Oct 2010 22:15:39 +0000 (22:15 +0000)]
[package] opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com>

SVN-Revision: 23210

13 years ago[package] firewall: also establish forward rules when setting up nat reflection,...
Jo-Philipp Wich [Sun, 3 Oct 2010 18:11:59 +0000 (18:11 +0000)]
[package] firewall: also establish forward rules when setting up nat reflection, back out early if reflection is disabled

SVN-Revision: 23201

13 years agoath9k: add a few fixes and cleanups
Felix Fietkau [Sun, 3 Oct 2010 16:57:25 +0000 (16:57 +0000)]
ath9k: add a few fixes and cleanups

SVN-Revision: 23198

13 years agooptionally support parallel toolchain build. This defaults to off, because certain...
Michael Büsch [Sun, 3 Oct 2010 12:54:07 +0000 (12:54 +0000)]
optionally support parallel toolchain build. This defaults to off, because certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine.

SVN-Revision: 23196

13 years agon810: Add fstab for maemo filesystems
Michael Büsch [Sun, 3 Oct 2010 12:16:56 +0000 (12:16 +0000)]
n810: Add fstab for maemo filesystems

SVN-Revision: 23195

13 years ago[tools] mtd-utils: refresh patches again
Jo-Philipp Wich [Sun, 3 Oct 2010 12:15:04 +0000 (12:15 +0000)]
[tools] mtd-utils: refresh patches again

SVN-Revision: 23194

13 years agotools/mtd-utils: fix build issue under freebsd. update to latest git tree. (thanks...
Alexandros C. Couloumbis [Sun, 3 Oct 2010 12:03:21 +0000 (12:03 +0000)]
tools/mtd-utils: fix build issue under freebsd. update to latest git tree. (thanks loswillios & larsc)

SVN-Revision: 23193

13 years agotools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.
Alexandros C. Couloumbis [Sun, 3 Oct 2010 11:12:36 +0000 (11:12 +0000)]
tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.

SVN-Revision: 23192

13 years ago[package] kernel: Move CONFIG_CRYPTO_HW to crypto-core
Lars-Peter Clausen [Sun, 3 Oct 2010 01:12:51 +0000 (01:12 +0000)]
[package] kernel: Move CONFIG_CRYPTO_HW to crypto-core

hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting
CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core.
It only opens the submenu for hw-crypto devices and does not generate any overhead.

Patch by Jan Willies

SVN-Revision: 23190

13 years ago[tools] libuuid: Use libuuid from util-linux-ng instead of e2fsprogs
Lars-Peter Clausen [Sat, 2 Oct 2010 23:18:46 +0000 (23:18 +0000)]
[tools] libuuid: Use libuuid from util-linux-ng instead of e2fsprogs

SVN-Revision: 23189

13 years ago[tools] mtd-utils: refresh patches
Jo-Philipp Wich [Sat, 2 Oct 2010 16:42:57 +0000 (16:42 +0000)]
[tools] mtd-utils: refresh patches

SVN-Revision: 23179

13 years ago[kirkwood] Add jffs2 feature flag
Lars-Peter Clausen [Sat, 2 Oct 2010 14:31:49 +0000 (14:31 +0000)]
[kirkwood] Add jffs2 feature flag

SVN-Revision: 23177

13 years agotools/mtd-utils: fix compilation on OS X
Jo-Philipp Wich [Sat, 2 Oct 2010 10:18:34 +0000 (10:18 +0000)]
tools/mtd-utils: fix compilation on OS X

SVN-Revision: 23176

13 years ago[include] prime .ipk control files with Status: field to introduce hold for post...
Jo-Philipp Wich [Sat, 2 Oct 2010 04:04:12 +0000 (04:04 +0000)]
[include] prime .ipk control files with Status: field to introduce hold for post flash installed packages

SVN-Revision: 23175

13 years ago[package] opkg: reenable global upgrade, refresh patches
Jo-Philipp Wich [Sat, 2 Oct 2010 03:25:35 +0000 (03:25 +0000)]
[package] opkg: reenable global upgrade, refresh patches

SVN-Revision: 23174

13 years ago[package] kernel: flag as "hold", this is inherited by all kmods as well and will...
Jo-Philipp Wich [Sat, 2 Oct 2010 03:22:56 +0000 (03:22 +0000)]
[package] kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them

SVN-Revision: 23173

13 years ago[include] add support for flagging packages
Jo-Philipp Wich [Sat, 2 Oct 2010 03:21:33 +0000 (03:21 +0000)]
[include] add support for flagging packages

SVN-Revision: 23172

13 years ago[scripts] feeds: restore previously active feed after install_package(), fixes instal...
Jo-Philipp Wich [Sat, 2 Oct 2010 02:37:27 +0000 (02:37 +0000)]
[scripts] feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies

SVN-Revision: 23171

13 years agopackage/grub: revert accidental/unessesery grub commit
Alexandros C. Couloumbis [Fri, 1 Oct 2010 16:43:46 +0000 (16:43 +0000)]
package/grub: revert accidental/unessesery grub commit

SVN-Revision: 23170

13 years agotools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin...
Alexandros C. Couloumbis [Fri, 1 Oct 2010 16:39:08 +0000 (16:39 +0000)]
tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully Darwin) build issues.

SVN-Revision: 23169

13 years agoath9k: fix regulatory issues with multiple cards
Felix Fietkau [Fri, 1 Oct 2010 15:14:15 +0000 (15:14 +0000)]
ath9k: fix regulatory issues with multiple cards

SVN-Revision: 23168

13 years agopackage-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined
Gabor Juhos [Fri, 1 Oct 2010 07:09:34 +0000 (07:09 +0000)]
package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is not defined

SVN-Revision: 23166

13 years agoar71xx: initial support for jjPlus JWAP003
Gabor Juhos [Fri, 1 Oct 2010 07:09:29 +0000 (07:09 +0000)]
ar71xx: initial support for jjPlus JWAP003

Patch-by: Cezary Jackiewicz <cezary@eko.one.pl>
(the GPIODEV code has been removed, the sysfs interface
can be used to control the GPIO lines instead - juhosg)

SVN-Revision: 23165

13 years agoath9k: compile out the ath9k rate control
Felix Fietkau [Thu, 30 Sep 2010 15:00:06 +0000 (15:00 +0000)]
ath9k: compile out the ath9k rate control

SVN-Revision: 23163

13 years agopackage/grub: fix build issues under 64bit FreeBSD
Alexandros C. Couloumbis [Thu, 30 Sep 2010 14:48:31 +0000 (14:48 +0000)]
package/grub: fix build issues under 64bit FreeBSD

SVN-Revision: 23162

13 years agoAdd maintainer information to menuconfig description dialog
Michael Büsch [Thu, 30 Sep 2010 11:01:01 +0000 (11:01 +0000)]
Add maintainer information to menuconfig description dialog

SVN-Revision: 23161

13 years agoomap24xx: Add maintainer information
Michael Büsch [Thu, 30 Sep 2010 10:50:51 +0000 (10:50 +0000)]
omap24xx: Add maintainer information

SVN-Revision: 23160

13 years ago[package] add maintainer information
Jo-Philipp Wich [Thu, 30 Sep 2010 10:48:37 +0000 (10:48 +0000)]
[package] add maintainer information

SVN-Revision: 23159

13 years agoomap24xx: Update to 2.6.36-rc6
Michael Büsch [Thu, 30 Sep 2010 09:50:04 +0000 (09:50 +0000)]
omap24xx: Update to 2.6.36-rc6

SVN-Revision: 23157

13 years agopackage/grub: fix compile issue under FreeBSD 8.1
Alexandros C. Couloumbis [Wed, 29 Sep 2010 16:27:00 +0000 (16:27 +0000)]
package/grub: fix compile issue under FreeBSD 8.1

SVN-Revision: 23156

13 years agoiw: update to 0.9.21, add support for showing the in-use flag for survey data
Felix Fietkau [Wed, 29 Sep 2010 15:16:21 +0000 (15:16 +0000)]
iw: update to 0.9.21, add support for showing the in-use flag for survey data

SVN-Revision: 23155

13 years agoath9k: fetch survey data for all channels
Felix Fietkau [Wed, 29 Sep 2010 15:16:13 +0000 (15:16 +0000)]
ath9k: fetch survey data for all channels

SVN-Revision: 23154

13 years agolinux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)
Alexandros C. Couloumbis [Wed, 29 Sep 2010 15:09:07 +0000 (15:09 +0000)]
linux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)

SVN-Revision: 23153

13 years agopackage/busybox: fix endianes issue under FreeBSD 8.1
Alexandros C. Couloumbis [Wed, 29 Sep 2010 14:33:35 +0000 (14:33 +0000)]
package/busybox: fix endianes issue under FreeBSD 8.1

SVN-Revision: 23152

13 years agolinux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6
Alexandros C. Couloumbis [Wed, 29 Sep 2010 13:50:16 +0000 (13:50 +0000)]
linux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6

SVN-Revision: 23150

13 years agomac80211: update to wireless-testing 2010-09-28
Felix Fietkau [Wed, 29 Sep 2010 13:13:16 +0000 (13:13 +0000)]
mac80211: update to wireless-testing 2010-09-28

SVN-Revision: 23149

13 years ago[pacakge] dropbear: Add config options to allow specification of host key files,...
Vasilis Tsiligiannis [Wed, 29 Sep 2010 07:54:53 +0000 (07:54 +0000)]
[pacakge] dropbear: Add config options to allow specification of host key files, thanks Scott Merrilees and Matthias Buecher (#7824)

SVN-Revision: 23148

13 years agoAP96: Fix LAN/WAN setup
Felix Fietkau [Tue, 28 Sep 2010 22:55:14 +0000 (22:55 +0000)]
AP96: Fix LAN/WAN setup

LAN (eth0) is behind a switch and the fixed speed/duplex was
supposed to be for it, not WAN (eth1).

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
SVN-Revision: 23147

13 years ago[kirkwood] Fix mv_cesa module dependencies and .ko file location
Lars-Peter Clausen [Tue, 28 Sep 2010 16:32:08 +0000 (16:32 +0000)]
[kirkwood] Fix mv_cesa module dependencies and .ko file location
Thanks KanjiMonster & Memphiz

SVN-Revision: 23145

13 years ago[package] firewall: fix chain selection logic, option dest must be ignored for notrac...
Jo-Philipp Wich [Tue, 28 Sep 2010 11:38:31 +0000 (11:38 +0000)]
[package] firewall: fix chain selection logic, option dest must be ignored for notrack targets

SVN-Revision: 23143

13 years ago[package] firewall: don't setup nat reflection if negations are used
Jo-Philipp Wich [Tue, 28 Sep 2010 11:11:11 +0000 (11:11 +0000)]
[package] firewall: don't setup nat reflection if negations are used

SVN-Revision: 23142

13 years ago[package] fireall:
Jo-Philipp Wich [Tue, 28 Sep 2010 10:42:56 +0000 (10:42 +0000)]
[package] fireall:
- support negations for src_ip, dest_ip, src_dip options in rules and redirects
- add NOTRACK target to rule sections, allows to define fine grained notrack rules

SVN-Revision: 23141

13 years agoar71xx: build firmware image for the TL-MR3420 v1 board
Gabor Juhos [Mon, 27 Sep 2010 14:54:04 +0000 (14:54 +0000)]
ar71xx: build firmware image for the TL-MR3420 v1 board

SVN-Revision: 23138

13 years agofirmware-utils/mktplinkfw: add support for the TL-MR3420 v1
Gabor Juhos [Mon, 27 Sep 2010 14:54:02 +0000 (14:54 +0000)]
firmware-utils/mktplinkfw: add support for the TL-MR3420 v1

SVN-Revision: 23137