aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211/compat-wireless: don't patch a generated fileFelix Fietkau2008-10-081-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow larger beacon interval values - useful for big mesh networks (patch by ↵Felix Fietkau2008-10-071-0/+13
| | | | | | sven-ola) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: re-enable the MIB interrupt flood protection fix - apparently it's ↵Felix Fietkau2008-10-071-28/+11
| | | | | | still necessary in some extreme cases git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mode setup for ibss/ahdemo - preserve existing modes and use HOSTAP mode ↵Felix Fietkau2008-10-071-0/+23
| | | | | | 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
* madwifi: allow ad-hoc mode with software based TSF merging (hardware merging ↵Felix Fietkau2008-10-0710-18/+123
| | | | | | 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
* fix busybox http auth if the root user has an empty passwordFelix Fietkau2008-10-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel ↵Felix Fietkau2008-10-0611-5/+1818
| | | | | | 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
* Silence ifconfig down errors in mac80211 (#4067)Florian Fainelli2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add proper LED support to broadcom-diag for the Asus WL-320gE/gP routers (#4062)Florian Fainelli2008-10-041-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [opkg] use gzipped package listsAndy Boyett2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add another missing change for linux 2.4 compatFelix Fietkau2008-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix linux 2.4 compile with latest ibss fixes (thx, sven-ola)Felix Fietkau2008-10-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi patch cleanup and stability fixesFelix Fietkau2008-10-0335-162/+401
| | | | | | | | | - 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
* [ebtables] ebtables-utils: create $(1)/usr/sbin/ dir before files are ↵Andy Boyett2008-10-031-0/+1
| | | | | | installed into it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove accidentally committed debug messageFelix Fietkau2008-10-021-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: fix image check on non-broadcom platformsFelix Fietkau2008-10-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement conditional dependencies for menuconfig and build depsFelix Fietkau2008-10-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Split ebtables into ebtables and ebtables-utils, bump release numberFlorian Fainelli2008-10-011-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow dropbear to use shadow passwords, and correct base-files generation ofPeter Denison2008-09-302-3/+8
| | | | | | /etc/shadow git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵Felix Fietkau2008-09-291-0/+133
| | | | | | iptables, but otherwise completely untested) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: revert part of the noderef fix patchFelix Fietkau2008-09-281-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵Felix Fietkau2008-09-281-1/+7
| | | | | | older hw) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes firewall rule generation. forwarding rules were inserted in input ↵John Crispin2008-09-281-3/+6
| | | | | | chains, fixes #4028 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029John Crispin2008-09-281-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set default input policy to ACCEPT to bring the firewall behavior closer to ↵Felix Fietkau2008-09-281-1/+1
| | | | | | the one of previous versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: fix default policies, add a check for duplicate defaults sections ↵Felix Fietkau2008-09-281-18/+34
| | | | | | and make custom chains more generic git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove the upstream-provided bugfix patch for line editingFelix Fietkau2008-09-281-145/+0
| | | | | | 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
* fix iw compileFelix Fietkau2008-09-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: set essid on to avoid association with different ssid (patch from ↵Felix Fietkau2008-09-281-0/+1
| | | | | | #3937) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for HW crypto cores: padlock, geode and hifn75x (#388#)Florian Fainelli2008-09-281-0/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix location to the ebtables modules (#3855)Florian Fainelli2008-09-271-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix IMQ autoloadingNicolas Thill2008-09-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove unnecessary patch chunkFelix Fietkau2008-09-261-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix some really evil noderef issues (fixes #3999)Felix Fietkau2008-09-262-1/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete p54, rt2500 & rt61 since those drivers are built from ↵Nicolas Thill2008-09-2617-4040/+0
| | | | | | package/mac80211 now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12715 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add switch to not save configuration over the reflash in noninteractive modeTravis Kemen2008-09-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: don't crash if the static rate is not in a per-node ratesetFelix Fietkau2008-09-251-0/+200
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option to shutoff softledTravis Kemen2008-09-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix some warningsFelix Fietkau2008-09-252-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: improve support for reading input from a pipe. fixes sysupgradeFelix Fietkau2008-09-251-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Embed luaposix and bitlib into Lua core librarySteven Barth2008-09-253-1/+1645
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)Felix Fietkau2008-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* call autoconf when there's no ./configure script, move it at Build/Prepare stageNicolas Thill2008-09-251-5/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall changes:Nicolas Thill2008-09-242-33/+57
| | | | | | | | - implement a REJECT policy and enable it by default, reject packets with approriate response (closes: #3970) - cleanup syn_flood and remove logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* load {arp,eb,ip6}tables kernel modules last after other conntrack modules ↵Nicolas Thill2008-09-241-3/+3
| | | | | | (closes: #4032) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ↵Nicolas Thill2008-09-241-0/+4
| | | | | | 2.6.24) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)Nicolas Thill2008-09-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't fail if there are no modules.mk under ./target/linux/Nicolas Thill2008-09-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 3c298f89-4303-0410-b956-a3cf2f4a3e73