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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
juhosg [Fri, 9 Apr 2010 08:38:46 +0000 (08:38 +0000)]
ar71xx: ag71xx: call the phy driver's netif_receive_skb()
Ag71xx needs to call the phy's netif_receive_skb() to allow phy drivers
to mangle rx packets. This patch fixes it.
This fixes the header mangling of the AR8216 driver.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc:backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 8 Apr 2010 07:53:14 +0000 (07:53 +0000)]
[kernel] fix kexec for mips, patch from Adrian Byszuk (#7115)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20745
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 7 Apr 2010 21:33:05 +0000 (21:33 +0000)]
[brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20740
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 7 Apr 2010 21:23:09 +0000 (21:23 +0000)]
package/grub: play it safe, cross compile everywhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20739
3c298f89-4303-0410-b956-
a3cf2f4a3e73
markus [Wed, 7 Apr 2010 07:45:54 +0000 (07:45 +0000)]
added WRT54G3GV2-VF detection to broadcom-diag
+ diag now recognizes the router
+ basic LEDs work
- 3G LED for blink does not work as for the old version
so I removed it. Maybe some GPIO probing might help.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 6 Apr 2010 22:57:17 +0000 (22:57 +0000)]
[package] block-extroot: unblock package if kmod-broadcom-sdhc has been selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 6 Apr 2010 22:46:15 +0000 (22:46 +0000)]
[atheros] fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20733
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 6 Apr 2010 00:52:51 +0000 (00:52 +0000)]
package/block-mount: disable config options altering busybox configuration, fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20727
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Tue, 6 Apr 2010 00:51:35 +0000 (00:51 +0000)]
package/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid support, bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20726
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 6 Apr 2010 00:12:50 +0000 (00:12 +0000)]
ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20725
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 5 Apr 2010 23:03:16 +0000 (23:03 +0000)]
[PATCH 1/2] Add support for the ar8316 switch.
This patch enhances the ar8216 driver with ar8316 support and fixes some minor
issues with the ar8216 driver itself. It should not break anything, but isn't
tested on ar8216 devices.
[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20722
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 5 Apr 2010 22:38:40 +0000 (22:38 +0000)]
[brcm-2.4] add kernel support for iptables comment match
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20720
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 5 Apr 2010 13:51:26 +0000 (13:51 +0000)]
[package] switch: explicitely clear port mappings in unsused vlans (#7082)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20717
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Mon, 5 Apr 2010 02:38:59 +0000 (02:38 +0000)]
target/rdc: revert [20653], the proper fix for #7005 is in [20712]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20714
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 4 Apr 2010 17:43:13 +0000 (17:43 +0000)]
ixp4xx: add back the patch for avoiding dma bounce buffers for network buffers, which was lost on the kernel upgrade to 2.6.32. fixes ath9k and improves other drivers' performance on boards with >64M ram
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20708
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sun, 4 Apr 2010 15:47:26 +0000 (15:47 +0000)]
sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks to acinonyx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20703
3c298f89-4303-0410-b956-
a3cf2f4a3e73
lars [Sun, 4 Apr 2010 15:39:15 +0000 (15:39 +0000)]
[xburst] jzcodec: Only support 16bit formats for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20701
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Sun, 4 Apr 2010 13:01:50 +0000 (13:01 +0000)]
do not disable netfilter support for xburst target (some packages require netfilter support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20698
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sun, 4 Apr 2010 12:40:06 +0000 (12:40 +0000)]
netfilter: fix extension list in package descriptions (closes: #7045)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20694
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sun, 4 Apr 2010 12:35:06 +0000 (12:35 +0000)]
netfilter: extension fixes (partially closes: #7045)
* add missing xt_owner (2.6)
* enable ipt_quota (2.4), disabled in [8499] is building fine with recent iptables
* add missing ipt_nat_tftp (2.4)
* add missing nf_nat_amanda (2.6)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20693
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Sun, 4 Apr 2010 11:16:46 +0000 (11:16 +0000)]
cyassl: shouldn't depend on zlib when compiled with --without-zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20692
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sun, 4 Apr 2010 03:43:13 +0000 (03:43 +0000)]
[cosmectic] include/netfilter.mk: move ebtables definitions at the end
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20690
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 3 Apr 2010 21:38:17 +0000 (21:38 +0000)]
[package] opkg: add upstream patch fixing the order packages are configured (closes: #7057, #7058), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20686
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:29:37 +0000 (18:29 +0000)]
[package] hotplug2: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20685
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:29:32 +0000 (18:29 +0000)]
[package] hotplug2: Fix event blocking when there are no available children (#6958, #7030)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20684
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:21:02 +0000 (18:21 +0000)]
[package] base-files: Use hotplug2 to download firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20683
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:15:42 +0000 (18:15 +0000)]
[package] hotplug2: Always fork rules flagged as slow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20682
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:09:14 +0000 (18:09 +0000)]
[package] hotplug2: Fix forking (#7033)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20681
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:09:09 +0000 (18:09 +0000)]
[package] hotplug2: Cancel firmware loading on file openning errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20680
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 3 Apr 2010 18:09:04 +0000 (18:09 +0000)]
[package] hotplug2: Fix sysfs path (#7031)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20679
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 3 Apr 2010 15:16:33 +0000 (15:16 +0000)]
[package] hostapd: fixup madwifi turbo modes (#7060)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20675
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sat, 3 Apr 2010 14:30:50 +0000 (14:30 +0000)]
mac80211: update rt2x00 mcu patch (thanks to Luis Correia)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20674
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sat, 3 Apr 2010 13:59:08 +0000 (13:59 +0000)]
ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)
* cc: backfire@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20673
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 3 Apr 2010 13:31:59 +0000 (13:31 +0000)]
[package] base-files: also regenerate wifi config if existing config contains only whitespace
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20669
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 3 Apr 2010 13:09:10 +0000 (13:09 +0000)]
[package] uhttpd:
- cope with options instead of lists in uci config
- fix compilation without tls (#7050)
- bump to rev 7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20668
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 3 Apr 2010 01:36:27 +0000 (01:36 +0000)]
[package] kernel: move support for generic IDE chipsets out of ide-core in their own packages, fix ixp4xx build issue (closes: #6939)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20664
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Sat, 3 Apr 2010 00:58:46 +0000 (00:58 +0000)]
[package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20661
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nico [Fri, 2 Apr 2010 22:59:39 +0000 (22:59 +0000)]
[package] busybox: add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20657
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 2 Apr 2010 22:56:22 +0000 (22:56 +0000)]
[package] dnsmasq: allow multiple hostnames per domain section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20656
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Fri, 2 Apr 2010 10:34:40 +0000 (10:34 +0000)]
[rdc] do not set CONFIG_NET_DEV_OPS (#7005)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20653
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)]
[brcm63xx] flashmap and image generation: reduced union bcm_tag to a single struct
combining the elements so that it is no longer necessary to create an openwrt-only
tagid and tagcrc, and elimate the tagid detection and switch statements which
made dealing with imagetags overly complicated, especially since the logic would
need analogs in all code that touched the imagetag. Patch from cshore.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20652
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 1 Apr 2010 17:27:59 +0000 (17:27 +0000)]
brcm-2.4: fix commit r18413 "128MB ram problem"
This was missing in commit r20072
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20651
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 1 Apr 2010 15:39:23 +0000 (15:39 +0000)]
mac80211: remove MCU requests for SoC platforms in the rt2x00 driver
The ralink SoC platforms do not have an MCU.
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20650
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Thu, 1 Apr 2010 15:22:13 +0000 (15:22 +0000)]
[package] base-files: Cancel firmware loading if file doesn't exist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20649
3c298f89-4303-0410-b956-
a3cf2f4a3e73
kaloz [Thu, 1 Apr 2010 12:05:27 +0000 (12:05 +0000)]
[x86]: add a subtarget and drivers for the Intel Tolapai SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20648
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 21:12:20 +0000 (21:12 +0000)]
[ifxmips] load firmware to /lib/firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20642
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 21:12:02 +0000 (21:12 +0000)]
[ifxmips] improve extract code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20641
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 21:11:39 +0000 (21:11 +0000)]
[ifxmips] adds proper md5sum to ifxos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20640
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 17:24:43 +0000 (17:24 +0000)]
[ifxmips] update os abstraction layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20639
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 15:34:51 +0000 (15:34 +0000)]
hostapd: fix build error caused by r20631
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20638
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 11:12:33 +0000 (11:12 +0000)]
[ifxmips] adds voip support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20637
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 11:12:10 +0000 (11:12 +0000)]
[ifxmips] fix licensing issues of ifxmips dsl driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20636
3c298f89-4303-0410-b956-
a3cf2f4a3e73
blogic [Wed, 31 Mar 2010 11:09:06 +0000 (11:09 +0000)]
[ifxmips] uboot only builds with gcc 3.4.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20635
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 09:58:33 +0000 (09:58 +0000)]
ramips: add wpad-mini to the default packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20632
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 09:58:31 +0000 (09:58 +0000)]
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20631
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 09:58:29 +0000 (09:58 +0000)]
select LZMA compressed initramfs by default for ramips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20630
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 09:58:26 +0000 (09:58 +0000)]
mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected
When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with
the CONFIG_RT2X00_DEBUG flag set to enable debug output.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20629
3c298f89-4303-0410-b956-
a3cf2f4a3e73
ralph [Wed, 31 Mar 2010 09:45:09 +0000 (09:45 +0000)]
[uboot-lantiq] cleanup configuration handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20628
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Wed, 31 Mar 2010 08:40:28 +0000 (08:40 +0000)]
ramips: annotate device register function prototypes with __init
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20627
3c298f89-4303-0410-b956-
a3cf2f4a3e73