summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)Florian Fainelli2009-06-071-0/+2
| | | | SVN-Revision: 16367
* nvram: don't execute nvram fixups on the WGT634UJo-Philipp Wich2009-06-061-0/+3
| | | | SVN-Revision: 16349
* do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREEFlorian Fainelli2009-06-041-0/+4
| | | | SVN-Revision: 16336
* kernel/modules: package the VSC7385 driverGabor Juhos2009-06-041-0/+16
| | | | SVN-Revision: 16325
* kernel/modules: move SPI drivers into a new submenuGabor Juhos2009-06-043-97/+108
| | | | SVN-Revision: 16323
* More libtool madness: Every package which was using c++ and libtool fixup ↵Lars-Peter Clausen2009-06-041-0/+2
| | | | | | | | | was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool Somebody should probably check all packages using c++ with a dependency on stdlibc++ if uclibc++ can be used instead now. SVN-Revision: 16317
* base-files: fix test experession for sysupgradeVasilis Tsiligiannis2009-06-031-1/+1
| | | | SVN-Revision: 16310
* ead: fix missing library error while building tinysrpVasilis Tsiligiannis2009-06-032-4/+4
| | | | SVN-Revision: 16309
* madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
| | | | SVN-Revision: 16308
* libtool: revert r16212. It broke building packages using c++.Lars-Peter Clausen2009-06-031-1/+0
| | | | SVN-Revision: 16305
* Update to compat-wireless-2009-06-02Hauke Mehrtens2009-06-027-116/+31
| | | | SVN-Revision: 16300
* package the e1000e driverImre Kaloz2009-06-021-2/+18
| | | | SVN-Revision: 16295
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵Felix Fietkau2009-06-011-3/+34
| | | | | | transition) SVN-Revision: 16289
* swconfig: fix kernel version dependencyFelix Fietkau2009-06-011-1/+1
| | | | SVN-Revision: 16286
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-011-3/+0
| | | | | | storm target SVN-Revision: 16274
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
| | | | SVN-Revision: 16270
* network: prevent unnecessary interface down/up cycles if no mac address ↵Felix Fietkau2009-06-011-2/+3
| | | | | | change is requested SVN-Revision: 16269
* network: do not unnecessarily touch interfaces configured as proto=none; ↵Felix Fietkau2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266
* B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.Hauke Mehrtens2009-06-011-3/+3
| | | | SVN-Revision: 16263
* broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release numberNicolas Thill2009-06-012-2/+2
| | | | | | | | | | | | | This patch fixes an issue with the broadcom.sh configuration script when enabling sta mode. Currently sta mode works provided that you have an AP enabled as well but it doesn't work if you have a sta interface but not an AP. I found that merely reversing the order of the ap and apsta variables in the broadcom.sh script corrects this problem, and the attached patch does exactly that. Signed-off-by: Eric Bishop <ebishop@bu.edu> SVN-Revision: 16256
* Add diversity optionVasilis Tsiligiannis2009-06-011-2/+6
| | | | SVN-Revision: 16255
* another 2.6.30 related crypto fixImre Kaloz2009-06-011-1/+3
| | | | SVN-Revision: 16253
* Removed extra ; in exec ruleHamish Guthrie2009-06-011-1/+1
| | | | SVN-Revision: 16243
* madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis ↵Jo-Philipp Wich2009-05-311-43/+3
| | | | | | Tsiligiannis SVN-Revision: 16238
* madwifi: handle frame classification properly if eth->h_proto contains the ↵Felix Fietkau2009-05-311-1/+1
| | | | | | protocol number directly (without offset) SVN-Revision: 16237
* madwifi: fix excessive stack usage in the wlanconfig toolFelix Fietkau2009-05-311-0/+11
| | | | SVN-Revision: 16235
* madwifi: if a txpower value below the poweroffset is requested, set the ↵Felix Fietkau2009-05-311-0/+16
| | | | | | internal txpower to 0db SVN-Revision: 16234
* fix drivers firmware loading with the new hotplug2, patch from Russell SeniorFlorian Fainelli2009-05-311-1/+1
| | | | SVN-Revision: 16231
* 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
* 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
* 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
* 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
* fix kmod-crypto-core compile with 2.6.30 (#5201)Felix Fietkau2009-05-291-3/+9
| | | | SVN-Revision: 16175
* hotplug2-old: fix path to build dirFelix Fietkau2009-05-291-0/+2
| | | | SVN-Revision: 16171
* iptables: export libipqFelix Fietkau2009-05-291-3/+8
| | | | SVN-Revision: 16164
* 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
* base-files: update command line for the new hotplug2Gabor Juhos2009-05-283-4/+5
| | | | SVN-Revision: 16154
* busybox: fix watchdog util compileFelix Fietkau2009-05-281-0/+12
| | | | SVN-Revision: 16150
* 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
* added back atm ruleHamish Guthrie2009-05-281-1/+1
| | | | SVN-Revision: 16137
* add hotplug2 v1.0Hamish Guthrie2009-05-282-0/+60
| | | | SVN-Revision: 16136