openwrt.git
13 years agosysupgrade works on the wp54
thepeople [Mon, 21 Mar 2011 16:52:14 +0000 (16:52 +0000)]
sysupgrade works on the wp54

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

13 years ago[package] ncurses: install ncurses5-config and ncursesw5-config (#9044)
jow [Mon, 21 Mar 2011 06:45:20 +0000 (06:45 +0000)]
[package] ncurses: install ncurses5-config and ncursesw5-config (#9044)

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

13 years ago[package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel...
cshore [Mon, 21 Mar 2011 05:53:17 +0000 (05:53 +0000)]
[package] hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).

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

13 years agomac80211: initialize the last rx time when creating a station
nbd [Mon, 21 Mar 2011 03:19:35 +0000 (03:19 +0000)]
mac80211: initialize the last rx time when creating a station

should hopefully finally take care of the nasty reassociation issues which showed up as
Jan  1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity
right after associating, leading to an immediate disconnect.
Will probably fix #8343, #8830 and others.

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

13 years agoath9k: re-run nfcal only when stuck beacons become more frequent
nbd [Mon, 21 Mar 2011 02:22:26 +0000 (02:22 +0000)]
ath9k: re-run nfcal only when stuck beacons become more frequent

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

13 years agoath9k: increase ATH_BCBUF, allows creating 8 virtual APs
nbd [Mon, 21 Mar 2011 02:22:22 +0000 (02:22 +0000)]
ath9k: increase ATH_BCBUF, allows creating 8 virtual APs

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

13 years agoath9k: improve precision of beacon timer calculations
nbd [Mon, 21 Mar 2011 02:22:17 +0000 (02:22 +0000)]
ath9k: improve precision of beacon timer calculations

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

13 years agoath9k: add some minor debugfs cleanups
nbd [Mon, 21 Mar 2011 02:22:12 +0000 (02:22 +0000)]
ath9k: add some minor debugfs cleanups

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

13 years ago[at91] Update to 2.6.38
claudio [Sun, 20 Mar 2011 22:49:27 +0000 (22:49 +0000)]
[at91] Update to 2.6.38

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

13 years ago[package] block-mount busybox: Removed busybox versions of blkid and swap-utils since...
cshore [Sun, 20 Mar 2011 19:37:28 +0000 (19:37 +0000)]
[package] block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.

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

13 years agoomap24xx: Update to 2.6.38. Remove 2.6.37 files
mb [Sun, 20 Mar 2011 14:07:25 +0000 (14:07 +0000)]
omap24xx: Update to 2.6.38. Remove 2.6.37 files

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

13 years agolinux-atm: Solos card requires explicit buffer size to br2684ctl
nbd [Sun, 20 Mar 2011 01:21:49 +0000 (01:21 +0000)]
linux-atm: Solos card requires explicit buffer size to br2684ctl

The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.

(Patch by Philip Prindeville)

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

13 years agoKeep firewall.user during sysupgrades
thepeople [Sun, 20 Mar 2011 00:57:47 +0000 (00:57 +0000)]
Keep firewall.user during sysupgrades

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

13 years agobrcm47xx: remove kmod-usb-ohci from WGT634U packages.
hauke [Sat, 19 Mar 2011 23:19:08 +0000 (23:19 +0000)]
brcm47xx: remove kmod-usb-ohci from WGT634U packages.

This package creates some error messages on startup

Thank you russell-- for reporting

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

13 years agokernel: fix some problems with kernel 2.6.38
hauke [Sat, 19 Mar 2011 17:42:48 +0000 (17:42 +0000)]
kernel: fix some problems with kernel 2.6.38

In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.

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

13 years agokernel: add missing config options
hauke [Sat, 19 Mar 2011 17:40:58 +0000 (17:40 +0000)]
kernel: add missing config options

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

13 years agokernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated...
hauke [Sat, 19 Mar 2011 17:40:02 +0000 (17:40 +0000)]
kernel: linux/version.h was removed in kernel 2.6.19 and is now replaced by generated/autoconf.h.

This fixes build with kernel 2.6.38.
This was only build tested.
Thank you philipp64 for reporting

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

13 years ago[package] ncurses: Split terminfo database into a separate package because S-Lang...
cshore [Fri, 18 Mar 2011 23:34:40 +0000 (23:34 +0000)]
[package] ncurses: Split terminfo database into a separate package because S-Lang library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be
a lightweight dialog replacement that doesn't depend on the heavy ncurses).

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

13 years ago[package] base-files: properly handle vlans on top of wireless interfaces
jow [Fri, 18 Mar 2011 18:24:51 +0000 (18:24 +0000)]
[package] base-files: properly handle vlans on top of wireless interfaces

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

13 years agoremove 2.6.34 support
kaloz [Fri, 18 Mar 2011 13:40:48 +0000 (13:40 +0000)]
remove 2.6.34 support

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

13 years ago[sibyte]: upgrade to 2.6.37.4
kaloz [Fri, 18 Mar 2011 13:33:18 +0000 (13:33 +0000)]
[sibyte]: upgrade to 2.6.37.4

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

13 years ago[octeon]: upgrade to 2.6.37.4
kaloz [Fri, 18 Mar 2011 13:32:17 +0000 (13:32 +0000)]
[octeon]: upgrade to 2.6.37.4

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

13 years agoupdate to 2.6.32.33 and 2.6.37.4
kaloz [Fri, 18 Mar 2011 13:25:32 +0000 (13:25 +0000)]
update to 2.6.32.33 and 2.6.37.4

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

13 years ago[kirkwood]: upgrade to 2.6.37
kaloz [Fri, 18 Mar 2011 13:09:21 +0000 (13:09 +0000)]
[kirkwood]: upgrade to 2.6.37

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

13 years ago[pxa]: upgrade to 2.6.37
kaloz [Fri, 18 Mar 2011 13:04:02 +0000 (13:04 +0000)]
[pxa]: upgrade to 2.6.37

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

13 years ago[iop32x]: upgrade to 2.6.37
kaloz [Fri, 18 Mar 2011 13:03:50 +0000 (13:03 +0000)]
[iop32x]: upgrade to 2.6.37

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

13 years ago[imx21]: upgrade to 2.6.37, mark it broken
kaloz [Fri, 18 Mar 2011 13:02:12 +0000 (13:02 +0000)]
[imx21]: upgrade to 2.6.37, mark it broken

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

13 years agoadd 2.6.38 md5sum
kaloz [Fri, 18 Mar 2011 12:56:19 +0000 (12:56 +0000)]
add 2.6.38 md5sum

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

13 years ago[package] hostapd: fix non-multicall hostapd compile (#9074)
acinonyx [Fri, 18 Mar 2011 11:03:12 +0000 (11:03 +0000)]
[package] hostapd: fix non-multicall hostapd compile (#9074)

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

13 years agowireless-tools: remove some more unnecessary stuff from iwconfig
nbd [Fri, 18 Mar 2011 03:41:22 +0000 (03:41 +0000)]
wireless-tools: remove some more unnecessary stuff from iwconfig

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

13 years agostrip .note.gnu.build-id from kernel modules
nbd [Fri, 18 Mar 2011 03:13:38 +0000 (03:13 +0000)]
strip .note.gnu.build-id from kernel modules

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

13 years agohostapd: add a patch to remove some unnecessary control interface functionality
nbd [Fri, 18 Mar 2011 02:15:52 +0000 (02:15 +0000)]
hostapd: add a patch to remove some unnecessary control interface functionality

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

13 years agokernel: fix an overlayfs deadlock on rmdir
nbd [Thu, 17 Mar 2011 23:14:17 +0000 (23:14 +0000)]
kernel: fix an overlayfs deadlock on rmdir

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

13 years agoadd a kernel config option for magic sysrq
nbd [Thu, 17 Mar 2011 23:14:12 +0000 (23:14 +0000)]
add a kernel config option for magic sysrq

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

13 years agokernel: replace mini_fo with overlayfs for 2.6.38
nbd [Thu, 17 Mar 2011 20:23:14 +0000 (20:23 +0000)]
kernel: replace mini_fo with overlayfs for 2.6.38

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

13 years agohostapd: add a separate config symbol for 802.11n driver support
nbd [Thu, 17 Mar 2011 20:21:28 +0000 (20:21 +0000)]
hostapd: add a separate config symbol for 802.11n driver support

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

13 years agoar71xx: remove 2.6.32 support
nbd [Thu, 17 Mar 2011 20:08:44 +0000 (20:08 +0000)]
ar71xx: remove 2.6.32 support

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

13 years agokernel: replace mini_fo with overlayfs for 2.6.37
nbd [Thu, 17 Mar 2011 19:09:48 +0000 (19:09 +0000)]
kernel: replace mini_fo with overlayfs for 2.6.37

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

13 years agobase-files: overlayfs whiteouts depend on a specific xattr entry, which does not...
nbd [Thu, 17 Mar 2011 19:09:43 +0000 (19:09 +0000)]
base-files: overlayfs whiteouts depend on a specific xattr entry, which does not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2

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

13 years agobase-files: add initial support for mounting overlayfs
nbd [Thu, 17 Mar 2011 19:09:39 +0000 (19:09 +0000)]
base-files: add initial support for mounting overlayfs

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

13 years ago[package] base-files: update sysctl.conf for modern kernels
jow [Thu, 17 Mar 2011 15:35:41 +0000 (15:35 +0000)]
[package] base-files: update sysctl.conf for modern kernels

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

13 years ago[package] hostapd: Fix hostap driver for multicall binary builds
acinonyx [Thu, 17 Mar 2011 07:23:37 +0000 (07:23 +0000)]
[package] hostapd: Fix hostap driver for multicall binary builds

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

13 years ago[package] hostap-driver: Remove newline at start of config (cosmetic)
acinonyx [Thu, 17 Mar 2011 07:23:32 +0000 (07:23 +0000)]
[package] hostap-driver: Remove newline at start of config (cosmetic)

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

13 years ago[package] acx: Major rework of acx.sh script
acinonyx [Thu, 17 Mar 2011 07:23:28 +0000 (07:23 +0000)]
[package] acx: Major rework of acx.sh script

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

13 years ago[package] hostap-driver: Use 'any' for unspecified SSIDs
acinonyx [Thu, 17 Mar 2011 07:23:23 +0000 (07:23 +0000)]
[package] hostap-driver: Use 'any' for unspecified SSIDs

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

13 years ago[package] hostap-driver: Fix adhoc mode
acinonyx [Thu, 17 Mar 2011 07:23:18 +0000 (07:23 +0000)]
[package] hostap-driver: Fix adhoc mode

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

13 years ago[package] hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
acinonyx [Thu, 17 Mar 2011 07:07:43 +0000 (07:07 +0000)]
[package] hostap-driver: Add newline at end of autodetected wireless config (cosmetic)

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

13 years ago[package] madwifi: Add newline at end of autodetected wireless config (cosmetic)
acinonyx [Thu, 17 Mar 2011 07:07:03 +0000 (07:07 +0000)]
[package] madwifi: Add newline at end of autodetected wireless config (cosmetic)

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

13 years ago[package] acx: Add newline at end of autodetected wireless config (cosmetic)
acinonyx [Thu, 17 Mar 2011 07:05:36 +0000 (07:05 +0000)]
[package] acx: Add newline at end of autodetected wireless config (cosmetic)

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

13 years agompc85xx: update to linux 2.6.38, remove the broken flag
nbd [Wed, 16 Mar 2011 18:31:27 +0000 (18:31 +0000)]
mpc85xx: update to linux 2.6.38, remove the broken flag

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

13 years agokernel: refresh 2.6.38 patches for final release
nbd [Wed, 16 Mar 2011 18:31:23 +0000 (18:31 +0000)]
kernel: refresh 2.6.38 patches for final release

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

13 years agokernel: disable xz for 2.6.38 for now, it is unused
nbd [Wed, 16 Mar 2011 18:31:18 +0000 (18:31 +0000)]
kernel: disable xz for 2.6.38 for now, it is unused

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

13 years agokernel: add a few more missing config symbols
nbd [Wed, 16 Mar 2011 18:31:14 +0000 (18:31 +0000)]
kernel: add a few more missing config symbols

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

13 years agompc85xx: copy the fdt for mpc8548cds to $(BIN_DIR)
nbd [Wed, 16 Mar 2011 18:04:54 +0000 (18:04 +0000)]
mpc85xx: copy the fdt for mpc8548cds to $(BIN_DIR)

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

13 years agompc85xx: remove bogus config overrides
nbd [Wed, 16 Mar 2011 18:04:49 +0000 (18:04 +0000)]
mpc85xx: remove bogus config overrides

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

13 years agokernel: add a few missing kernel config symbols
nbd [Wed, 16 Mar 2011 18:04:45 +0000 (18:04 +0000)]
kernel: add a few missing kernel config symbols

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

13 years agomac80211: add an aggregation rx reorder timeout handling fix
nbd [Wed, 16 Mar 2011 02:57:04 +0000 (02:57 +0000)]
mac80211: add an aggregation rx reorder timeout handling fix

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

13 years agobuild: move the CCACHE_DIR to the build targets so that it doesn't interfere with...
nbd [Tue, 15 Mar 2011 19:58:32 +0000 (19:58 +0000)]
build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup

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

13 years agoar71xx: add default configuration for the switch on AP96
nbd [Tue, 15 Mar 2011 19:51:42 +0000 (19:51 +0000)]
ar71xx: add default configuration for the switch on AP96

Enables forwarding of frames between the switch ports (eth0).
Patch by Jouni Malinen

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

13 years ago[package] comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)
jow [Tue, 15 Mar 2011 09:09:05 +0000 (09:09 +0000)]
[package] comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)

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

13 years agoath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues with 2...
nbd [Tue, 15 Mar 2011 01:36:48 +0000 (01:36 +0000)]
ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues with 2-antenna devices such as the wrt160nl

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

13 years agoath9k: enable an ar913x specific hardware fix for sending block-ack
nbd [Tue, 15 Mar 2011 01:36:45 +0000 (01:36 +0000)]
ath9k: enable an ar913x specific hardware fix for sending block-ack

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

13 years ago[package] base-files: Autodetect newly added wireless hardware
acinonyx [Tue, 15 Mar 2011 00:44:15 +0000 (00:44 +0000)]
[package] base-files: Autodetect newly added wireless hardware

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

13 years ago[package] mac80211: Fix unique device autodetection
acinonyx [Tue, 15 Mar 2011 00:44:02 +0000 (00:44 +0000)]
[package] mac80211: Fix unique device autodetection

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

13 years ago[package] madwifi: Fix unique device autodetection
acinonyx [Tue, 15 Mar 2011 00:43:50 +0000 (00:43 +0000)]
[package] madwifi: Fix unique device autodetection

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

13 years ago[package] hostap-driver: Fix unique device autodetection
acinonyx [Tue, 15 Mar 2011 00:43:42 +0000 (00:43 +0000)]
[package] hostap-driver: Fix unique device autodetection

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

13 years ago[package] hostap-driver: Add support for multiple interfaces
acinonyx [Mon, 14 Mar 2011 23:48:25 +0000 (23:48 +0000)]
[package] hostap-driver: Add support for multiple interfaces

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

13 years agobase-files: link libpthread against libc
nbd [Mon, 14 Mar 2011 19:27:45 +0000 (19:27 +0000)]
base-files: link libpthread against libc

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

13 years agomac80211: fix ath9k/ath9k-htc description (thx, swalker)
nbd [Mon, 14 Mar 2011 14:04:49 +0000 (14:04 +0000)]
mac80211: fix ath9k/ath9k-htc description (thx, swalker)

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

13 years ago[lantiq]
blogic [Mon, 14 Mar 2011 07:34:08 +0000 (07:34 +0000)]
[lantiq]
* fixes .unlocked_ioctl functions

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

13 years ago[lantiq]
blogic [Mon, 14 Mar 2011 07:33:23 +0000 (07:33 +0000)]
[lantiq]
* fixes arv4510 board support
* fixes nor swizzle hack
* fixes gpio .can_sleep
* fixes compile warning inside pci driver

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

13 years ago[package] block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead...
cshore [Mon, 14 Mar 2011 02:12:38 +0000 (02:12 +0000)]
[package] block-mount:  Changed default filesystem for /e/c/fstab to be ext4 instead of ext3

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

13 years agopjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies...
nbd [Sun, 13 Mar 2011 23:02:52 +0000 (23:02 +0000)]
pjsip: make pjsip-ltq-tapi dependencies conditional to make the build dependencies conditional as well

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

13 years agolantiq: add missing #include for the falcon i2c driver
nbd [Sun, 13 Mar 2011 22:39:16 +0000 (22:39 +0000)]
lantiq: add missing #include for the falcon i2c driver

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

13 years ago[package] acx: Detect every device present
acinonyx [Sun, 13 Mar 2011 20:58:20 +0000 (20:58 +0000)]
[package] acx: Detect every device present

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

13 years agobase-files: add a default /etc/services files
nbd [Sun, 13 Mar 2011 19:47:42 +0000 (19:47 +0000)]
base-files: add a default /etc/services files

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

13 years agobrcm47xx: add workaround for fuse again.
hauke [Sun, 13 Mar 2011 19:25:24 +0000 (19:25 +0000)]
brcm47xx: add workaround for fuse again.

This closes #4754

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

13 years agobase-files: add users ftp (for ftp servers), network (network related daemons such...
nbd [Sun, 13 Mar 2011 19:10:28 +0000 (19:10 +0000)]
base-files: add users ftp (for ftp servers), network (network related daemons such as tor, quagga, ...)

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

13 years agobase-files: add an ftp group as well
nbd [Sun, 13 Mar 2011 19:04:32 +0000 (19:04 +0000)]
base-files: add an ftp group as well

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

13 years agobase-files: add a few default groups to /etc/group so that we can get rid of a few...
nbd [Sun, 13 Mar 2011 18:56:34 +0000 (18:56 +0000)]
base-files: add a few default groups to /etc/group so that we can get rid of a few postinst scripts

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

13 years agoltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)
nbd [Sun, 13 Mar 2011 18:45:27 +0000 (18:45 +0000)]
ltq-ifxos: only attempt to build if the lantiq target is selected (fixes #9035)

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

13 years agoath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new package for...
nbd [Sun, 13 Mar 2011 18:38:50 +0000 (18:38 +0000)]
ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new package for ath9k_htc

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

13 years agodownload.mk: properly quote download urls
nbd [Sun, 13 Mar 2011 18:38:43 +0000 (18:38 +0000)]
download.mk: properly quote download urls

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

13 years agomac80211: update to wireless-testing 2011-03-11
nbd [Sun, 13 Mar 2011 18:38:37 +0000 (18:38 +0000)]
mac80211: update to wireless-testing 2011-03-11

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

13 years agossb: update ssb to version from linux-next-20110311
hauke [Sun, 13 Mar 2011 17:24:28 +0000 (17:24 +0000)]
ssb: update ssb to version from linux-next-20110311

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

13 years agokernel: update to kernel version 2.6.37.3
hauke [Sun, 13 Mar 2011 17:14:08 +0000 (17:14 +0000)]
kernel: update to kernel version 2.6.37.3

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

13 years agokernel: update to kernel version 2.6.34.8
hauke [Sun, 13 Mar 2011 17:13:11 +0000 (17:13 +0000)]
kernel: update to kernel version 2.6.34.8

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

13 years agokernel: update to kernel version 2.6.32.32
hauke [Sun, 13 Mar 2011 17:12:20 +0000 (17:12 +0000)]
kernel: update to kernel version 2.6.32.32

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

13 years agoramips: initial board support for Aztech HW550-3G
juhosg [Sun, 13 Mar 2011 16:34:52 +0000 (16:34 +0000)]
ramips: initial board support for Aztech HW550-3G

This patch adds initial support for the Aztech HW550-3G (Ralink
RT3052f SoC, 8MB flash, 32MB dram).  Ethernet is not working yet.
Wireless appears to work fine.  USB does not work yet (as with other
Ralink boards).

Signed-off-by: Layne Edwards <ledwards76@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26123 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agopackage/kernel: package heartbeat LED trigger
juhosg [Sun, 13 Mar 2011 15:08:33 +0000 (15:08 +0000)]
package/kernel: package heartbeat LED trigger

Patch-by: Nikolay Martynov <mar.kolya@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26120 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoar71xx: add support for the TP-Link TL-WA901ND v2 board
juhosg [Sun, 13 Mar 2011 15:08:31 +0000 (15:08 +0000)]
ar71xx: add support for the TP-Link TL-WA901ND v2 board

Patch-by: Jonathan Benett <jbscience87@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26119 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agofirmware-utils/mktplinkfw: add support for the TP-Link TL-WA901ND v2 board
juhosg [Sun, 13 Mar 2011 15:08:29 +0000 (15:08 +0000)]
firmware-utils/mktplinkfw: add support for the TP-Link TL-WA901ND v2 board

Patch-by: Jonathan Benett <jbscience87@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26118 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[package] extroot: block-mount block-extroot: Added ability to do a whole disk extroo...
cshore [Sun, 13 Mar 2011 09:24:24 +0000 (09:24 +0000)]
[package] extroot: block-mount block-extroot: Added ability to do a whole disk extroot instead of only an overlay-based extroot.

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

13 years ago[package] iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection subme...
cshore [Sat, 12 Mar 2011 07:27:57 +0000 (07:27 +0000)]
[package] iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection submenu of the Network package group so that they appear with the packages feed packages that are related.

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

13 years ago[package] uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like...
cshore [Sat, 12 Mar 2011 04:47:02 +0000 (04:47 +0000)]
[package] uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like all the other web serves and proxies from the packages feed

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

13 years ago[package] artables ebtables iptables: Moved *tables to Firewall submenu of the Networ...
cshore [Sat, 12 Mar 2011 01:24:18 +0000 (01:24 +0000)]
[package] artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.

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

13 years agoltq-vmmc: do not download nonexistant firmware files, only attempt to build for lanti...
nbd [Fri, 11 Mar 2011 21:11:37 +0000 (21:11 +0000)]
ltq-vmmc: do not download nonexistant firmware files, only attempt to build for lantiq xway

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

13 years agomac80211/ath9k: improve pending patches based on review feedback
nbd [Fri, 11 Mar 2011 20:55:54 +0000 (20:55 +0000)]
mac80211/ath9k: improve pending patches based on review feedback

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

13 years agomac80211: fix spurious channel type changes when vifs are created/deleted
nbd [Fri, 11 Mar 2011 19:23:38 +0000 (19:23 +0000)]
mac80211: fix spurious channel type changes when vifs are created/deleted

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

13 years agoath9k: add a patch to fix the interoperability issues with intel clients (fixes ...
nbd [Fri, 11 Mar 2011 16:04:37 +0000 (16:04 +0000)]
ath9k: add a patch to fix the interoperability issues with intel clients (fixes #8830)

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