summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* make etehrent work on wrt350n, thx sn9blogic2009-10-291-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes bluetooth dependency, thx sn9blogic2009-10-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove references to 2_6_27florian2009-10-296-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes DEPENDS of SSB module, thx sn9blogic2009-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: add the 100-no_readline.patch to host buildjow2009-10-281-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: the variable expansion to detect the host os does not work ↵jow2009-10-281-4/+9
| | | | | | with GNU Make 3.81, replace it with a nested ifeq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix siit compile with 2.6.30 kernels and superior, when ↵florian2009-10-271-0/+15
| | | | | | CONFIG_COMPAT_NET_DEV_OPS is not set git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: fix a typonbd2009-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: re-enable host builds with some more fixesnbd2009-10-277-722/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: fix regressions in operator overloading caused by the refcounting ↵nbd2009-10-261-71/+3
| | | | | | patch, also fix some more variable cleanup issues => even more performance, less memory utilization git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: use float instead of double, reduces the gc data structure size by 4 ↵nbd2009-10-262-2/+2
| | | | | | byte => luci processes use 10% less memory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: fix various bugs in the refcounting implementation. seems to fix luci ↵nbd2009-10-261-72/+176
| | | | | | and reduces memory consumption even more git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: get rid of bitlib and md5lib from the core, they are no longer necessarynbd2009-10-242-670/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: add reference counting for strings - this will need A LOT of testing, ↵nbd2009-10-243-305/+1112
| | | | | | but it should finally fix the excessive memory usage problems triggered by luci git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: ignore Section, Source and Maintainer as well when ignoring ↵jow2009-10-221-3/+3
| | | | | | descriptions, saves a few hundred KB memory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg:jow2009-10-225-163/+226
| | | | | | | | | | - re-enable upgrade and restrict it to signle packages, fix usage text - only read package descriptions if they're actually needed (almost never), saves even more space when parsing package lists - refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg:jow2009-10-225-1/+998
| | | | | | | | | | | | | - replace package list parser by something that works with fixed 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: reduce the size of the multicall tool binarynbd2009-10-212-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not relink libresolv, it makes iproute2 barfnbd2009-10-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete uci validation awk codenbd2009-10-206-654/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: remove obsolete stuff from common.awknbd2009-10-201-42/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless-tools: reduce binary size by ~13k by removing unused/obsolete featuresnbd2009-10-202-0/+217
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make compilation of the hostap driver conditional - saves 10k ↵nbd2009-10-201-0/+2
| | | | | | uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: get rid of the unnecessary reference to libdl as wellnbd2009-10-201-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: compile in the worker module statically, saves >20k uncompressednbd2009-10-202-3/+166
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: only try to execute watchdog if binary is presentjow2009-10-202-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵nbd2009-10-201-1/+0
| | | | | | on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* zlib: replace -fPIC with $(FPIC)nbd2009-10-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: only use $(FPIC) on library parts, saves a few hundred bytesnbd2009-10-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressednbd2009-10-202-4/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵nbd2009-10-201-1/+5
| | | | | | of using the standard _pic variant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install the right version of libgcc along with its version map to fix ↵nbd2009-10-201-1/+4
| | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [busybox] At boot, the startup process is executed in a non-interactive ↵hcg2009-10-201-0/+12
| | | | | | shell. Default 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uboot-envtools as broken, it looks more like a place holder than an ↵nbd2009-10-191-0/+1
| | | | | | actual packaging attempt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for uclibc 0.9.29nbd2009-10-191-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath5k compile on 2.6.28 and earliernbd2009-10-191-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code ↵nbd2009-10-191-0/+12
| | | | | | check on recv() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add antenna gpio support for nanostation loco2nbd2009-10-171-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the 10HZ timer for updating rate control statisticsnbd2009-10-171-0/+134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix various noderef/memleak issuesnbd2009-10-175-48/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵nbd2009-10-171-0/+8
| | | | | | association problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: more ad-hoc fixesnbd2009-10-151-8/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix another ibss crash (#5935)nbd2009-10-141-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix race condition on ibss init (#5935)nbd2009-10-141-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: beacon timer fixesnbd2009-10-144-100/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] usb-core: Add dependency to nls-base (#5973)acinonyx2009-10-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix download url (#5980)nbd2009-10-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a warning during interface bringup when using autochannelnbd2009-10-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix rt2800pci, tx ack timeout is now hardcodednico2009-10-111-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ibss join/createnbd2009-10-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18030 3c298f89-4303-0410-b956-a3cf2f4a3e73