Jo-Philipp Wich [Sun, 24 Jan 2010 23:31:49 +0000 (23:31 +0000)]
add initial support for the WZR-AGL300NH - patch by Joonas Lahtinen <joonas.lahtinen@gmail.com>
SVN-Revision: 19321
Jo-Philipp Wich [Sun, 24 Jan 2010 19:59:13 +0000 (19:59 +0000)]
iptables: install libip[46]tc into staging dir
SVN-Revision: 19316
Felix Fietkau [Sun, 24 Jan 2010 19:28:11 +0000 (19:28 +0000)]
mac80211: fix a WARN_ON in client mode
SVN-Revision: 19315
Imre Kaloz [Sun, 24 Jan 2010 15:07:12 +0000 (15:07 +0000)]
add support for gcc 4.4.3
SVN-Revision: 19314
Felix Fietkau [Sun, 24 Jan 2010 14:27:27 +0000 (14:27 +0000)]
fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)
SVN-Revision: 19313
Felix Fietkau [Sun, 24 Jan 2010 14:25:29 +0000 (14:25 +0000)]
fix another kernel version dependency (thx, maddes)
SVN-Revision: 19312
Nicolas Thill [Sun, 24 Jan 2010 10:02:22 +0000 (10:02 +0000)]
generic-2.6: add missing 2.6.32 config symbol
SVN-Revision: 19311
Nicolas Thill [Sun, 24 Jan 2010 10:01:22 +0000 (10:01 +0000)]
ubicom32: add 2 missing config symbols
SVN-Revision: 19310
Lars-Peter Clausen [Sun, 24 Jan 2010 09:14:39 +0000 (09:14 +0000)]
Disable LOCALVERSION_AUTO
SVN-Revision: 19309
Felix Fietkau [Sun, 24 Jan 2010 02:27:31 +0000 (02:27 +0000)]
ath9k: improve max rate retry handling
SVN-Revision: 19308
Jo-Philipp Wich [Sun, 24 Jan 2010 02:26:57 +0000 (02:26 +0000)]
mac80211: make b43-fwsquash.py work with python 3.x
SVN-Revision: 19307
Jo-Philipp Wich [Sun, 24 Jan 2010 00:48:23 +0000 (00:48 +0000)]
iptables: --enable-static and --enable-shared don't work well together, drop --enable-static
SVN-Revision: 19304
Jo-Philipp Wich [Sat, 23 Jan 2010 22:56:07 +0000 (22:56 +0000)]
base-files: ensure that the ip6addr of the main interface stays the primary ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen
SVN-Revision: 19303
Jo-Philipp Wich [Sat, 23 Jan 2010 22:28:32 +0000 (22:28 +0000)]
iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
SVN-Revision: 19302
Jo-Philipp Wich [Sat, 23 Jan 2010 21:58:01 +0000 (21:58 +0000)]
base-files: try to activate hotplugged partitions as swap and fall back to lazy mount (#6517)
SVN-Revision: 19300
Felix Fietkau [Sat, 23 Jan 2010 18:25:45 +0000 (18:25 +0000)]
ath9k: fix an initialization error on 2GHz-only cards (based on discussion on ath9k-devel@)
SVN-Revision: 19296
Felix Fietkau [Sat, 23 Jan 2010 18:25:04 +0000 (18:25 +0000)]
hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files
SVN-Revision: 19295
Felix Fietkau [Sat, 23 Jan 2010 17:52:38 +0000 (17:52 +0000)]
gpiommc: fix dependencies on the spi gpio module - fixes the mmc_over_gpio package build
SVN-Revision: 19294
Felix Fietkau [Sat, 23 Jan 2010 17:21:18 +0000 (17:21 +0000)]
replace the hostapd preselection with a wpad preselection to enable proper client mode support in the default images
SVN-Revision: 19293
Felix Fietkau [Sat, 23 Jan 2010 17:07:59 +0000 (17:07 +0000)]
remove obsolete dependencies and checks
SVN-Revision: 19292
Nicolas Thill [Sat, 23 Jan 2010 16:39:31 +0000 (16:39 +0000)]
add explicit dependency on kmod-crypto-core when required (closes: #6557)
SVN-Revision: 19291
Felix Fietkau [Sat, 23 Jan 2010 15:12:57 +0000 (15:12 +0000)]
hostapd: fix compile error in the roboswitch driver
SVN-Revision: 19290
Felix Fietkau [Sat, 23 Jan 2010 14:33:42 +0000 (14:33 +0000)]
hostapd: fix build error
SVN-Revision: 19289
Felix Fietkau [Sat, 23 Jan 2010 08:28:26 +0000 (08:28 +0000)]
hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
SVN-Revision: 19286
Felix Fietkau [Sat, 23 Jan 2010 08:28:20 +0000 (08:28 +0000)]
mac80211: improve wifi interface cleanup
SVN-Revision: 19285
Felix Fietkau [Sat, 23 Jan 2010 08:28:15 +0000 (08:28 +0000)]
metadata: allow build variants to contain "-"
SVN-Revision: 19284
Felix Fietkau [Sat, 23 Jan 2010 03:44:09 +0000 (03:44 +0000)]
ifxmips: fix mdio register access bitmask
SVN-Revision: 19283
Felix Fietkau [Fri, 22 Jan 2010 23:10:57 +0000 (23:10 +0000)]
fix rootfs preparation with rootfs containing files with whitespaces in the filename (based on patch from #6551)
SVN-Revision: 19282
Lars-Peter Clausen [Fri, 22 Jan 2010 18:13:02 +0000 (18:13 +0000)]
Cleanup clock module a bit and replace last users of __cpm_*
SVN-Revision: 19281
Lars-Peter Clausen [Fri, 22 Jan 2010 18:01:04 +0000 (18:01 +0000)]
Enable fireware loading support
SVN-Revision: 19280
Gabor Juhos [Fri, 22 Jan 2010 17:38:07 +0000 (17:38 +0000)]
rtl8366_smi: move RTL8366S driver into a separate file
SVN-Revision: 19279
Gabor Juhos [Fri, 22 Jan 2010 17:37:58 +0000 (17:37 +0000)]
rtl8366_smi: rename rtl8366s specific functions and definitions
SVN-Revision: 19278
Gabor Juhos [Fri, 22 Jan 2010 17:37:53 +0000 (17:37 +0000)]
rtl8366_smi: move chip specific stuff into its own struct
SVN-Revision: 19277
Gabor Juhos [Fri, 22 Jan 2010 17:37:50 +0000 (17:37 +0000)]
rtl8366_smi: separate gpio initialization
SVN-Revision: 19276
Gabor Juhos [Fri, 22 Jan 2010 17:37:47 +0000 (17:37 +0000)]
rtl8366_smi: store GPIO numbers directly in the rtl8366_smi struct
SVN-Revision: 19275
Gabor Juhos [Fri, 22 Jan 2010 17:37:41 +0000 (17:37 +0000)]
rtl8366_smi: store device pointer instead of plaform_device
SVN-Revision: 19274
Jo-Philipp Wich [Fri, 22 Jan 2010 16:16:06 +0000 (16:16 +0000)]
broadcom-wl: detect all radios when generating config, do wireless setup per-interface (#5308)
SVN-Revision: 19273
Florian Fainelli [Fri, 22 Jan 2010 10:55:03 +0000 (10:55 +0000)]
fix uclibc for mips by adding missing upstream hunks
SVN-Revision: 19272
Nicolas Thill [Fri, 22 Jan 2010 08:18:04 +0000 (08:18 +0000)]
kernel: specify kmod packages dependencies in a uniform way
SVN-Revision: 19271
Nicolas Thill [Fri, 22 Jan 2010 08:12:20 +0000 (08:12 +0000)]
add a config item to specify arguments to strip
SVN-Revision: 19270
Jo-Philipp Wich [Fri, 22 Jan 2010 00:58:52 +0000 (00:58 +0000)]
mac80211: fix spurious error return codes in enable_mac80211()
SVN-Revision: 19265
Felix Fietkau [Fri, 22 Jan 2010 00:55:10 +0000 (00:55 +0000)]
mac80211: fix hostapd wmm setting for multiple bss interfaces
SVN-Revision: 19264
Felix Fietkau [Thu, 21 Jan 2010 23:48:52 +0000 (23:48 +0000)]
mtd: fix typo (thx, Plouj)
SVN-Revision: 19263
Jo-Philipp Wich [Thu, 21 Jan 2010 23:48:23 +0000 (23:48 +0000)]
add support for OvisLink WL-1600GL
SVN-Revision: 19262
Felix Fietkau [Thu, 21 Jan 2010 23:46:22 +0000 (23:46 +0000)]
x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
SVN-Revision: 19261
Felix Fietkau [Thu, 21 Jan 2010 23:38:49 +0000 (23:38 +0000)]
mac80211: fix multi-bss related rx handling bug
SVN-Revision: 19260
Jo-Philipp Wich [Thu, 21 Jan 2010 20:53:05 +0000 (20:53 +0000)]
broadcom-wl: properly detach nas by using start-stop-daemon to launch it
SVN-Revision: 19257
Jo-Philipp Wich [Thu, 21 Jan 2010 20:52:17 +0000 (20:52 +0000)]
broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows switching between open and shared authentication
SVN-Revision: 19256
Gabor Juhos [Thu, 21 Jan 2010 12:13:43 +0000 (12:13 +0000)]
rtl8366_smi: rename switch attribute handlers
SVN-Revision: 19254
Andy Boyett [Thu, 21 Jan 2010 08:54:54 +0000 (08:54 +0000)]
carl1970: fix download url. Closes #6542. Thanks swalker
SVN-Revision: 19253
Gabor Juhos [Wed, 20 Jan 2010 20:36:30 +0000 (20:36 +0000)]
rtl8366_smi: simplify rtl8366_attr_get_port_link function
SVN-Revision: 19250
Gabor Juhos [Wed, 20 Jan 2010 20:36:27 +0000 (20:36 +0000)]
rtl8366_smi: make rtl8366_phy_config_{aneg,init} static
SVN-Revision: 19249
Gabor Juhos [Wed, 20 Jan 2010 20:36:24 +0000 (20:36 +0000)]
rtl8366_smi: simplify rtl8366_{get,set}_port_vlan_index functions
SVN-Revision: 19248
Gabor Juhos [Wed, 20 Jan 2010 20:36:21 +0000 (20:36 +0000)]
rtl8366_smi: minor code optimalizations
SVN-Revision: 19247
Gabor Juhos [Wed, 20 Jan 2010 17:40:39 +0000 (17:40 +0000)]
rtl8366_smi: coding style cleanup
SVN-Revision: 19246
Gabor Juhos [Wed, 20 Jan 2010 13:26:24 +0000 (13:26 +0000)]
ar71xx: create special initramfs images for the boards which does not accept standard uImages
SVN-Revision: 19245
Gabor Juhos [Wed, 20 Jan 2010 13:26:21 +0000 (13:26 +0000)]
ar71xx: rename initramfs u-boot images
SVN-Revision: 19244
Gabor Juhos [Wed, 20 Jan 2010 09:30:36 +0000 (09:30 +0000)]
rtl8366_smi: add Kconfig option for the debugfs stuff
SVN-Revision: 19243
Gabor Juhos [Wed, 20 Jan 2010 09:30:32 +0000 (09:30 +0000)]
rtl8366_smi: fix error checking in rtl8366s_set_vlan_4k_entry
SVN-Revision: 19242
Gabor Juhos [Wed, 20 Jan 2010 09:30:25 +0000 (09:30 +0000)]
rtl8366_smi: fix parameter checking in rtl8366_attr_get_vlan_info
SVN-Revision: 19241
Gabor Juhos [Wed, 20 Jan 2010 07:06:18 +0000 (07:06 +0000)]
rtl8366_smi: fix return codes in rtl8366s_reset_vlan
SVN-Revision: 19240
Gabor Juhos [Wed, 20 Jan 2010 07:06:15 +0000 (07:06 +0000)]
rtl8366_smi: move variable initialization out from the loop
SVN-Revision: 19239
Gabor Juhos [Wed, 20 Jan 2010 07:06:12 +0000 (07:06 +0000)]
swconfig: show tagged port flag
SVN-Revision: 19238
Gabor Juhos [Wed, 20 Jan 2010 07:06:10 +0000 (07:06 +0000)]
rtl8366_smi: fix port->flags calculation in rtl8366_get_ports
SVN-Revision: 19237
Felix Fietkau [Wed, 20 Jan 2010 02:26:05 +0000 (02:26 +0000)]
mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40-
SVN-Revision: 19235
Felix Fietkau [Wed, 20 Jan 2010 02:26:00 +0000 (02:26 +0000)]
hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
SVN-Revision: 19234
Felix Fietkau [Wed, 20 Jan 2010 02:25:55 +0000 (02:25 +0000)]
ath9k: fix a beacon buffer leak on interface up/down
SVN-Revision: 19233
Jo-Philipp Wich [Tue, 19 Jan 2010 23:02:11 +0000 (23:02 +0000)]
firewall: fix a race condition preventing interfaces from being added to the firewall on boot
SVN-Revision: 19232
Jo-Philipp Wich [Tue, 19 Jan 2010 21:28:22 +0000 (21:28 +0000)]
mtd: treat failure to open FIS partition as fatal when a fis_layout is given, aborts mtd write if reformat is needed and FIS table not available
SVN-Revision: 19231
Gabor Juhos [Tue, 19 Jan 2010 18:27:57 +0000 (18:27 +0000)]
ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5
SVN-Revision: 19230
Felix Fietkau [Tue, 19 Jan 2010 18:23:06 +0000 (18:23 +0000)]
hostapd: remove all object files on config changes
SVN-Revision: 19229
Nicolas Thill [Tue, 19 Jan 2010 13:26:03 +0000 (13:26 +0000)]
gcc: use coherent version selector between binutils & gcc
SVN-Revision: 19227
Nicolas Thill [Tue, 19 Jan 2010 13:23:59 +0000 (13:23 +0000)]
binutils: remove unrelated hunk in 2.18 avr32 support patch
SVN-Revision: 19226
Imre Kaloz [Tue, 19 Jan 2010 12:53:34 +0000 (12:53 +0000)]
refresh patch
SVN-Revision: 19225
Imre Kaloz [Tue, 19 Jan 2010 11:53:56 +0000 (11:53 +0000)]
update to latest kernel versions
SVN-Revision: 19224
Gabor Juhos [Mon, 18 Jan 2010 16:46:57 +0000 (16:46 +0000)]
ar71xx: create rescue image for the WZR-HP-G300NH
SVN-Revision: 19223
Felix Fietkau [Mon, 18 Jan 2010 14:18:08 +0000 (14:18 +0000)]
mac80211: fix firmware compat stuff for 2.6.32
SVN-Revision: 19222
Gabor Juhos [Mon, 18 Jan 2010 09:15:35 +0000 (09:15 +0000)]
ar71xx: change failsafe message
SVN-Revision: 19221
Gabor Juhos [Mon, 18 Jan 2010 09:08:54 +0000 (09:08 +0000)]
ar71xx: the AR913x has no OHCI controller, remove that package from the relevant profiles
SVN-Revision: 19220
Gabor Juhos [Mon, 18 Jan 2010 09:01:52 +0000 (09:01 +0000)]
ar71xx: update package list for the DIR-825 rev. B1
SVN-Revision: 19219
Gabor Juhos [Mon, 18 Jan 2010 09:01:49 +0000 (09:01 +0000)]
ar71xx: add swconfig to the default packages
SVN-Revision: 19218
Gabor Juhos [Mon, 18 Jan 2010 09:01:47 +0000 (09:01 +0000)]
ar71xx: update default network configuration for the WNDR3700/DIR-825-B1
Also drop the default network configuration of the TL-WR1043ND, because
the RTL8366RB switch is not yet supported by the rtl8366-smi driver.
SVN-Revision: 19217
Gabor Juhos [Mon, 18 Jan 2010 09:01:44 +0000 (09:01 +0000)]
ar71xx: fix ethernet mac address on the WZR-HP-G300NH
SVN-Revision: 19216
Gabor Juhos [Mon, 18 Jan 2010 09:01:40 +0000 (09:01 +0000)]
rtl8366_smi: use inline function instead of a macro on top of container_of
SVN-Revision: 19215
Jo-Philipp Wich [Mon, 18 Jan 2010 05:38:44 +0000 (05:38 +0000)]
base-files: disable bridge firewalling by default
SVN-Revision: 19214
Felix Fietkau [Mon, 18 Jan 2010 00:44:52 +0000 (00:44 +0000)]
ar71xx: add some default configs for rtl8366 based devices
SVN-Revision: 19210
Felix Fietkau [Mon, 18 Jan 2010 00:38:08 +0000 (00:38 +0000)]
adjust switch default configs for the swconfig api change
SVN-Revision: 19209
Felix Fietkau [Mon, 18 Jan 2010 00:38:04 +0000 (00:38 +0000)]
swconfig: support providing the switch device name in an option instead of the section name - necessary to support switches that contain characters such as "-"
SVN-Revision: 19208
Felix Fietkau [Mon, 18 Jan 2010 00:12:15 +0000 (00:12 +0000)]
ar71xx: fix portability errors in dd commands
SVN-Revision: 19207
Felix Fietkau [Mon, 18 Jan 2010 00:12:12 +0000 (00:12 +0000)]
rtl8366_smi: reset the vlan table when resetting the switch and use vlan get/set ports for vlan member lists
SVN-Revision: 19206
Felix Fietkau [Mon, 18 Jan 2010 00:12:07 +0000 (00:12 +0000)]
rtl8366_smi: fix excessive stack usage and buffer handling bugs
SVN-Revision: 19205
Felix Fietkau [Sun, 17 Jan 2010 22:57:08 +0000 (22:57 +0000)]
ar71xx: fix return statement in the rtl8366 driver
SVN-Revision: 19204
Felix Fietkau [Sun, 17 Jan 2010 22:52:24 +0000 (22:52 +0000)]
add mini_fo locking fix from #5864
SVN-Revision: 19203
Gabor Juhos [Sun, 17 Jan 2010 21:37:09 +0000 (21:37 +0000)]
rtl8366_smi: register the switch directly from the probe routine
SVN-Revision: 19202
Gabor Juhos [Sun, 17 Jan 2010 21:17:59 +0000 (21:17 +0000)]
rtl8366_smi: use vlanmc name for all vlanconfig variables
SVN-Revision: 19201
Gabor Juhos [Sun, 17 Jan 2010 21:17:57 +0000 (21:17 +0000)]
rtl8366_smi: use vlan4k name for all vlan4kentry variables
SVN-Revision: 19200
Gabor Juhos [Sun, 17 Jan 2010 21:17:53 +0000 (21:17 +0000)]
rtl8366_smi: move memset into the rtl8366s_get_member_config function
SVN-Revision: 19199
Gabor Juhos [Sun, 17 Jan 2010 21:17:49 +0000 (21:17 +0000)]
rtl8366_smi: move memset into the rtl8366s_get_vlan_4k_entry function
SVN-Revision: 19198
Gabor Juhos [Sun, 17 Jan 2010 21:17:46 +0000 (21:17 +0000)]
rtl8366_smi: add vid parameter to the rtl8366s_get_vlan_4k_entry function
SVN-Revision: 19197
Gabor Juhos [Sun, 17 Jan 2010 21:17:42 +0000 (21:17 +0000)]
ar71xx: upgrade rtl8366_smi driver
Thanks to Antti Seppälä.
Patch from https://forum.openwrt.org/viewtopic.php?pid=100150#p100150
SVN-Revision: 19196