openwrt.git
13 years agolinux/atheros: add 2.6.38 preliminary support
acoul [Wed, 27 Apr 2011 17:18:03 +0000 (17:18 +0000)]
linux/atheros: add 2.6.38 preliminary support

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

13 years agomadwifi: Fix compilation for 2.6.39
nbd [Tue, 26 Apr 2011 23:05:34 +0000 (23:05 +0000)]
madwifi: Fix compilation for 2.6.39

Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with
DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26771 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoswconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK
nbd [Tue, 26 Apr 2011 23:05:29 +0000 (23:05 +0000)]
swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK

SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed
in 2.6.39, so replace it with DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26770 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: backport some more compat fixes, fix compile issues on 2.6.31 and earlier
nbd [Tue, 26 Apr 2011 22:23:52 +0000 (22:23 +0000)]
mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and earlier

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

13 years agomac80211: broadcast the country IE by default if the country code is configured ...
nbd [Tue, 26 Apr 2011 19:33:27 +0000 (19:33 +0000)]
mac80211: broadcast the country IE by default if the country code is configured (#9308)

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

13 years agowpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)
nbd [Tue, 26 Apr 2011 19:16:25 +0000 (19:16 +0000)]
wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)

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

13 years agomac80211: replace the regd revert patch with a proper fix, add some more pending...
nbd [Tue, 26 Apr 2011 01:23:23 +0000 (01:23 +0000)]
mac80211: replace the regd revert patch with a proper fix, add some more pending patches

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

13 years agoath9k: remove the signal strength fix, it causes a lot of confusion and seems to...
nbd [Mon, 25 Apr 2011 18:21:32 +0000 (18:21 +0000)]
ath9k: remove the signal strength fix, it causes a lot of confusion and seems to be just as inaccurate as the original version of the code

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

13 years agocfg80211: revert upstream regdomain handling breakage
nbd [Mon, 25 Apr 2011 18:21:28 +0000 (18:21 +0000)]
cfg80211: revert upstream regdomain handling breakage

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

13 years agohostapd: fix a few compile errors and warnings
nbd [Sun, 24 Apr 2011 03:34:46 +0000 (03:34 +0000)]
hostapd: fix a few compile errors and warnings

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

13 years agomac80211: do rate control updates when the HT configuration changes on an interface
nbd [Sat, 23 Apr 2011 21:34:40 +0000 (21:34 +0000)]
mac80211: do rate control updates when the HT configuration changes on an interface

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

13 years agohostapd: update to 2011-04-21
nbd [Sat, 23 Apr 2011 21:34:35 +0000 (21:34 +0000)]
hostapd: update to 2011-04-21

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

13 years agolinux/adm5120: update wget2nand script
acoul [Thu, 21 Apr 2011 13:18:33 +0000 (13:18 +0000)]
linux/adm5120: update wget2nand script

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

13 years agolinux/ar71xx: update wget2nand script
acoul [Thu, 21 Apr 2011 12:38:25 +0000 (12:38 +0000)]
linux/ar71xx: update wget2nand script

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

13 years agolinux/ar71xx: add 2.6.38 preliminary support
acoul [Thu, 21 Apr 2011 11:45:23 +0000 (11:45 +0000)]
linux/ar71xx: add 2.6.38 preliminary support

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

13 years agomac80211: remove unneeded patch
hauke [Thu, 21 Apr 2011 09:32:49 +0000 (09:32 +0000)]
mac80211: remove unneeded patch

This was fixed upstream

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

13 years agomac80211: update to wireless-testing 2011-04-19, contains several beacon related...
nbd [Wed, 20 Apr 2011 18:14:35 +0000 (18:14 +0000)]
mac80211: update to wireless-testing 2011-04-19, contains several beacon related fixes for ath9k

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

13 years ago[package] ppp: extend the r26742 change to ip-down too
jow [Wed, 20 Apr 2011 12:08:12 +0000 (12:08 +0000)]
[package] ppp: extend the r26742 change to ip-down too

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

13 years ago[package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)
jow [Wed, 20 Apr 2011 12:02:04 +0000 (12:02 +0000)]
[package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)

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

13 years ago[package] firewall: prevent excessive uci state data aggregation (#9152)
jow [Wed, 20 Apr 2011 11:49:09 +0000 (11:49 +0000)]
[package] firewall: prevent excessive uci state data aggregation (#9152)

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

13 years agobusybox: refresh patches
nbd [Wed, 20 Apr 2011 02:56:23 +0000 (02:56 +0000)]
busybox: refresh patches

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

13 years agobusybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)
nbd [Wed, 20 Apr 2011 02:56:17 +0000 (02:56 +0000)]
busybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)

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

13 years agomac80211: b43: Expose N-PHY support
hauke [Tue, 19 Apr 2011 21:44:29 +0000 (21:44 +0000)]
mac80211: b43: Expose N-PHY support

Allow enabling of N-PHY support for BCM4321 and BCM4322.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26736 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: b43: Expose PIO mode fallback
hauke [Tue, 19 Apr 2011 21:43:19 +0000 (21:43 +0000)]
mac80211: b43: Expose PIO mode fallback

Allow reenabling the PIO mode fallback for b43.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26735 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: b43: Expose debug option
hauke [Tue, 19 Apr 2011 21:40:29 +0000 (21:40 +0000)]
mac80211: b43: Expose debug option

Allow enabling debug output and debugfs for B43.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26734 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomac80211: b43: Add Firmware 5.10.56.27
hauke [Tue, 19 Apr 2011 21:40:08 +0000 (21:40 +0000)]
mac80211: b43: Add Firmware 5.10.56.27

Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to
its newest release 14 and updating the b43-fwsquash.py to recognise rev 16
n phy files.

Also rename the current options from STABLE/EXPERIMENTAL to their version
numbers.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26733 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agohostapd: fix bridge handling for wds stations (#9257)
nbd [Tue, 19 Apr 2011 15:41:49 +0000 (15:41 +0000)]
hostapd: fix bridge handling for wds stations (#9257)

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

13 years agomac80211: re-enable beacon channel hints
nbd [Tue, 19 Apr 2011 15:41:45 +0000 (15:41 +0000)]
mac80211: re-enable beacon channel hints

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

13 years ago[package] base-files: fix stale space in eglibc library install section (#9270)
jow [Tue, 19 Apr 2011 13:18:39 +0000 (13:18 +0000)]
[package] base-files: fix stale space in eglibc library install section (#9270)

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

13 years agolibrpc: update to a newer version to fix issues with __set_errno
nbd [Mon, 18 Apr 2011 09:42:46 +0000 (09:42 +0000)]
librpc: update to a newer version to fix issues with __set_errno

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

13 years agouml: fix the kernel config name override
nbd [Sun, 17 Apr 2011 21:47:49 +0000 (21:47 +0000)]
uml: fix the kernel config name override

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

13 years agouse lazy evaluation to allow targets to override kernel config files
nbd [Sun, 17 Apr 2011 21:47:44 +0000 (21:47 +0000)]
use lazy evaluation to allow targets to override kernel config files

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

13 years agoath9k: assign a keycache slot per station for unencrypted links to fix powersave...
nbd [Sun, 17 Apr 2011 20:56:14 +0000 (20:56 +0000)]
ath9k: assign a keycache slot per station for unencrypted links to fix powersave frame filtering

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

13 years agoath9k: add a patch to show excessive retry counts for single MPDUs
nbd [Sun, 17 Apr 2011 20:56:10 +0000 (20:56 +0000)]
ath9k: add a patch to show excessive retry counts for single MPDUs

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

13 years agox86: remove 2.6.35 patches
nbd [Sun, 17 Apr 2011 18:39:50 +0000 (18:39 +0000)]
x86: remove 2.6.35 patches

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

13 years agobrcm63xx: remove patches/configs for 2.6.35
nbd [Sun, 17 Apr 2011 18:39:46 +0000 (18:39 +0000)]
brcm63xx: remove patches/configs for 2.6.35

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

13 years agoau1000: remove patches/configs for 2.6.35
nbd [Sun, 17 Apr 2011 18:39:42 +0000 (18:39 +0000)]
au1000: remove patches/configs for 2.6.35

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

13 years agoar7: remove patches/configs for old kernel versions
nbd [Sun, 17 Apr 2011 18:39:38 +0000 (18:39 +0000)]
ar7: remove patches/configs for old kernel versions

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

13 years agoadm5120: remove patches/configs for unused kernel versions
nbd [Sun, 17 Apr 2011 18:39:32 +0000 (18:39 +0000)]
adm5120: remove patches/configs for unused kernel versions

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

13 years agorootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.
nbd [Sun, 17 Apr 2011 18:32:28 +0000 (18:32 +0000)]
rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

Use offset from struct mtd_part instead of struct mtd_partition for defining
the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in
struct mtd_partition.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26705 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoRemove 2.6.35. It's not used anymore.
nbd [Sun, 17 Apr 2011 18:32:21 +0000 (18:32 +0000)]
Remove 2.6.35. It's not used anymore.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26704 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns...
nbd [Sun, 17 Apr 2011 17:38:35 +0000 (17:38 +0000)]
uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns issues

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

13 years agouClibc: fix issues with libpthread vs libc link order on mips
nbd [Sun, 17 Apr 2011 17:38:26 +0000 (17:38 +0000)]
uClibc: fix issues with libpthread vs libc link order on mips

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

13 years agoDeleted accidentally added, and failed to be deleted on previous fix commit, extraneo...
cshore [Sun, 17 Apr 2011 04:52:38 +0000 (04:52 +0000)]
Deleted accidentally added, and failed to be deleted on previous fix commit, extraneous trunk subdir inside the trunk tree.

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

13 years agoprepare .config before testing for missing options
nbd [Sun, 17 Apr 2011 02:16:52 +0000 (02:16 +0000)]
prepare .config before testing for missing options

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

13 years ago[brcm63xx] Fixed directory error: added ra1320 patches to trunk/target... subdir...
cshore [Sun, 17 Apr 2011 01:15:47 +0000 (01:15 +0000)]
[brcm63xx] Fixed directory error: added ra1320 patches to trunk/target... subdir instead if target.... in trunk branch.

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

13 years agoixp4xx: backport an upstream commit to fix gspca compile errors triggered by the...
nbd [Sat, 16 Apr 2011 21:30:48 +0000 (21:30 +0000)]
ixp4xx: backport an upstream commit to fix gspca compile errors triggered by the buildbot

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

13 years agomac80211: fix the config define for iwl3945
nbd [Sat, 16 Apr 2011 19:52:39 +0000 (19:52 +0000)]
mac80211: fix the config define for iwl3945

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

13 years agomac80211: make intel wireless drivers depend on pci support
nbd [Sat, 16 Apr 2011 19:52:35 +0000 (19:52 +0000)]
mac80211: make intel wireless drivers depend on pci support

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

13 years agomac80211: add intel drivers to PKG_CONFIG_DEPENDS
nbd [Sat, 16 Apr 2011 19:52:31 +0000 (19:52 +0000)]
mac80211: add intel drivers to PKG_CONFIG_DEPENDS

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

13 years agofix a typo in the kernel patch description
nbd [Sat, 16 Apr 2011 18:40:23 +0000 (18:40 +0000)]
fix a typo in the kernel patch description

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

13 years agokernel: reorganize 2.6.37 patches
nbd [Sat, 16 Apr 2011 18:31:21 +0000 (18:31 +0000)]
kernel: reorganize 2.6.37 patches

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

13 years agokernel: reorganize 2.6.39 patches
nbd [Sat, 16 Apr 2011 18:31:05 +0000 (18:31 +0000)]
kernel: reorganize 2.6.39 patches

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

13 years agokernel: reorganize 2.6.38 patches, clean up block2mtd patches
nbd [Sat, 16 Apr 2011 18:30:57 +0000 (18:30 +0000)]
kernel: reorganize 2.6.38 patches, clean up block2mtd patches

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

13 years agokernel: add a PATCHES text file describing the new patch categories
nbd [Sat, 16 Apr 2011 18:30:51 +0000 (18:30 +0000)]
kernel: add a PATCHES text file describing the new patch categories

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

13 years agokernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37
nbd [Sat, 16 Apr 2011 01:46:57 +0000 (01:46 +0000)]
kernel: backport the fix "net_sched: fix ip_tos2prio" for 2.6.37
Fixes a bug that led to ECN enabled flows being de-prioritized by pfifo_fast

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

13 years agoath5k: allow simultaneous ad-hoc+ap operation
nbd [Fri, 15 Apr 2011 16:54:52 +0000 (16:54 +0000)]
ath5k: allow simultaneous ad-hoc+ap operation

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

13 years agoopkg: avoid using getline() to fix a compile issue on darwin (patch by Javier Palacio...
nbd [Fri, 15 Apr 2011 16:18:11 +0000 (16:18 +0000)]
opkg: avoid using getline() to fix a compile issue on darwin (patch by Javier Palacios, #9223)

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

13 years agouboot-ar71xx: add a dependency on the ar71xx target
nbd [Fri, 15 Apr 2011 15:41:49 +0000 (15:41 +0000)]
uboot-ar71xx: add a dependency on the ar71xx target

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

13 years ago[brcm63xx] Add support for the RTA1320_16M board
cshore [Fri, 15 Apr 2011 14:31:39 +0000 (14:31 +0000)]
[brcm63xx] Add support for the RTA1320_16M board

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

13 years ago[brcm63xx] Generate images for RTA1320_16M-based routers
cshore [Fri, 15 Apr 2011 14:31:36 +0000 (14:31 +0000)]
[brcm63xx] Generate images for RTA1320_16M-based routers

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

13 years agobcm63xx: Move the OpenWrt rootfs length field
cshore [Fri, 15 Apr 2011 12:18:25 +0000 (12:18 +0000)]
bcm63xx: Move the OpenWrt rootfs length field

Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.

To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.

Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26680 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agox86: missing kernel symbols
cshore [Fri, 15 Apr 2011 04:56:49 +0000 (04:56 +0000)]
x86: missing kernel symbols

Please include these two missing kernel CONFIG_ symbols.

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

13 years agogeos: Add PC speaker to kernel definitions
cshore [Fri, 15 Apr 2011 04:51:05 +0000 (04:51 +0000)]
geos: Add PC speaker to kernel definitions

Add the PC speaker back to the Geos platform.

Add DMI support in BIOS.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26678 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agouboot-ar71xx: remove a bogus dependency
nbd [Fri, 15 Apr 2011 00:54:14 +0000 (00:54 +0000)]
uboot-ar71xx: remove a bogus dependency

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

13 years agouboot-ar71xx: fix compile on mac os x (patch from #9124)
nbd [Fri, 15 Apr 2011 00:54:08 +0000 (00:54 +0000)]
uboot-ar71xx: fix compile on mac os x (patch from #9124)

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

13 years agoadm5120: fix promiscuous mode handling (patch from #8581)
nbd [Fri, 15 Apr 2011 00:20:59 +0000 (00:20 +0000)]
adm5120: fix promiscuous mode handling (patch from #8581)

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

13 years agoar71xx: enable the ip17xx PHY driver (fixes #5193, #8027)
nbd [Thu, 14 Apr 2011 23:51:12 +0000 (23:51 +0000)]
ar71xx: enable the ip17xx PHY driver (fixes #5193, #8027)

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

13 years agoath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can...
nbd [Thu, 14 Apr 2011 23:22:21 +0000 (23:22 +0000)]
ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can handle it

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

13 years agoath9k: fix resetting the hw during channel change when the MAC fails to go idle
nbd [Thu, 14 Apr 2011 22:46:12 +0000 (22:46 +0000)]
ath9k: fix resetting the hw during channel change when the MAC fails to go idle

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

13 years agocfg80211: disable processing of 802.11d regulatory hints - it causes invalid regulato...
nbd [Thu, 14 Apr 2011 16:52:09 +0000 (16:52 +0000)]
cfg80211: disable processing of 802.11d regulatory hints - it causes invalid regulatory settings on reconnect (fixes #9207)

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

13 years agolinux/adm5120: generate non-initramfs kernel images too
acoul [Thu, 14 Apr 2011 09:59:13 +0000 (09:59 +0000)]
linux/adm5120: generate non-initramfs kernel images too

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

13 years agolinux/adm5120: preliminary 2.6.38 config options
acoul [Wed, 13 Apr 2011 16:47:26 +0000 (16:47 +0000)]
linux/adm5120: preliminary 2.6.38 config options

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

13 years agolinux/adm5120: add 2.6.38 preliminary support
acoul [Wed, 13 Apr 2011 16:42:03 +0000 (16:42 +0000)]
linux/adm5120: add 2.6.38 preliminary support

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

13 years agokernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)
lars [Wed, 13 Apr 2011 13:37:40 +0000 (13:37 +0000)]
kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)

For kernel versions newer then 2.6.31 the ext4 module can be used to mount
ext2/3 filesystems.
Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2
or ext3, which breaks booting from ext2/3 on machines where the ext4 module is
built into the kernel.

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

13 years agopackage/hostapd: cosmetic fix
acoul [Wed, 13 Apr 2011 13:36:48 +0000 (13:36 +0000)]
package/hostapd: cosmetic fix

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

13 years ago[tools] ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes Darwin...
jow [Wed, 13 Apr 2011 13:26:26 +0000 (13:26 +0000)]
[tools] ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes Darwin compat (#9214)

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

13 years ago[package] kernel/modules: Move zlib_deflate module to higher autoloading priority
acinonyx [Tue, 12 Apr 2011 23:48:28 +0000 (23:48 +0000)]
[package] kernel/modules: Move zlib_deflate module to higher autoloading priority

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

13 years ago[package] kernel/modules: Fix r26637
acinonyx [Tue, 12 Apr 2011 23:42:01 +0000 (23:42 +0000)]
[package] kernel/modules: Fix r26637

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

13 years ago[package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate
acinonyx [Tue, 12 Apr 2011 23:34:28 +0000 (23:34 +0000)]
[package] kernel/modules: Add kmod-zlib dependency to kmod-crypto-deflate

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

13 years ago[package] kernel/modules: Add zlib package
acinonyx [Tue, 12 Apr 2011 23:18:53 +0000 (23:18 +0000)]
[package] kernel/modules: Add zlib package

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

13 years ago[package] kernel/modules: Add "Libraries" submenu and move library packages there
acinonyx [Tue, 12 Apr 2011 23:18:48 +0000 (23:18 +0000)]
[package] kernel/modules: Add "Libraries" submenu and move library packages there

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

13 years ago[package] kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile
acinonyx [Tue, 12 Apr 2011 23:18:30 +0000 (23:18 +0000)]
[package] kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile

btrfs needs zlib_deflate, which was built but not included

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26632 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years ago[include] silence error when package has no patches (patchwork 321)
jow [Tue, 12 Apr 2011 21:11:24 +0000 (21:11 +0000)]
[include] silence error when package has no patches (patchwork 321)

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

13 years agoar71xx: replace the madwifi profile with an ath5k profile
nbd [Tue, 12 Apr 2011 21:10:45 +0000 (21:10 +0000)]
ar71xx: replace the madwifi profile with an ath5k profile

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

13 years ago[x86] gzip jffs2 images
jow [Tue, 12 Apr 2011 20:48:47 +0000 (20:48 +0000)]
[x86] gzip jffs2 images
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26625 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoEnable padding of jffs2 images to user specified filesystem size
jow [Tue, 12 Apr 2011 20:46:34 +0000 (20:46 +0000)]
Enable padding of jffs2 images to user specified filesystem size
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26624 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agobase-files: return success on lib-copying with external toolchain
jow [Tue, 12 Apr 2011 20:37:43 +0000 (20:37 +0000)]
base-files: return success on lib-copying with external toolchain
when using an external toolchain the base-files package copies libc, libgcc and
others from the library directory.

The file list is given as following in the .config:
CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}"

Because the filenames are composed with different endings, not all files exist
and will be skipped. Currently, this works only if the last composed file
(util.so.*) really exists. At the moment this works - but only if you don't add
a new file like 'uClibc'.

Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this
message, because the combination 'libuClibc.so.*' doesn't exist and Make will
evaluate the last copy statement of the for loop.

--- Message Snippet ---
cp: cannot stat `/home/user/Desktop/code/meetwise/toolchain/staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/./lib/libnss_files.so.*': No such file or directory
cp: cannot stat `/home/user/Desktop/code/meetwise/toolchain/staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/./lib/libresolv-*.so': No such file or directory
cp: cannot stat `/home/user/Desktop/code/meetwise/toolchain/staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/./lib/libresolv.so.*': No such file or directory
cp: cannot stat `/home/user/Desktop/code/meetwise/toolchain/staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/./lib/libuClibc.so.*': No such file or directory
make[2]: *** [/home/user/Desktop/code/meetwise/openwrt/bin/at91/packages/libc_-68_at91.ipk] Error 1
make[2]: Leaving directory `/home/user/Desktop/code/meetwise/openwrt/package/base-files'
make[1]: *** [package/base-files/compile] Error 2
make[1]: Leaving directory `/home/user/Desktop/code/meetwise/openwrt'
make: *** [package/base-files/compile] Error 2
--- /Message Snippet/ ---

To fix this unwanted behaviour I added an extra 'exit 0' to each for-loop and
make ignores non-existing files as before.

Signed-off-by: Sven Bachmann <dev@mcbachmann.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26623 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agoThis patch updates qos-scripts to support fair traffic sharing using the
jow [Tue, 12 Apr 2011 20:33:11 +0000 (20:33 +0000)]
This patch updates qos-scripts to support fair traffic sharing using the
SFQ with external classifiers method.  It also corrects a bug in the
unsupported ESFQ method already used by qos-scripts.  (ESFQ:
http://fatooh.org/esfq-2.6/ only updated to 2.6.24, it was switched to
an SFQ patch after that and not updated since 2008)

A class can be forced to use SFQ, and an external classifier added like
this:

config class "Normal"
         option avgrate     10
         option priority    30
         option packetdelay 100
         option limitrate   94
#       option qdisc      "sfq perturb 2"
config class "Normal_up"
#       option filter   "protocol all flow hash keys src divisor 1024"
config class "Normal_down"
#       option filter   "protocol all flow hash keys dst divisor 1024"

Using these options, the user needs to load cls_flow before qos-scripts
starts.

I've got more information here:
http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers

This has been tested on r23914.

Signed-off-by: Ben Pfountz <netprince<>vt_edu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26622 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agomissing-macros: add GTKDOC_REBASE macro needed by some newer packages
jow [Tue, 12 Apr 2011 20:19:52 +0000 (20:19 +0000)]
missing-macros: add GTKDOC_REBASE macro needed by some newer packages
Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26620 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agofirewall: allow local redirection of ports
jow [Tue, 12 Apr 2011 20:03:59 +0000 (20:03 +0000)]
firewall: allow local redirection of ports

Allow a redirect like:

config redirect
        option src 'wan'
        option dest 'lan'
        option src_dport '22001'
        option dest_port '22'
        option proto 'tcp'

note the absence of the "dest_ip" field, meaning to terminate the connection on the firewall itself.

This patch makes three changes:

(1) moves the conntrack module into the conntrack package (but not any of the conntrack_* helpers).
(2) fixes a bug where the wrong table is used when the "dest_ip" field is absent.
(3) accepts incoming connections on the destination port on the input_ZONE table, but only for DNATted
    connections.

In the above example,

ssh -p 22 root@myrouter

would fail from the outside, but:

ssh -p 22001 root@myrouter

would succeed.  This is handy if:

(1) you want to avoid ssh probes on your router, or
(2) you want to redirect incoming connections on port 22 to some machine inside your firewall, but
    still want to allow firewall access from outside.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26617 3c298f89-4303-0410-b956-a3cf2f4a3e73

13 years agosolos: various upstreamed solos patches
nbd [Tue, 12 Apr 2011 19:50:15 +0000 (19:50 +0000)]
solos: various upstreamed solos patches

These patches were submitted to netdev and will likely be out in 2.6.38.3.
In the meantime, they're needed in 2.6.37.6.
Patch by Philip Prindeville

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

13 years agogeneric: Add support for 2.6.39
nbd [Tue, 12 Apr 2011 19:39:20 +0000 (19:39 +0000)]
generic: Add support for 2.6.39

Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx.

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

13 years agopppd: support the nomp option if multilink support is disabled
nbd [Tue, 12 Apr 2011 18:29:28 +0000 (18:29 +0000)]
pppd: support the nomp option if multilink support is disabled

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

13 years agohostapd: properly mark random data as ready if initialization succeeds without reasso...
nbd [Tue, 12 Apr 2011 17:30:16 +0000 (17:30 +0000)]
hostapd: properly mark random data as ready if initialization succeeds without reassociation (#9222)

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

13 years agomac80211: fix WPA auth on WDS station interfaces (#9227)
nbd [Tue, 12 Apr 2011 17:17:56 +0000 (17:17 +0000)]
mac80211: fix WPA auth on WDS station interfaces (#9227)

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

13 years ago[uboot-omap35xx] Modify environment variables for altered filesystem layout
hcg [Tue, 12 Apr 2011 14:24:20 +0000 (14:24 +0000)]
[uboot-omap35xx] Modify environment variables for altered filesystem layout

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

13 years ago[omap35xx] Change partition table layout
hcg [Tue, 12 Apr 2011 14:16:32 +0000 (14:16 +0000)]
[omap35xx] Change partition table layout

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

13 years agoar71xx: fix build error w/o CONFIG_PCI
juhosg [Tue, 12 Apr 2011 13:14:56 +0000 (13:14 +0000)]
ar71xx: fix build error w/o CONFIG_PCI

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

13 years agoar71xx: don't hardcode console parameters in kernel config
juhosg [Tue, 12 Apr 2011 13:14:53 +0000 (13:14 +0000)]
ar71xx: don't hardcode console parameters in kernel config

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