summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix download urlRalph Hempel2009-05-312-2/+2
| | | | SVN-Revision: 16226
* madwifi: add better hw detection, use a power offset for setting/getting tx ↵Felix Fietkau2009-05-3128-283/+406
| | | | | | power for cards that have a twisted eeprom SVN-Revision: 16224
* Typo in r8610.mk signed-off by: Jac Goudsmit <jac@goudsm.it>Jo-Philipp Wich2009-05-301-1/+1
| | | | SVN-Revision: 16223
* Always escape essid Signed-off-by: Vasilis Tsiligiannis ↵Jo-Philipp Wich2009-05-301-1/+1
| | | | | | <b_tsiligiannis@silverton.gr> SVN-Revision: 16222
* Add bssid, frag and rts options and fix mac access control Signed-off-by: ↵Jo-Philipp Wich2009-05-302-3/+17
| | | | | | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 16221
* Major enhancement to hostap.sh script * use common openwrt option naming ↵Jo-Philipp Wich2009-05-303-78/+156
| | | | | | (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 16220
* acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not ↵Florian Fainelli2009-05-301-11/+25
| | | | | | set, thanks to Stefan Weil for this patch SVN-Revision: 16219
* madwifi: add sanity checks for monitor mode injectionFelix Fietkau2009-05-301-0/+26
| | | | SVN-Revision: 16218
* madwifi: fix an array overrun in the rate control attach checkFelix Fietkau2009-05-301-1/+1
| | | | SVN-Revision: 16217
* base-files: set rules file for hotplug2 in the boot script (closes #5235)Gabor Juhos2009-05-302-1/+2
| | | | SVN-Revision: 16215
* Set TARGET_CXX to 'no' if c++ is not enabled in the toolchain.Lars-Peter Clausen2009-05-301-1/+1
| | | | SVN-Revision: 16213
* libtool: Unset CXX. It is not needed to build libtool, but if set configure ↵Lars-Peter Clausen2009-05-301-0/+1
| | | | | | preferes CXX over CC to build the global_symbol_pipe test program. So if there is no c++ compiler or the c++ installation is broken we end up with a broken libtool script. Fixes #5022 SVN-Revision: 16212
* add support for the SST 39VF6401B flash chipGabor Juhos2009-05-303-0/+87
| | | | SVN-Revision: 16210
* mips: fix gcc 4.4.0 build failure on delay.h (#5116)Florian Fainelli2009-05-303-0/+489
| | | | SVN-Revision: 16209
* use 2.6.27.24Florian Fainelli2009-05-301-1/+1
| | | | SVN-Revision: 16208
* cleanup old patches and kernel configurationFlorian Fainelli2009-05-3025-1126/+0
| | | | SVN-Revision: 16204
* rework ar7 profiles to separate dsl firmwares, annex-a being now the default ↵Florian Fainelli2009-05-305-5/+40
| | | | | | and most widespread SVN-Revision: 16201
* hotplug2 may need -fPICJo-Philipp Wich2009-05-291-1/+1
| | | | SVN-Revision: 16199
* Config symbol is boolean.Hauke Mehrtens2009-05-291-1/+1
| | | | SVN-Revision: 16198
* include wpa-supplicant iw in the default profileFlorian Fainelli2009-05-291-1/+2
| | | | SVN-Revision: 16195
* fix kmod-crypto-core compile with 2.6.30 (#5201)Felix Fietkau2009-05-291-3/+9
| | | | SVN-Revision: 16175
* s3c24xx: get rid of unnecessary config overrides, which break stuff in ↵Felix Fietkau2009-05-291-25/+0
| | | | | | package/kernel SVN-Revision: 16174
* uClibc: bsd supports the same floating point classification functions as ↵Felix Fietkau2009-05-292-0/+18
| | | | | | c99, fixes inetd SVN-Revision: 16172
* hotplug2-old: fix path to build dirFelix Fietkau2009-05-291-0/+2
| | | | SVN-Revision: 16171
* uClibc: add a wrapper for the missing finite() functionFelix Fietkau2009-05-292-0/+28
| | | | SVN-Revision: 16170
* refresh generic-2.6.29 patchesFlorian Fainelli2009-05-293-4/+2
| | | | SVN-Revision: 16169
* refresh patchesGabor Juhos2009-05-297-12/+12
| | | | SVN-Revision: 16168
* add support for the EN25P64 flash chipGabor Juhos2009-05-293-9/+12
| | | | SVN-Revision: 16167
* Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ↵Hamish Guthrie2009-05-292-0/+77
| | | | | | ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16166
* iptables: export libipqFelix Fietkau2009-05-291-3/+8
| | | | SVN-Revision: 16164
* s3c24xx: do not override CONFIG_WIRELESS, this breaks packagesFelix Fietkau2009-05-291-1/+0
| | | | SVN-Revision: 16163
* deptest: use a separate build dir for host packages to prevent hardcoded ↵Felix Fietkau2009-05-281-0/+2
| | | | | | path screwups SVN-Revision: 16162
* delay the starting of nas4wds, seems like 5 seconds works in every case: ↵Florian Fainelli2009-05-282-2/+2
| | | | | | none, psk, psk2 (#4974) SVN-Revision: 16159
* refresh ar7-atm patchesFlorian Fainelli2009-05-287-115/+96
| | | | SVN-Revision: 16158
* refresh acx-mac80211 patchesFlorian Fainelli2009-05-285-52/+40
| | | | SVN-Revision: 16157
* refresh patchesFlorian Fainelli2009-05-288-17/+18
| | | | SVN-Revision: 16156
* refresh patchesFlorian Fainelli2009-05-283-7/+7
| | | | SVN-Revision: 16155
* base-files: update command line for the new hotplug2Gabor Juhos2009-05-283-4/+5
| | | | SVN-Revision: 16154
* add a "make prepare" target which builds everything up to target/compile, ↵Felix Fietkau2009-05-281-0/+2
| | | | | | useful for scripts/deptest.sh SVN-Revision: 16153
* busybox: fix watchdog util compileFelix Fietkau2009-05-281-0/+12
| | | | SVN-Revision: 16150
* use 2.4.37.1Florian Fainelli2009-05-281-3/+3
| | | | SVN-Revision: 16149
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-283-3/+4
| | | | SVN-Revision: 16148
* correct path to board specific configuration, enable roboswitch driver in ↵Florian Fainelli2009-05-283-0/+2
| | | | | | wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx SVN-Revision: 16147
* update to 2.4.37, tested on wrt54gs (#4766)Florian Fainelli2009-05-2836-507/+178
| | | | SVN-Revision: 16144
* brcm47xx: make input support modular (closes: #5174)Nicolas Thill2009-05-281-4/+0
| | | | SVN-Revision: 16143
* brcm-2.4: fix conntrack structure inconsistency with iptables, which can ↵Felix Fietkau2009-05-281-0/+49
| | | | | | cause problems with port matching/forwarding and protocol matching SVN-Revision: 16141
* uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵Felix Fietkau2009-05-281-0/+29
| | | | | | does not need this fix, because the problem was fixed upstream already SVN-Revision: 16140
* brcm-2.4: disable ip_vs, refresh kernel configFelix Fietkau2009-05-281-35/+2
| | | | SVN-Revision: 16139
* added back atm ruleHamish Guthrie2009-05-281-1/+1
| | | | SVN-Revision: 16137
* add hotplug2 v1.0Hamish Guthrie2009-05-282-0/+60
| | | | SVN-Revision: 16136