openwrt/openwrt.git
13 years agoadm5120: fix build error on 2.6.34
Gabor Juhos [Fri, 4 Jun 2010 19:09:39 +0000 (19:09 +0000)]
adm5120: fix build error on 2.6.34

SVN-Revision: 21671

13 years agoForce usb features, fix depends
Claudio Mignanti [Thu, 3 Jun 2010 09:52:34 +0000 (09:52 +0000)]
Force usb features, fix depends

SVN-Revision: 21664

13 years agolibelf: get rid of CRLF encoding in the makefile (thx, danimo)
Felix Fietkau [Thu, 3 Jun 2010 00:44:49 +0000 (00:44 +0000)]
libelf: get rid of CRLF encoding in the makefile (thx, danimo)

SVN-Revision: 21663

13 years agobase-files: introduce option "broadcast" for proto=dhcp interface to enable the broad...
Jo-Philipp Wich [Wed, 2 Jun 2010 20:21:41 +0000 (20:21 +0000)]
base-files: introduce option "broadcast" for proto=dhcp interface to enable the broadcast flag in DHCP requests, required by certain providers

SVN-Revision: 21661

13 years agofix eglibc INET_ANL option selection
Florian Fainelli [Wed, 2 Jun 2010 19:47:41 +0000 (19:47 +0000)]
fix eglibc INET_ANL option selection

SVN-Revision: 21660

13 years agobase-files: remove IPv6 LL addr from interfaces before adding them to a bridge
Jo-Philipp Wich [Wed, 2 Jun 2010 17:18:38 +0000 (17:18 +0000)]
base-files: remove IPv6 LL addr from interfaces before adding them to a bridge

SVN-Revision: 21659

13 years agomac80211: reduce the size of the debugfs code
Felix Fietkau [Wed, 2 Jun 2010 01:12:16 +0000 (01:12 +0000)]
mac80211: reduce the size of the debugfs code

SVN-Revision: 21657

13 years agofirewall: - support alias ifnames different from parent ifname - properly handle...
Jo-Philipp Wich [Wed, 2 Jun 2010 00:59:35 +0000 (00:59 +0000)]
firewall: - support alias ifnames different from parent ifname - properly handle multiple subnets per alias (v4+v6)

SVN-Revision: 21656

13 years agobase-files: - add aliases to device by default (not ifname) - introduce option "layer...
Jo-Philipp Wich [Wed, 2 Jun 2010 00:22:13 +0000 (00:22 +0000)]
base-files: - add aliases to device by default (not ifname) - introduce option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device

SVN-Revision: 21655

13 years agomac80211: remove the pid rate control algorithm to save a few kbytes
Felix Fietkau [Tue, 1 Jun 2010 23:11:43 +0000 (23:11 +0000)]
mac80211: remove the pid rate control algorithm to save a few kbytes

SVN-Revision: 21654

13 years agofirewall: Initial alias interface support. This allows to define zones covering alias...
Jo-Philipp Wich [Tue, 1 Jun 2010 21:58:48 +0000 (21:58 +0000)]
firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.

SVN-Revision: 21653

13 years agobase-file: move alias setup to route hotplug, this fixes alias sections for non-stati...
Jo-Philipp Wich [Tue, 1 Jun 2010 21:43:52 +0000 (21:43 +0000)]
base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.

SVN-Revision: 21652

13 years agoath9k: one more queue stop/start fix
Felix Fietkau [Tue, 1 Jun 2010 19:30:32 +0000 (19:30 +0000)]
ath9k: one more queue stop/start fix

SVN-Revision: 21651

13 years agoath9k: fix queue stopping/starting logic, should slightly reduce RAM usage under...
Felix Fietkau [Tue, 1 Jun 2010 17:38:01 +0000 (17:38 +0000)]
ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage under load and make throughput more smooth

SVN-Revision: 21650

13 years agoorion: fix lan and wan mac address for wrt530n v2 (patch by maddes from #7113)
Felix Fietkau [Tue, 1 Jun 2010 14:41:37 +0000 (14:41 +0000)]
orion: fix lan and wan mac address for wrt530n v2 (patch by maddes from #7113)

SVN-Revision: 21647

13 years agoar71xx: fix rootfs mount issue (closes #7319)
Alexandros C. Couloumbis [Tue, 1 Jun 2010 08:49:57 +0000 (08:49 +0000)]
ar71xx: fix rootfs mount issue (closes #7319)

SVN-Revision: 21645

13 years agoFix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.
John Crispin [Mon, 31 May 2010 11:57:32 +0000 (11:57 +0000)]
Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.

Signed-off-by: Helmut Schaa
SVN-Revision: 21643

13 years agofirewall: change the order of IPv4/IPv6 address detection, fixes mixed notation v6...
Jo-Philipp Wich [Mon, 31 May 2010 01:34:47 +0000 (01:34 +0000)]
firewall: change the order of IPv4/IPv6 address detection, fixes mixed notation v6 improperly detected as v4 address

SVN-Revision: 21642

13 years agobase-files: don't skip subsequent hotplug rules when doing makedev for tun or tap...
Jo-Philipp Wich [Mon, 31 May 2010 01:22:36 +0000 (01:22 +0000)]
base-files: don't skip subsequent hotplug rules when doing makedev for tun or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices

SVN-Revision: 21641

13 years agofirewall: fix support for netranges in redirect and rule sections
Jo-Philipp Wich [Sun, 30 May 2010 23:49:47 +0000 (23:49 +0000)]
firewall: fix support for netranges in redirect and rule sections

SVN-Revision: 21640

13 years agobase-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for...
Jo-Philipp Wich [Sun, 30 May 2010 18:23:43 +0000 (18:23 +0000)]
base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision

SVN-Revision: 21638

13 years agobrcm-2.4: preinit: Renamed failsafe echo scriplet to reflect that it is brcm-specific
Daniel Dickinson [Sun, 30 May 2010 03:21:22 +0000 (03:21 +0000)]
brcm-2.4: preinit: Renamed failsafe echo scriplet to reflect that it is brcm-specific

SVN-Revision: 21637

13 years agobrcm-2.4: preinit: Removed duplicate failsafe switch config file
Daniel Dickinson [Sun, 30 May 2010 03:21:11 +0000 (03:21 +0000)]
brcm-2.4: preinit: Removed duplicate failsafe switch config file

SVN-Revision: 21636

13 years agoramips: Added preinit scriptlet to set vars based on cpuinfo during preinit_main...
Daniel Dickinson [Sun, 30 May 2010 03:21:00 +0000 (03:21 +0000)]
ramips: Added preinit scriptlet to set vars based on cpuinfo during preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ramips.sh was sourced

SVN-Revision: 21635

13 years agoar71xx: Added preinit scriptlet to set vars based on cpuinfo during preinit_main...
Daniel Dickinson [Sun, 30 May 2010 03:20:49 +0000 (03:20 +0000)]
ar71xx: Added preinit scriptlet to set vars based on cpuinfo during preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced

SVN-Revision: 21634

13 years agoadm5120: Added preinit script to set vars based on cpuinfo during preinit main; This...
Daniel Dickinson [Sun, 30 May 2010 03:20:38 +0000 (03:20 +0000)]
adm5120: Added preinit script to set vars based on cpuinfo during preinit main; This fixes a bug in which the per-board vars were not set due to cpuinfo not being mounted when the adm5120.sh was run

SVN-Revision: 21633

13 years agoadm5120: Fixed name of preinit_iface scriptlet
Daniel Dickinson [Sun, 30 May 2010 03:20:27 +0000 (03:20 +0000)]
adm5120: Fixed name of preinit_iface scriptlet

SVN-Revision: 21632

13 years agobrcm63xx: Fixed 96348GW (Tecom Gx00) LED definitions to match reality (vs reference...
Daniel Dickinson [Sun, 30 May 2010 02:04:56 +0000 (02:04 +0000)]
brcm63xx: Fixed 96348GW (Tecom Gx00) LED definitions to match reality (vs reference design)

SVN-Revision: 21631

13 years agobrcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmods
Daniel Dickinson [Sun, 30 May 2010 01:44:37 +0000 (01:44 +0000)]
brcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmods

SVN-Revision: 21630

13 years agobrcm63xx: Fixed vlan packet leakage in preinit for known devices with a switch on...
Daniel Dickinson [Sun, 30 May 2010 01:33:20 +0000 (01:33 +0000)]
brcm63xx: Fixed vlan packet leakage in preinit for known devices with a switch on eth1 (currently only 96348GW - Tecom 6x00)

SVN-Revision: 21629

13 years agobrcm63xx: Added preinit reset button module loading for devices known to support...
Daniel Dickinson [Sun, 30 May 2010 01:33:09 +0000 (01:33 +0000)]
brcm63xx: Added preinit reset button module loading for devices known to support it and for which /lib/brcm63xx.sh has the definitions (currently only 96348GW - Tecom 6x00)

SVN-Revision: 21628

13 years agobrcm63xx: Added LED code for preinit (/etc/diag.sh) for 96348GW (Tecom 6x00)
Daniel Dickinson [Sun, 30 May 2010 01:32:58 +0000 (01:32 +0000)]
brcm63xx: Added LED code for preinit (/etc/diag.sh) for 96348GW (Tecom 6x00)

SVN-Revision: 21627

13 years agobrcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom 6x00)
Daniel Dickinson [Sun, 30 May 2010 01:32:47 +0000 (01:32 +0000)]
brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom 6x00)

SVN-Revision: 21626

13 years agokernel: add missing config symbols.
Hauke Mehrtens [Sat, 29 May 2010 14:32:58 +0000 (14:32 +0000)]
kernel: add missing config symbols.

Thank you Maddes for your patch

This closes #7375.

SVN-Revision: 21623

13 years agokernel: add lzma support for arm cpu.
Hauke Mehrtens [Sat, 29 May 2010 14:31:56 +0000 (14:31 +0000)]
kernel: add lzma support for arm cpu.

This patch appears to be lost beetween 2.6.32 and 2.6.33.

Thank you Maddes for the patch.

This helps making orion work with kernel 2.6.34.
closes  #7377.

SVN-Revision: 21622

13 years agodocs: fix a counting fail
Felix Fietkau [Sat, 29 May 2010 13:11:48 +0000 (13:11 +0000)]
docs: fix a counting fail

SVN-Revision: 21621

13 years agoudc: Fix recursive spinlocks
Lars-Peter Clausen [Sat, 29 May 2010 00:12:09 +0000 (00:12 +0000)]
udc: Fix recursive spinlocks

Driver had recursive spinlock locking: 1. jz4740_queue() acquires lock 2. done()
is called in chain:
jz4740_queue()->jz4740_ep0_kick()->jz4740_ep0_in()->write_fifo_ep0()->done() and
it tries to acquire same lock. 3. Deadlock.

Signed-off-by:
Yauhen Kharuzhy <jekhor@gmail.com>

SVN-Revision: 21619

13 years agoASoC: Fix and cleaup dma config
Lars-Peter Clausen [Sat, 29 May 2010 00:09:51 +0000 (00:09 +0000)]
ASoC: Fix and cleaup dma config

SVN-Revision: 21618

13 years agocore fixes * Mask timer irq on startup * Fix dma width constants * Do not try to...
Lars-Peter Clausen [Sat, 29 May 2010 00:09:11 +0000 (00:09 +0000)]
core fixes * Mask timer irq on startup * Fix dma width constants * Do not try to ack intc irqs

SVN-Revision: 21617

13 years agoRename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and openwrt-wrt54...
Jo-Philipp Wich [Sat, 29 May 2010 00:08:07 +0000 (00:08 +0000)]
Rename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and openwrt-wrt54g3gv2-vf-squashfs.bin to openwrt-wrt54g3gv2-vf-squashfs-factory.bin

SVN-Revision: 21616

13 years agojzcodec: Enable support for S8 format
Lars-Peter Clausen [Sat, 29 May 2010 00:06:59 +0000 (00:06 +0000)]
jzcodec: Enable support for S8 format

SVN-Revision: 21615

13 years agofb: Fix pseudo palette for non 32bit color depth.
Lars-Peter Clausen [Sat, 29 May 2010 00:06:19 +0000 (00:06 +0000)]
fb: Fix pseudo palette for non 32bit color depth.

SVN-Revision: 21614

13 years agortc: Put rtc Kconfig entry into the correct section
Lars-Peter Clausen [Sat, 29 May 2010 00:05:13 +0000 (00:05 +0000)]
rtc: Put rtc Kconfig entry into the correct section

SVN-Revision: 21613

13 years ago6in4: - support to automatically determine the local endpoint address from the curren...
Jo-Philipp Wich [Fri, 28 May 2010 22:03:30 +0000 (22:03 +0000)]
6in4: - support to automatically determine the local endpoint address from the current IPv4 default gateway - support updating the tunnel endpoint for he.net

SVN-Revision: 21612

13 years agotoolchain/eglibc: add preliminary support for eglibc-2.12
Nicolas Thill [Fri, 28 May 2010 20:37:56 +0000 (20:37 +0000)]
toolchain/eglibc: add preliminary support for eglibc-2.12

SVN-Revision: 21611

13 years agotoolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
Nicolas Thill [Fri, 28 May 2010 19:48:25 +0000 (19:48 +0000)]
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11

SVN-Revision: 21610

13 years agox86: build fully functional images on Mac OS X, now that grub is fixed
Felix Fietkau [Fri, 28 May 2010 19:48:21 +0000 (19:48 +0000)]
x86: build fully functional images on Mac OS X, now that grub is fixed

SVN-Revision: 21609

13 years agogrub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)
Felix Fietkau [Fri, 28 May 2010 19:48:05 +0000 (19:48 +0000)]
grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)

SVN-Revision: 21608

13 years agoramips: merge slab patch
Gabor Juhos [Fri, 28 May 2010 19:45:28 +0000 (19:45 +0000)]
ramips: merge slab patch

SVN-Revision: 21607

13 years agoramips: use COMMAND_LINE_SIZE directly
Gabor Juhos [Fri, 28 May 2010 19:45:24 +0000 (19:45 +0000)]
ramips: use COMMAND_LINE_SIZE directly

SVN-Revision: 21606

13 years agoramips: add missing 2.6.34 config files
Gabor Juhos [Fri, 28 May 2010 19:45:21 +0000 (19:45 +0000)]
ramips: add missing 2.6.34 config files

SVN-Revision: 21605

13 years agoramips: refresh 2.6.34 patches
Gabor Juhos [Fri, 28 May 2010 19:45:16 +0000 (19:45 +0000)]
ramips: refresh 2.6.34 patches

SVN-Revision: 21604

13 years agoramips: sync 2.6.32 config
Gabor Juhos [Fri, 28 May 2010 19:45:10 +0000 (19:45 +0000)]
ramips: sync 2.6.32 config

SVN-Revision: 21603

13 years agotoolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x
Nicolas Thill [Fri, 28 May 2010 15:33:44 +0000 (15:33 +0000)]
toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x

SVN-Revision: 21601

13 years agotoolchain/gcc: add support for gcc-4.4.4
Nicolas Thill [Fri, 28 May 2010 13:50:47 +0000 (13:50 +0000)]
toolchain/gcc: add support for gcc-4.4.4

SVN-Revision: 21600

13 years agotoolchain/gcc: add support for gcc-4.3.5
Nicolas Thill [Fri, 28 May 2010 12:00:22 +0000 (12:00 +0000)]
toolchain/gcc: add support for gcc-4.3.5

SVN-Revision: 21599

13 years agobase-files: revert r21595
Jo-Philipp Wich [Fri, 28 May 2010 10:52:02 +0000 (10:52 +0000)]
base-files: revert r21595

SVN-Revision: 21597

13 years agobase-files: bring bridge port iface down before changing the mac (#7111)
Jo-Philipp Wich [Fri, 28 May 2010 00:59:19 +0000 (00:59 +0000)]
base-files: bring bridge port iface down before changing the mac (#7111)

SVN-Revision: 21595

13 years agobase-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug...
Jo-Philipp Wich [Fri, 28 May 2010 00:35:54 +0000 (00:35 +0000)]
base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them

SVN-Revision: 21591

13 years agopptp: support interface sections without ifname by implementing scan_pptp()
Jo-Philipp Wich [Fri, 28 May 2010 00:30:09 +0000 (00:30 +0000)]
pptp: support interface sections without ifname by implementing scan_pptp()

SVN-Revision: 21590

13 years agoadd 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/network
Jo-Philipp Wich [Fri, 28 May 2010 00:27:01 +0000 (00:27 +0000)]
add 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/network

SVN-Revision: 21589

13 years agobase-files: respect .auto option when running coldplug_interface_*() hooks on boot
Jo-Philipp Wich [Thu, 27 May 2010 23:04:56 +0000 (23:04 +0000)]
base-files: respect .auto option when running coldplug_interface_*() hooks on boot

SVN-Revision: 21588

13 years agomadwifi: Fix 0dBm txpower setting display
Vasilis Tsiligiannis [Thu, 27 May 2010 20:10:50 +0000 (20:10 +0000)]
madwifi: Fix 0dBm txpower setting display

SVN-Revision: 21584

13 years agoupdate linux kernel to 2.6.32.14
Nicolas Thill [Thu, 27 May 2010 18:09:09 +0000 (18:09 +0000)]
update linux kernel to 2.6.32.14

SVN-Revision: 21583

13 years agotoolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for 4.3.4
Nicolas Thill [Thu, 27 May 2010 14:06:55 +0000 (14:06 +0000)]
toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for 4.3.4

SVN-Revision: 21580

13 years agotoolchain/gcc: sort versions in Config.in (cosmetic)
Nicolas Thill [Thu, 27 May 2010 14:04:57 +0000 (14:04 +0000)]
toolchain/gcc: sort versions in Config.in (cosmetic)

SVN-Revision: 21579

13 years agoath9k: merge some more pending fixes - should improve throughput
Felix Fietkau [Thu, 27 May 2010 14:04:32 +0000 (14:04 +0000)]
ath9k: merge some more pending fixes - should improve throughput

SVN-Revision: 21578

13 years agowhen changing the mac address of a bridge interface, keep member interface addresses...
Felix Fietkau [Thu, 27 May 2010 14:04:28 +0000 (14:04 +0000)]
when changing the mac address of a bridge interface, keep member interface addresses in sync (patch from #7111)

SVN-Revision: 21577

13 years agoremove a leftover .orig file
Felix Fietkau [Thu, 27 May 2010 14:04:22 +0000 (14:04 +0000)]
remove a leftover .orig file

SVN-Revision: 21576

13 years agocomgt: remove obsolete iptables support code
Jo-Philipp Wich [Wed, 26 May 2010 20:14:42 +0000 (20:14 +0000)]
comgt: remove obsolete iptables support code

SVN-Revision: 21574

13 years agoupdate to 2.6.34, signed of by russiane39, thx
John Crispin [Wed, 26 May 2010 15:53:05 +0000 (15:53 +0000)]
update to 2.6.34, signed of by russiane39, thx

SVN-Revision: 21573

13 years agopackage/carl9170: update to 1.0.5.3 (closes: #7342), make DebugFS support configurabl...
Nicolas Thill [Wed, 26 May 2010 14:25:17 +0000 (14:25 +0000)]
package/carl9170: update to 1.0.5.3 (closes: #7342), make DebugFS support configurable and add LEDs support

SVN-Revision: 21572

13 years agorevert r21522, updating to 1.4.8 requires libnfnetlink
Florian Fainelli [Wed, 26 May 2010 12:17:14 +0000 (12:17 +0000)]
revert r21522, updating to 1.4.8 requires libnfnetlink

SVN-Revision: 21571

13 years agomac80211: update to wireless-testing 2010-05-24
Felix Fietkau [Tue, 25 May 2010 17:29:50 +0000 (17:29 +0000)]
mac80211: update to wireless-testing 2010-05-24

SVN-Revision: 21568

13 years agotoolchain/kernel-headers: simplify linux headers installation (remove legacy hacks...
Nicolas Thill [Mon, 24 May 2010 20:38:36 +0000 (20:38 +0000)]
toolchain/kernel-headers: simplify linux headers installation (remove legacy hacks, cleanup)

SVN-Revision: 21567

13 years agotarget/linux: refresh 2.6.32 patches
Nicolas Thill [Mon, 24 May 2010 20:35:46 +0000 (20:35 +0000)]
target/linux: refresh 2.6.32 patches

SVN-Revision: 21566

13 years agopptp: add "buffering" uci option to enable --nobuffer if needed (#7080)
Jo-Philipp Wich [Mon, 24 May 2010 16:28:46 +0000 (16:28 +0000)]
pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)

SVN-Revision: 21563

13 years agobump release number for packages ahead of backfire in trunk
Nicolas Thill [Sun, 23 May 2010 21:55:40 +0000 (21:55 +0000)]
bump release number for packages ahead of backfire in trunk

SVN-Revision: 21556

13 years agokernel: add lzma support for arm cpu.
Hauke Mehrtens [Sun, 23 May 2010 17:44:32 +0000 (17:44 +0000)]
kernel: add lzma support for arm cpu.

This patch appears to be lost beetween 2.6.32 and 2.6.33.

Thank you Maddes for the patch.

This helps making orion work with kernel 2.6.33.

SVN-Revision: 21552

13 years agoorion: fix build
Hauke Mehrtens [Sun, 23 May 2010 17:02:43 +0000 (17:02 +0000)]
orion: fix build

This patch does not apply any more because of changes in target/linux/generic-2.6/patches-2.6.32/089-mtd-samsung-flash.patch
TODO: find out if this patch is still needed.

Fixes build problem decsripted in #7348.

SVN-Revision: 21551

13 years agoremove unused $Id$
Nicolas Thill [Sun, 23 May 2010 14:42:44 +0000 (14:42 +0000)]
remove unused $Id$

SVN-Revision: 21550

13 years agoadd PKG_RELEASE var to packages lacking one
Nicolas Thill [Sun, 23 May 2010 14:09:25 +0000 (14:09 +0000)]
add PKG_RELEASE var to packages lacking one

SVN-Revision: 21547

13 years agopackage/compcache: fix release number
Nicolas Thill [Sun, 23 May 2010 14:05:47 +0000 (14:05 +0000)]
package/compcache: fix release number

SVN-Revision: 21546

13 years agopackage/busybox: add upstream hush patch, bump release number
Nicolas Thill [Sun, 23 May 2010 14:00:43 +0000 (14:00 +0000)]
package/busybox: add upstream hush patch, bump release number

SVN-Revision: 21545

13 years agobrcm47xx: refresh patches
Hauke Mehrtens [Sun, 23 May 2010 13:17:56 +0000 (13:17 +0000)]
brcm47xx: refresh patches

SVN-Revision: 21543

13 years agogeneric-2.6: refresh patches
Hauke Mehrtens [Sun, 23 May 2010 13:17:32 +0000 (13:17 +0000)]
generic-2.6: refresh patches

SVN-Revision: 21542

13 years agokernel: update kernel to version 2.6.32.13 and 2.6.33.4
Hauke Mehrtens [Sun, 23 May 2010 13:16:51 +0000 (13:16 +0000)]
kernel: update kernel to version 2.6.32.13 and 2.6.33.4

SVN-Revision: 21540

13 years agoupdate iptables md5sum
Florian Fainelli [Sat, 22 May 2010 07:55:39 +0000 (07:55 +0000)]
update iptables md5sum

SVN-Revision: 21534

13 years agofirewall: count rules per chain and family, fix wrong order of ip6tables rules when...
Jo-Philipp Wich [Sat, 22 May 2010 02:01:19 +0000 (02:01 +0000)]
firewall: count rules per chain and family, fix wrong order of ip6tables rules when ipv4 only or dual family rules are defined

SVN-Revision: 21533

13 years agoinclude swconfig in ar525w profile
Florian Fainelli [Fri, 21 May 2010 21:25:51 +0000 (21:25 +0000)]
include swconfig in ar525w profile

SVN-Revision: 21532

13 years agoload all r6040 modules dependencies in preinit hook
Florian Fainelli [Fri, 21 May 2010 21:25:45 +0000 (21:25 +0000)]
load all r6040 modules dependencies in preinit hook

SVN-Revision: 21531

13 years agofix kmod-swconfig module loading typo
Florian Fainelli [Fri, 21 May 2010 21:25:39 +0000 (21:25 +0000)]
fix kmod-swconfig module loading typo

SVN-Revision: 21530

13 years agouci: bump pkg release after r21489-r21494 (#7312)
Jo-Philipp Wich [Fri, 21 May 2010 20:35:39 +0000 (20:35 +0000)]
uci: bump pkg release after r21489-r21494 (#7312)

SVN-Revision: 21529

13 years agopackage/button-hotplug: bump release number (missed from r21074)
Nicolas Thill [Fri, 21 May 2010 15:37:00 +0000 (15:37 +0000)]
package/button-hotplug: bump release number (missed from r21074)

SVN-Revision: 21528

13 years agopackage/broadcom-diag: bump release number (missed from r20737 & r20869)
Nicolas Thill [Fri, 21 May 2010 15:32:29 +0000 (15:32 +0000)]
package/broadcom-diag: bump release number (missed from r20737 & r20869)

SVN-Revision: 21527

13 years agopackage/arptables: update to 0.0.3-4
Nicolas Thill [Fri, 21 May 2010 15:23:02 +0000 (15:23 +0000)]
package/arptables: update to 0.0.3-4

SVN-Revision: 21526

13 years agopackage/ebtables: update to 2.0.9-2
Nicolas Thill [Fri, 21 May 2010 15:22:31 +0000 (15:22 +0000)]
package/ebtables: update to 2.0.9-2

SVN-Revision: 21525

13 years agopackage/dropbear: bump release number (missed in r20960)
Nicolas Thill [Fri, 21 May 2010 15:10:33 +0000 (15:10 +0000)]
package/dropbear: bump release number (missed in r20960)

SVN-Revision: 21524

13 years agopackage/dnsmasq: bump release number (missed from r21400)
Nicolas Thill [Fri, 21 May 2010 15:08:27 +0000 (15:08 +0000)]
package/dnsmasq: bump release number (missed from r21400)

SVN-Revision: 21523

13 years agoupdate iptables to 1.4.8
Florian Fainelli [Fri, 21 May 2010 09:54:04 +0000 (09:54 +0000)]
update iptables to 1.4.8

SVN-Revision: 21522