Felix Fietkau
dabd596e39
add new switch configuration api
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-18 20:44:53 +00:00
Gabor Juhos
9979ae9673
[package] mac80211: fix zd1211rw build error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-17 07:03:20 +00:00
Travis Kemen
5c85763a96
add phidget kernel module from #4116
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-17 04:27:45 +00:00
Felix Fietkau
836ae80bb1
madwifi: allow disabling of hardware ibss merges by setting the wifi-iface option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-16 21:26:24 +00:00
Felix Fietkau
408a8518ac
remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-16 21:06:30 +00:00
Gabor Juhos
215ed4cae6
[package] netfilter/iptables: disable IMQ on 2.6.27
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-15 10:56:13 +00:00
Felix Fietkau
2880c83126
madwifi: add sta mode idle reassoc fix ( #4091 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-14 12:29:14 +00:00
John Crispin
b4b461e666
fixes firewall for trunk, custom chains were never reched, as policies apply beforehand
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-14 10:53:55 +00:00
Florian Fainelli
29e7e1296a
Add acx wireless configuration ( #4095 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-13 13:56:12 +00:00
Steven Barth
1d96bd6e14
Ucified PXE-Boot options for dnsmasq
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-13 07:39:56 +00:00
Felix Fietkau
a24fab9ae3
madwifi: fix a node refcounting imbalance with a low (but nonzero) crash probability
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-11 01:56:27 +00:00
Felix Fietkau
a4e83614f9
mac80211: add rate control rewrite and enhance the performance of the minstrel algorithm for non-mrr configurations
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-11 01:33:09 +00:00
Lars-Peter Clausen
bda7628f94
Fix libnl pkg config file template.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-10 16:04:33 +00:00
Felix Fietkau
4802f81b70
update to latest compat-wireless version and add some new minstrel/b43 fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-10 01:45:35 +00:00
Felix Fietkau
2a9b78c97c
mac80211/compat-wireless: don't patch a generated file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-08 12:06:47 +00:00
Felix Fietkau
4d05f6c24b
allow larger beacon interval values - useful for big mesh networks (patch by sven-ola)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-07 01:41:03 +00:00
Felix Fietkau
54b6061f94
madwifi: re-enable the MIB interrupt flood protection fix - apparently it's still necessary in some extreme cases
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-07 01:40:36 +00:00
Felix Fietkau
b1d09b7bde
fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode for AHDEMO instead of IBSS to prevent unwanted IBSS merges
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-07 01:40:09 +00:00
Felix Fietkau
c2f49151e9
madwifi: allow ad-hoc mode with software based TSF merging (hardware merging can screw up the internal timers and cause transmit hangs) - based on a patch by sven-ola. activated by wlanconfig's nosbeacon flag
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-07 01:39:38 +00:00
Felix Fietkau
e532e2ac8c
fix busybox http auth if the root user has an empty password
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-06 16:33:14 +00:00
Felix Fietkau
daf544953f
add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel patches, rename patches/ for old compat-wireless to patches-old/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-06 12:04:04 +00:00
Florian Fainelli
480affb551
Silence ifconfig down errors in mac80211 ( #4067 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-04 16:54:43 +00:00
Florian Fainelli
cb2ed6c07b
Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers ( #4062 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-04 16:51:03 +00:00
Andy Boyett
b743aa0187
[opkg] use gzipped package lists
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-04 10:27:06 +00:00
Felix Fietkau
6f0f17a1c2
madwifi: add another missing change for linux 2.4 compat
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-04 10:13:12 +00:00
Felix Fietkau
94f96443f0
fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-03 17:25:07 +00:00
Felix Fietkau
5d4bb942b4
madwifi patch cleanup and stability fixes
...
- fix a semi-random heisenbug by replacing the previous noderef fix with a simple hack that is not 100% correct, but safe.
- add ad-hoc atim fixes by bruno
- add napi polling fixes by sven-ola
- fix compile breakage with debug enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-03 15:17:34 +00:00
Andy Boyett
44d43f5e7f
[ebtables] ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-03 06:02:20 +00:00
Felix Fietkau
9dba055a77
remove accidentally committed debug message
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-02 18:31:26 +00:00
Felix Fietkau
49cdf61961
mtd: fix image check on non-broadcom platforms
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-02 18:19:02 +00:00
Felix Fietkau
3eeaccee03
implement conditional dependencies for menuconfig and build deps
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-01 21:26:19 +00:00
Florian Fainelli
874198ef2a
Split ebtables into ebtables and ebtables-utils, bump release number
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-01 19:53:36 +00:00
Peter Denison
e176f409c0
Allow dropbear to use shadow passwords, and correct base-files generation of
...
/etc/shadow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-30 00:56:55 +00:00
Felix Fietkau
15f17fcf7e
port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-29 01:08:17 +00:00
Felix Fietkau
c1b9ba6db4
add option in sysupgrade to restore config from file or URL (patch from #4043 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 19:45:59 +00:00
Felix Fietkau
02fa0bc75f
madwifi: revert part of the noderef fix patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 19:35:56 +00:00
Felix Fietkau
a36e7924a2
broadcom-wl: only use mssid if necessary (fixes spurious error messages on older hw)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 18:30:23 +00:00
John Crispin
3f4018d1b5
fixes firewall rule generation. forwarding rules were inserted in input chains, fixes #4028
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 17:40:09 +00:00
John Crispin
1e14eeaa9f
custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 17:06:39 +00:00
Felix Fietkau
7f0d2f2042
set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 16:17:49 +00:00
Felix Fietkau
9ba765af49
firewall: fix default policies, add a check for duplicate defaults sections and make custom chains more generic
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 16:17:37 +00:00
Felix Fietkau
b4e847c602
busybox: remove the upstream-provided bugfix patch for line editing
...
it actually breaks the history functionality instead of fixing it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 15:26:25 +00:00
Felix Fietkau
0b809e6918
fix iw compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 11:01:33 +00:00
Felix Fietkau
bcf79d92ce
madwifi: set essid on to avoid association with different ssid (patch from #3937 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 09:43:37 +00:00
Florian Fainelli
c58e271d8e
Add support for HW crypto cores: padlock, geode and hifn75x (#388#)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 07:09:47 +00:00
Florian Fainelli
95064f9c32
Fix location to the ebtables modules ( #3855 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-27 15:13:35 +00:00
Nicolas Thill
e99619d10d
fix IMQ autoloading
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-27 10:09:54 +00:00
Felix Fietkau
eeb6158d6d
remove unnecessary patch chunk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-26 22:01:33 +00:00
Felix Fietkau
0bbf0d4426
madwifi: fix some really evil noderef issues ( fixes #3999 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-26 20:09:17 +00:00
Nicolas Thill
32e625fc9e
remove obsolete p54, rt2500 & rt61 since those drivers are built from package/mac80211 now
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-26 09:42:17 +00:00