summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [kernel] update to 2.6.30.9florian2009-10-2326-27/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.27.35florian2009-10-233-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18125 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
* mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵nbd2009-10-221-0/+11
| | | | | | bytes, maybe more in the future git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2009-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some extra stripping options for kernel modules to reduce size even more ↵nbd2009-10-221-1/+1
| | | | | | (thx, matteo) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18121 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
* imagebuilder: accept empty profile names, some targets do not define ↵nbd2009-10-221-6/+1
| | | | | | profiles (thx, patrick) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] get rid of gcc-4.4.0 supportflorian2009-10-2112-9849/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2florian2009-10-214-5/+18779
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for gcc-4.4.2, add missing gcc-4.4.1 md5sumflorian2009-10-2112-0/+469
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18113 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
* mark the llvm toolchain as brokennbd2009-10-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18105 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
* ar71xx: add default network configuration for RS and RS-Projuhosg2009-10-203-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18103 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
* ar71xx: add default network configuration file for the WP543 boardjuhosg2009-10-201-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Compex WPJ543 board is supported as welljuhosg2009-10-203-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix PCI IRQ map of the WP543juhosg2009-10-201-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18099 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
* fix potential inconsistencies in toolchain selection on linux 2.4nbd2009-10-201-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the new 4.3.3+cs toolchain for mips and arm - significantly improves ↵nbd2009-10-202-1/+7
| | | | | | code size on mips and performance on arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18094 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-202-1/+6
| | | | | | 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
* gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc ↵nbd2009-10-207-5/+179
| | | | | | map file as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for ↵nbd2009-10-195-0/+180
| | | | | | now, backport will follow) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: preserve the uclibc init symbolnbd2009-10-191-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: handle duplicate symbols properlynbd2009-10-191-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)nbd2009-10-191-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifxmips: fold files/drivers/* into patchesblogic2009-10-1911-1649/+1674
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18082 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-1948-4792/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create firmware image for WP543 boards with 4/8/16MB of flashjuhosg2009-10-191-3/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31juhosg2009-10-192-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: sync 2.6.30 kernel configjuhosg2009-10-191-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reset the phy chip along with the ethernet mac on the WP543 boardjuhosg2009-10-191-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: reset the ethernet device before registrationjuhosg2009-10-191-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: add support for non-pic handling and use it in the codesourcery ↵nbd2009-10-192-23/+202
| | | | | | based gcc, fixes mips support for this toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add support for mips non-pic relocations in ldsonbd2009-10-191-0/+289
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18069 3c298f89-4303-0410-b956-a3cf2f4a3e73