Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make rdc321-wdt become a package, saves some space in the kernel | Florian Fainelli | 2009-11-04 | 1 | -0/+15 |
| | | | | SVN-Revision: 18298 | ||||
* | mac80211: update to 2009-11-03 | Felix Fietkau | 2009-11-04 | 10 | -5577/+6 |
| | | | | SVN-Revision: 18294 | ||||
* | mac80211: fill some important capabilities into ht_capab in the hostapd config | Felix Fietkau | 2009-11-04 | 2 | -1/+15 |
| | | | | SVN-Revision: 18293 | ||||
* | madwifi: fix a crash bug related to refcounting of bss nodes | Felix Fietkau | 2009-11-04 | 1 | -11/+0 |
| | | | | SVN-Revision: 18290 | ||||
* | fix breakage on wl500gp after r18214, thanks sn9 (#6084) | Florian Fainelli | 2009-11-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 18289 | ||||
* | add preliminary 2.6.32 support | Imre Kaloz | 2009-11-03 | 1 | -0/+55 |
| | | | | SVN-Revision: 18283 | ||||
* | clean up menuconfig path of dsl driver and userland helper | John Crispin | 2009-11-01 | 2 | -4/+5 |
| | | | | SVN-Revision: 18260 | ||||
* | adds dsl support, thank you infineon/lantiq | John Crispin | 2009-11-01 | 29 | -3335/+8377 |
| | | | | SVN-Revision: 18259 | ||||
* | fix hostapd frame injection in mac80211, backport ↵ | Florian Fainelli | 2009-11-01 | 1 | -0/+44 |
| | | | | | | 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070) SVN-Revision: 18258 | ||||
* | kmod-libertas needs kmod-lib80211 to load | Florian Fainelli | 2009-10-31 | 1 | -2/+1 |
| | | | | SVN-Revision: 18244 | ||||
* | fix siit compilation failures on brcm-2.4 | Florian Fainelli | 2009-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 18228 | ||||
* | make etehrent work on wrt350n, thx sn9 | John Crispin | 2009-10-29 | 1 | -2/+25 |
| | | | | SVN-Revision: 18214 | ||||
* | fixes bluetooth dependency, thx sn9 | John Crispin | 2009-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 18213 | ||||
* | remove references to 2_6_27 | Florian Fainelli | 2009-10-29 | 6 | -6/+6 |
| | | | | SVN-Revision: 18202 | ||||
* | fixes DEPENDS of SSB module, thx sn9 | John Crispin | 2009-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 18196 | ||||
* | lua: add the 100-no_readline.patch to host build | Jo-Philipp Wich | 2009-10-28 | 1 | -0/+49 |
| | | | | SVN-Revision: 18195 | ||||
* | lua: the variable expansion to detect the host os does not work with GNU ↵ | Jo-Philipp Wich | 2009-10-28 | 1 | -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 Fainelli | 2009-10-27 | 1 | -0/+15 |
| | | | | | | CONFIG_COMPAT_NET_DEV_OPS is not set SVN-Revision: 18191 | ||||
* | lua: fix a typo | Felix Fietkau | 2009-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 18190 | ||||
* | lua: re-enable host builds with some more fixes | Felix Fietkau | 2009-10-27 | 7 | -722/+27 |
| | | | | SVN-Revision: 18189 | ||||
* | lua: fix regressions in operator overloading caused by the refcounting ↵ | Felix Fietkau | 2009-10-26 | 1 | -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 Fietkau | 2009-10-26 | 2 | -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 Fietkau | 2009-10-26 | 1 | -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 necessary | Felix Fietkau | 2009-10-24 | 2 | -670/+0 |
| | | | | SVN-Revision: 18138 | ||||
* | lua: add reference counting for strings - this will need A LOT of testing, ↵ | Felix Fietkau | 2009-10-24 | 3 | -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 Wich | 2009-10-22 | 1 | -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 Wich | 2009-10-22 | 5 | -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 Wich | 2009-10-22 | 5 | -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 binary | Felix Fietkau | 2009-10-21 | 2 | -4/+5 |
| | | | | SVN-Revision: 18112 | ||||
* | do not relink libresolv, it makes iproute2 barf | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18111 | ||||
* | remove obsolete uci validation awk code | Felix Fietkau | 2009-10-20 | 6 | -654/+0 |
| | | | | SVN-Revision: 18110 | ||||
* | base-files: remove obsolete stuff from common.awk | Felix Fietkau | 2009-10-20 | 1 | -42/+0 |
| | | | | SVN-Revision: 18109 | ||||
* | wireless-tools: reduce binary size by ~13k by removing unused/obsolete features | Felix Fietkau | 2009-10-20 | 2 | -0/+217 |
| | | | | SVN-Revision: 18108 | ||||
* | hostapd: make compilation of the hostap driver conditional - saves 10k ↵ | Felix Fietkau | 2009-10-20 | 1 | -0/+2 |
| | | | | | | uncompressed SVN-Revision: 18107 | ||||
* | hotplug2: get rid of the unnecessary reference to libdl as well | Felix Fietkau | 2009-10-20 | 1 | -6/+7 |
| | | | | SVN-Revision: 18106 | ||||
* | hotplug2: compile in the worker module statically, saves >20k uncompressed | Felix Fietkau | 2009-10-20 | 2 | -3/+166 |
| | | | | SVN-Revision: 18104 | ||||
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 2 | -2/+3 |
| | | | | SVN-Revision: 18102 | ||||
* | remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+0 |
| | | | | | | on mips SVN-Revision: 18098 | ||||
* | zlib: replace -fPIC with $(FPIC) | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18093 | ||||
* | uci: only use $(FPIC) on library parts, saves a few hundred bytes | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18092 | ||||
* | opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed | Felix Fietkau | 2009-10-20 | 2 | -4/+57 |
| | | | | SVN-Revision: 18091 | ||||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 | 1 | -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 Fietkau | 2009-10-20 | 1 | -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 Guthrie | 2009-10-20 | 1 | -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 Fietkau | 2009-10-19 | 1 | -0/+1 |
| | | | | | | actual packaging attempt SVN-Revision: 18079 | ||||
* | remove support for uclibc 0.9.29 | Felix Fietkau | 2009-10-19 | 1 | -5/+0 |
| | | | | SVN-Revision: 18078 | ||||
* | mac80211: fix ath5k compile on 2.6.28 and earlier | Felix Fietkau | 2009-10-19 | 1 | -0/+22 |
| | | | | SVN-Revision: 18065 | ||||
* | hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code ↵ | Felix Fietkau | 2009-10-19 | 1 | -0/+12 |
| | | | | | | check on recv() SVN-Revision: 18061 | ||||
* | madwifi: add antenna gpio support for nanostation loco2 | Felix Fietkau | 2009-10-17 | 1 | -7/+15 |
| | | | | SVN-Revision: 18055 | ||||
* | madwifi: remove the 10HZ timer for updating rate control statistics | Felix Fietkau | 2009-10-17 | 1 | -0/+134 |
| | | | | SVN-Revision: 18053 |