summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-2546-255/+1090
| | | | SVN-Revision: 19331
* opkg: remove an empty patchFelix Fietkau2010-01-251-0/+0
| | | | SVN-Revision: 19330
* madwifi: fix some potential null pointer derefs with wdsFelix Fietkau2010-01-247-15/+17
| | | | SVN-Revision: 19322
* iptables: install libip[46]tc into staging dirJo-Philipp Wich2010-01-241-1/+1
| | | | SVN-Revision: 19316
* mac80211: fix a WARN_ON in client modeFelix Fietkau2010-01-241-0/+11
| | | | SVN-Revision: 19315
* fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)Felix Fietkau2010-01-241-1/+1
| | | | SVN-Revision: 19313
* fix another kernel version dependency (thx, maddes)Felix Fietkau2010-01-241-1/+1
| | | | SVN-Revision: 19312
* ath9k: improve max rate retry handlingFelix Fietkau2010-01-241-0/+42
| | | | SVN-Revision: 19308
* mac80211: make b43-fwsquash.py work with python 3.xJo-Philipp Wich2010-01-241-14/+14
| | | | SVN-Revision: 19307
* iptables: --enable-static and --enable-shared don't work well together, drop ↵Jo-Philipp Wich2010-01-241-1/+0
| | | | | | --enable-static SVN-Revision: 19304
* base-files: ensure that the ip6addr of the main interface stays the primary ↵Jo-Philipp Wich2010-01-231-20/+28
| | | | | | ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen SVN-Revision: 19303
* iptables: update to v1.4.6, relocate patches - patch by Edgar SoldinJo-Philipp Wich2010-01-235-9/+7
| | | | SVN-Revision: 19302
* base-files: try to activate hotplugged partitions as swap and fall back to ↵Jo-Philipp Wich2010-01-231-4/+5
| | | | | | lazy mount (#6517) SVN-Revision: 19300
* ath9k: fix an initialization error on 2GHz-only cards (based on discussion ↵Felix Fietkau2010-01-231-0/+26
| | | | | | on ath9k-devel@) SVN-Revision: 19296
* hostapd: fix wpad compile error by preventing make spam from showing up in ↵Felix Fietkau2010-01-231-2/+2
| | | | | | the cflags/ldflags dump files SVN-Revision: 19295
* remove obsolete dependencies and checksFelix Fietkau2010-01-236-49/+10
| | | | SVN-Revision: 19292
* add explicit dependency on kmod-crypto-core when required (closes: #6557)Nicolas Thill2010-01-234-5/+5
| | | | SVN-Revision: 19291
* hostapd: fix compile error in the roboswitch driverFelix Fietkau2010-01-232-1/+16
| | | | SVN-Revision: 19290
* hostapd: fix build errorFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19289
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵Felix Fietkau2010-01-2321-725/+1384
| | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286
* mac80211: improve wifi interface cleanupFelix Fietkau2010-01-231-1/+2
| | | | SVN-Revision: 19285
* broadcom-wl: detect all radios when generating config, do wireless setup ↵Jo-Philipp Wich2010-01-221-13/+19
| | | | | | per-interface (#5308) SVN-Revision: 19273
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-228-258/+246
| | | | SVN-Revision: 19271
* mac80211: fix spurious error return codes in enable_mac80211()Jo-Philipp Wich2010-01-221-1/+1
| | | | SVN-Revision: 19265
* mac80211: fix hostapd wmm setting for multiple bss interfacesFelix Fietkau2010-01-221-1/+1
| | | | SVN-Revision: 19264
* mtd: fix typo (thx, Plouj)Felix Fietkau2010-01-211-1/+1
| | | | SVN-Revision: 19263
* add support for OvisLink WL-1600GLJo-Philipp Wich2010-01-213-1/+29
| | | | SVN-Revision: 19262
* mac80211: fix multi-bss related rx handling bugFelix Fietkau2010-01-211-0/+72
| | | | SVN-Revision: 19260
* broadcom-wl: properly detach nas by using start-stop-daemon to launch itJo-Philipp Wich2010-01-211-0/+1
| | | | SVN-Revision: 19257
* broadcom-wl: implement wepauth in wlc and support it in broadcom.sh, allows ↵Jo-Philipp Wich2010-01-212-1/+12
| | | | | | switching between open and shared authentication SVN-Revision: 19256
* carl1970: fix download url. Closes #6542. Thanks swalkerAndy Boyett2010-01-211-3/+4
| | | | SVN-Revision: 19253
* swconfig: show tagged port flagGabor Juhos2010-01-202-3/+7
| | | | SVN-Revision: 19238
* mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single ↵Felix Fietkau2010-01-202-128/+209
| | | | | | instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- SVN-Revision: 19235
* hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵Felix Fietkau2010-01-205-2/+1351
| | | | | | with a single hostapd instance SVN-Revision: 19234
* ath9k: fix a beacon buffer leak on interface up/downFelix Fietkau2010-01-201-0/+14
| | | | SVN-Revision: 19233
* firewall: fix a race condition preventing interfaces from being added to the ↵Jo-Philipp Wich2010-01-192-3/+7
| | | | | | firewall on boot SVN-Revision: 19232
* mtd: treat failure to open FIS partition as fatal when a fis_layout is ↵Jo-Philipp Wich2010-01-192-2/+2
| | | | | | given, aborts mtd write if reformat is needed and FIS table not available SVN-Revision: 19231
* hostapd: remove all object files on config changesFelix Fietkau2010-01-191-2/+1
| | | | SVN-Revision: 19229
* mac80211: fix firmware compat stuff for 2.6.32Felix Fietkau2010-01-181-0/+103
| | | | SVN-Revision: 19222
* base-files: disable bridge firewalling by defaultJo-Philipp Wich2010-01-182-3/+8
| | | | SVN-Revision: 19214
* swconfig: support providing the switch device name in an option instead of ↵Felix Fietkau2010-01-183-3/+23
| | | | | | the section name - necessary to support switches that contain characters such as "-" SVN-Revision: 19208
* mac80211: remove an obsolete patchFelix Fietkau2010-01-171-12/+0
| | | | SVN-Revision: 19195
* iw, mac80211: get the frequency info per-netdev instead of per-phyFelix Fietkau2010-01-174-86/+44
| | | | SVN-Revision: 19194
* iw: print the current operating frequency in the phy infoFelix Fietkau2010-01-171-0/+30
| | | | SVN-Revision: 19179
* mac80211: allow user space to query the current operating frequencyFelix Fietkau2010-01-172-0/+76
| | | | SVN-Revision: 19178
* mac80211: fix mac address handling for multiple phy/vifFelix Fietkau2010-01-171-2/+4
| | | | SVN-Revision: 19177
* mac80211: upgrade to compat-wireless 2010-01-15Felix Fietkau2010-01-1715-396/+13
| | | | SVN-Revision: 19176
* remove broadcom-mmc, superseded by broadcom-sdhcJo-Philipp Wich2010-01-163-729/+0
| | | | SVN-Revision: 19173
* add broadcom-sdhc - successor of broadcom-mmc (#6343)Jo-Philipp Wich2010-01-161-0/+57
| | | | SVN-Revision: 19172
* base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵Jo-Philipp Wich2010-01-162-1/+4
| | | | | | some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv> SVN-Revision: 19167