summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-202-2/+3
| | | | SVN-Revision: 18102
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵Felix Fietkau2009-10-201-1/+0
| | | | | | on mips SVN-Revision: 18098
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18093
* uci: only use $(FPIC) on library parts, saves a few hundred bytesFelix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18092
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressedFelix Fietkau2009-10-202-4/+57
| | | | SVN-Revision: 18091
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-1/+5
| | | | | | of using the standard _pic variant SVN-Revision: 18090
* install the right version of libgcc along with its version map to fix ↵Felix Fietkau2009-10-201-1/+4
| | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089
* At boot, the startup process is executed in a non-interactive shell. Default ↵Hamish Guthrie2009-10-201-0/+12
| | | | | | behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior SVN-Revision: 18088
* mark uboot-envtools as broken, it looks more like a place holder than an ↵Felix Fietkau2009-10-191-0/+1
| | | | | | actual packaging attempt SVN-Revision: 18079
* remove support for uclibc 0.9.29Felix Fietkau2009-10-191-5/+0
| | | | SVN-Revision: 18078