aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵Felix Fietkau2009-11-106-1/+633
| | | | | | hostapd changes) SVN-Revision: 18356
* mac80211: fix wpa in client modeFelix Fietkau2009-11-101-1/+2
| | | | SVN-Revision: 18355
* add preliminary MPC83xx supportImre Kaloz2009-11-091-1/+1
| | | | SVN-Revision: 18353
* mac80211: fix wifi detect with 11n cards that have multiple bandsFelix Fietkau2009-11-091-2/+5
| | | | SVN-Revision: 18351
* b43: work around a locking issue, might fix #5996Felix Fietkau2009-11-071-0/+23
| | | | SVN-Revision: 18338
* iproute2: compile the static libraries with $(FPIC), as they are reused by ↵Felix Fietkau2009-11-051-1/+7
| | | | | | other packages for inclusion into shared libraries should fix collectd build failures on mips SVN-Revision: 18323
* uboot-ifxmips: fix compile errors with the cs toolchain due to non-PIC codeFelix Fietkau2009-11-051-0/+25
| | | | SVN-Revision: 18321
* oops, forgot the autoloadFelix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18319
* fix kmod-leds-alix (#6079, #6105)Felix Fietkau2009-11-051-2/+2
| | | | SVN-Revision: 18318
* fix up the download location for the updated mac80211 version (thx, swalker)Felix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18317
* fix breakage introduced with r18315Florian Fainelli2009-11-051-0/+2
| | | | SVN-Revision: 18316
* remove the patch dir hack in iptables when building with an external tree, ↵Florian Fainelli2009-11-051-6/+0
| | | | | | this did not work at all. SVN-Revision: 18315
* Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵Felix Fietkau2009-11-052-3/+13
| | | | | | | | can fail when TARGET_CFLAGS contains the ":" symbol. Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18311
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)Felix Fietkau2009-11-051-0/+1
| | | | SVN-Revision: 18309
* make rdc321-wdt become a package, saves some space in the kernelFlorian Fainelli2009-11-041-0/+15
| | | | SVN-Revision: 18298
* mac80211: update to 2009-11-03Felix Fietkau2009-11-0410-5577/+6
| | | | SVN-Revision: 18294
* mac80211: fill some important capabilities into ht_capab in the hostapd configFelix Fietkau2009-11-042-1/+15
| | | | SVN-Revision: 18293
* madwifi: fix a crash bug related to refcounting of bss nodesFelix Fietkau2009-11-041-11/+0
| | | | SVN-Revision: 18290
* fix breakage on wl500gp after r18214, thanks sn9 (#6084)Florian Fainelli2009-11-031-2/+2
| | | | SVN-Revision: 18289
* add preliminary 2.6.32 supportImre Kaloz2009-11-031-0/+55
| | | | SVN-Revision: 18283
* clean up menuconfig path of dsl driver and userland helperJohn Crispin2009-11-012-4/+5
| | | | SVN-Revision: 18260
* adds dsl support, thank you infineon/lantiqJohn Crispin2009-11-0129-3335/+8377
| | | | SVN-Revision: 18259
* fix hostapd frame injection in mac80211, backport ↵Florian Fainelli2009-11-011-0/+44
| | | | | | 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070) SVN-Revision: 18258
* kmod-libertas needs kmod-lib80211 to loadFlorian Fainelli2009-10-311-2/+1
| | | | SVN-Revision: 18244
* fix siit compilation failures on brcm-2.4Florian Fainelli2009-10-301-2/+2
| | | | SVN-Revision: 18228
* make etehrent work on wrt350n, thx sn9John Crispin2009-10-291-2/+25
| | | | SVN-Revision: 18214
* fixes bluetooth dependency, thx sn9John Crispin2009-10-291-1/+1
| | | | SVN-Revision: 18213
* remove references to 2_6_27Florian Fainelli2009-10-296-6/+6
| | | | SVN-Revision: 18202
* fixes DEPENDS of SSB module, thx sn9John Crispin2009-10-281-1/+1
| | | | SVN-Revision: 18196
* lua: add the 100-no_readline.patch to host buildJo-Philipp Wich2009-10-281-0/+49
| | | | SVN-Revision: 18195
* lua: the variable expansion to detect the host os does not work with GNU ↵Jo-Philipp Wich2009-10-281-4/+9
| | | | | | Make 3.81, replace it with a nested ifeq SVN-Revision: 18193
* fix siit compile with 2.6.30 kernels and superior, when ↵Florian Fainelli2009-10-271-0/+15
| | | | | | CONFIG_COMPAT_NET_DEV_OPS is not set SVN-Revision: 18191
* lua: fix a typoFelix Fietkau2009-10-271-1/+1
| | | | SVN-Revision: 18190
* lua: re-enable host builds with some more fixesFelix Fietkau2009-10-277-722/+27
| | | | SVN-Revision: 18189
* lua: fix regressions in operator overloading caused by the refcounting ↵Felix Fietkau2009-10-261-71/+3
| | | | | | patch, also fix some more variable cleanup issues => even more performance, less memory utilization SVN-Revision: 18164
* lua: use float instead of double, reduces the gc data structure size by 4 ↵Felix Fietkau2009-10-262-2/+2
| | | | | | byte => luci processes use 10% less memory SVN-Revision: 18159
* lua: fix various bugs in the refcounting implementation. seems to fix luci ↵Felix Fietkau2009-10-261-72/+176
| | | | | | and reduces memory consumption even more SVN-Revision: 18158
* lua: get rid of bitlib and md5lib from the core, they are no longer necessaryFelix Fietkau2009-10-242-670/+0
| | | | SVN-Revision: 18138
* lua: add reference counting for strings - this will need A LOT of testing, ↵Felix Fietkau2009-10-243-305/+1112
| | | | | | but it should finally fix the excessive memory usage problems triggered by luci SVN-Revision: 18136
* opkg: ignore Section, Source and Maintainer as well when ignoring ↵Jo-Philipp Wich2009-10-221-3/+3
| | | | | | descriptions, saves a few hundred KB memory SVN-Revision: 18124
* opkg: - re-enable upgrade and restrict it to signle packages, fix usage text ↵Jo-Philipp Wich2009-10-225-163/+226
| | | | | | - only read package descriptions if they're actually needed (almost never), saves even more space when parsing package lists - refresh patches SVN-Revision: 18120
* opkg: - replace package list parser by something that works with fixed ↵Jo-Philipp Wich2009-10-225-1/+998
| | | | | | buffers to avoid slurping the whole file into memory during parsing - fix a possible null pointer dereference in opkg_remove_cmd() - get rid of upgrade, it cannot upgrade single packages and kills the system in most cases - get rid of the flag operation, not needed - bump package revision SVN-Revision: 18119
* madwifi: reduce the size of the multicall tool binaryFelix Fietkau2009-10-212-4/+5
| | | | SVN-Revision: 18112
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18111
* remove obsolete uci validation awk codeFelix Fietkau2009-10-206-654/+0
| | | | SVN-Revision: 18110
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-201-42/+0
| | | | SVN-Revision: 18109
* wireless-tools: reduce binary size by ~13k by removing unused/obsolete featuresFelix Fietkau2009-10-202-0/+217
| | | | SVN-Revision: 18108
* hostapd: make compilation of the hostap driver conditional - saves 10k ↵Felix Fietkau2009-10-201-0/+2
| | | | | | uncompressed SVN-Revision: 18107
* hotplug2: get rid of the unnecessary reference to libdl as wellFelix Fietkau2009-10-201-6/+7
| | | | SVN-Revision: 18106
* hotplug2: compile in the worker module statically, saves >20k uncompressedFelix Fietkau2009-10-202-3/+166
| | | | SVN-Revision: 18104