summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-1223-25/+27
| | | | SVN-Revision: 33140
* prereq-build.mk: do not perform static linking tests on DarwinJo-Philipp Wich2012-08-121-15/+20
| | | | SVN-Revision: 33139
* host-build.mk: define a variable HOST_STATIC_LINKING which is set to ↵Jo-Philipp Wich2012-08-121-0/+4
| | | | | | "-static" on non-Darwin systems SVN-Revision: 33138
* generic: use __meminit annotation for crashlog_init_memblockGabor Juhos2012-08-121-3/+3
| | | | | | | | | | | | | | | Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' SVN-Revision: 33137
* netifd: bump to git head, userspace routes are installed with RTPROT_STATIC ↵Jo-Philipp Wich2012-08-111-2/+2
| | | | | | from now on SVN-Revision: 33132
* only support 128KiB erase block sizesFlorian Fainelli2012-08-111-0/+2
| | | | SVN-Revision: 33131
* disable PCI supportFlorian Fainelli2012-08-113-33/+5
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* strip a bit more the kernel configFlorian Fainelli2012-08-111-24/+1
| | | | SVN-Revision: 33129
* properly advertise OHCI and EHCI capabilitiesFlorian Fainelli2012-08-111-1/+3
| | | | SVN-Revision: 33128
* change partition names to be more in line with other OpenWrt devicesFlorian Fainelli2012-08-111-4/+4
| | | | SVN-Revision: 33127
* generate upgrade files suffixed with filesystem typeFlorian Fainelli2012-08-111-3/+3
| | | | SVN-Revision: 33126
* 6rd: missing config option `ipaddr`.Jo-Philipp Wich2012-08-111-0/+1
| | | | | | | | This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 33123
* add remaining missing build prereq checksJo-Philipp Wich2012-08-111-0/+19
| | | | SVN-Revision: 33122
* add a build preeq check for glibc-staticJo-Philipp Wich2012-08-101-0/+9
| | | | SVN-Revision: 33121
* sed: disable further SELinux featuresJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33120
* sed: unconditionally disable SELinux, NLS and ACL support (#12007)Jo-Philipp Wich2012-08-101-0/+7
| | | | SVN-Revision: 33119
* Revert "[tools] cmake: link statically"Jo-Philipp Wich2012-08-101-3/+0
| | | | | | Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking. SVN-Revision: 33118
* firmware-utils: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33117
* e2fsprogs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33116
* dosfstools: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33115
* cmake: link staticallyJo-Philipp Wich2012-08-101-0/+3
| | | | SVN-Revision: 33114
* ccache: fix compilation, link staticallyJo-Philipp Wich2012-08-101-5/+2
| | | | SVN-Revision: 33113
* yaffs2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33112
* xz: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33111
* wrt350nv2-builder: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33110
* upx: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33109
* upslug2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33108
* sstrip: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33107
* squashfs4: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33106
* squashfs: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33105
* sdcc: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33104
* qemu: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33103
* pkg-config: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33102
* patch-cmdline: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33101
* padjffs2: link staticallyJo-Philipp Wich2012-08-102-2/+6
| | | | SVN-Revision: 33100
* mtools: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33099
* mtd-utils: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33098
* mklibs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33097
* mkimage: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33096
* m4: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33095
* lzma: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33094
* genext2fs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33093
* flock: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33092
* flex: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33091
* bison: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33090
* sed: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33089
* remove duplicate HOSTCC_NOCACHEJohn Crispin2012-08-101-1/+0
| | | | SVN-Revision: 33088
* fix ccache buildJohn Crispin2012-08-101-1/+3
| | | | SVN-Revision: 33087
* move LIB_SUFFIX from base-files to rules.mkFlorian Fainelli2012-08-102-3/+4
| | | | | | Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
* nuport-mac: delay call to napi_start() until fully able to process RXFlorian Fainelli2012-08-101-2/+2
| | | | SVN-Revision: 33079