Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 |
| | | | | SVN-Revision: 33140 | ||
* | prereq-build.mk: do not perform static linking tests on Darwin | Jo-Philipp Wich | 2012-08-12 |
| | | | | SVN-Revision: 33139 | ||
* | host-build.mk: define a variable HOST_STATIC_LINKING which is set to ↵ | Jo-Philipp Wich | 2012-08-12 |
| | | | | | | "-static" on non-Darwin systems SVN-Revision: 33138 | ||
* | generic: use __meminit annotation for crashlog_init_memblock | Gabor Juhos | 2012-08-12 |
| | | | | | | | | | | | | | | | 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 Wich | 2012-08-11 |
| | | | | | | from now on SVN-Revision: 33132 | ||
* | only support 128KiB erase block sizes | Florian Fainelli | 2012-08-11 |
| | | | | SVN-Revision: 33131 | ||
* | disable PCI support | Florian Fainelli | 2012-08-11 |
| | | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130 | ||
* | strip a bit more the kernel config | Florian Fainelli | 2012-08-11 |
| | | | | SVN-Revision: 33129 | ||
* | properly advertise OHCI and EHCI capabilities | Florian Fainelli | 2012-08-11 |
| | | | | SVN-Revision: 33128 | ||
* | change partition names to be more in line with other OpenWrt devices | Florian Fainelli | 2012-08-11 |
| | | | | SVN-Revision: 33127 | ||
* | generate upgrade files suffixed with filesystem type | Florian Fainelli | 2012-08-11 |
| | | | | SVN-Revision: 33126 | ||
* | 6rd: missing config option `ipaddr`. | Jo-Philipp Wich | 2012-08-11 |
| | | | | | | | | 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 checks | Jo-Philipp Wich | 2012-08-11 |
| | | | | SVN-Revision: 33122 | ||
* | add a build preeq check for glibc-static | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33121 | ||
* | sed: disable further SELinux features | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33120 | ||
* | sed: unconditionally disable SELinux, NLS and ACL support (#12007) | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33119 | ||
* | Revert "[tools] cmake: link statically" | Jo-Philipp Wich | 2012-08-10 |
| | | | | | | 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 statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33117 | ||
* | e2fsprogs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33116 | ||
* | dosfstools: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33115 | ||
* | cmake: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33114 | ||
* | ccache: fix compilation, link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33113 | ||
* | yaffs2: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33112 | ||
* | xz: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33111 | ||
* | wrt350nv2-builder: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33110 | ||
* | upx: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33109 | ||
* | upslug2: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33108 | ||
* | sstrip: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33107 | ||
* | squashfs4: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33106 | ||
* | squashfs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33105 | ||
* | sdcc: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33104 | ||
* | qemu: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33103 | ||
* | pkg-config: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33102 | ||
* | patch-cmdline: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33101 | ||
* | padjffs2: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33100 | ||
* | mtools: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33099 | ||
* | mtd-utils: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33098 | ||
* | mklibs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33097 | ||
* | mkimage: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33096 | ||
* | m4: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33095 | ||
* | lzma: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33094 | ||
* | genext2fs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33093 | ||
* | flock: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33092 | ||
* | flex: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33091 | ||
* | bison: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33090 | ||
* | sed: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33089 | ||
* | remove duplicate HOSTCC_NOCACHE | John Crispin | 2012-08-10 |
| | | | | SVN-Revision: 33088 | ||
* | fix ccache build | John Crispin | 2012-08-10 |
| | | | | SVN-Revision: 33087 | ||
* | move LIB_SUFFIX from base-files to rules.mk | Florian Fainelli | 2012-08-10 |
| | | | | | | 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 RX | Florian Fainelli | 2012-08-10 |
| | | | | SVN-Revision: 33079 |