Jo-Philipp Wich
095fe8743b
prereq-build.mk: do not perform static linking tests on Darwin
...
SVN-Revision: 33139
2012-08-12 12:34:28 +00:00
Jo-Philipp Wich
94a96244f6
host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static" on non-Darwin systems
...
SVN-Revision: 33138
2012-08-12 12:34:25 +00:00
Gabor Juhos
b942309f4f
generic: use __meminit annotation for crashlog_init_memblock
...
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
2012-08-12 10:30:41 +00:00
Jo-Philipp Wich
0ef62afd40
netifd: bump to git head, userspace routes are installed with RTPROT_STATIC from now on
...
SVN-Revision: 33132
2012-08-11 16:07:36 +00:00
Florian Fainelli
2cf28cff7d
only support 128KiB erase block sizes
...
SVN-Revision: 33131
2012-08-11 12:56:09 +00:00
Florian Fainelli
035b41bafb
disable PCI support
...
None of the boards we support have PCI connectors
SVN-Revision: 33130
2012-08-11 12:56:00 +00:00
Florian Fainelli
639112f0d5
strip a bit more the kernel config
...
SVN-Revision: 33129
2012-08-11 12:55:51 +00:00
Florian Fainelli
0f91df4de6
properly advertise OHCI and EHCI capabilities
...
SVN-Revision: 33128
2012-08-11 12:55:41 +00:00
Florian Fainelli
43ddb1d7af
change partition names to be more in line with other OpenWrt devices
...
SVN-Revision: 33127
2012-08-11 12:55:30 +00:00
Florian Fainelli
911a83dffc
generate upgrade files suffixed with filesystem type
...
SVN-Revision: 33126
2012-08-11 12:55:15 +00:00
Jo-Philipp Wich
ef339d4e8f
6rd: missing config option ipaddr
.
...
This option is necessary when configuring 6rd behind NAT.
Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
SVN-Revision: 33123
2012-08-11 00:25:23 +00:00
Jo-Philipp Wich
67edc7ec63
add remaining missing build prereq checks
...
SVN-Revision: 33122
2012-08-11 00:05:18 +00:00
Jo-Philipp Wich
a996cc1444
add a build preeq check for glibc-static
...
SVN-Revision: 33121
2012-08-10 23:35:20 +00:00
Jo-Philipp Wich
df261c26ba
sed: disable further SELinux features
...
SVN-Revision: 33120
2012-08-10 22:38:09 +00:00
Jo-Philipp Wich
638a3eb4fd
sed: unconditionally disable SELinux, NLS and ACL support ( #12007 )
...
SVN-Revision: 33119
2012-08-10 21:41:44 +00:00
Jo-Philipp Wich
65d6a44baa
Revert "[tools] cmake: link statically"
...
Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.
SVN-Revision: 33118
2012-08-10 21:25:45 +00:00
Jo-Philipp Wich
e2e55d7acd
firmware-utils: link statically
...
SVN-Revision: 33117
2012-08-10 19:27:08 +00:00
Jo-Philipp Wich
a7568eb875
e2fsprogs: link statically
...
SVN-Revision: 33116
2012-08-10 19:27:07 +00:00
Jo-Philipp Wich
f79666f20c
dosfstools: link statically
...
SVN-Revision: 33115
2012-08-10 19:27:06 +00:00
Jo-Philipp Wich
ecc3d83717
cmake: link statically
...
SVN-Revision: 33114
2012-08-10 19:27:04 +00:00
Jo-Philipp Wich
7d79e3a84a
ccache: fix compilation, link statically
...
SVN-Revision: 33113
2012-08-10 19:27:03 +00:00
Jo-Philipp Wich
ec726c48a9
yaffs2: link statically
...
SVN-Revision: 33112
2012-08-10 19:27:01 +00:00
Jo-Philipp Wich
da6f82a16e
xz: link statically
...
SVN-Revision: 33111
2012-08-10 19:27:00 +00:00
Jo-Philipp Wich
5ac14bbd49
wrt350nv2-builder: link statically
...
SVN-Revision: 33110
2012-08-10 19:26:58 +00:00
Jo-Philipp Wich
54e588c1d4
upx: link statically
...
SVN-Revision: 33109
2012-08-10 19:26:57 +00:00
Jo-Philipp Wich
709d0b0ddb
upslug2: link statically
...
SVN-Revision: 33108
2012-08-10 19:26:55 +00:00
Jo-Philipp Wich
04e6e15857
sstrip: link statically
...
SVN-Revision: 33107
2012-08-10 19:26:54 +00:00
Jo-Philipp Wich
a361365858
squashfs4: link statically
...
SVN-Revision: 33106
2012-08-10 19:26:52 +00:00
Jo-Philipp Wich
14c2ec4e20
squashfs: link statically
...
SVN-Revision: 33105
2012-08-10 19:26:50 +00:00
Jo-Philipp Wich
d6605d85c9
sdcc: link statically
...
SVN-Revision: 33104
2012-08-10 19:26:49 +00:00
Jo-Philipp Wich
7c5b0f63a1
qemu: link statically
...
SVN-Revision: 33103
2012-08-10 19:26:48 +00:00
Jo-Philipp Wich
0096c48024
pkg-config: link statically
...
SVN-Revision: 33102
2012-08-10 19:26:46 +00:00
Jo-Philipp Wich
66c9e4f143
patch-cmdline: link statically
...
SVN-Revision: 33101
2012-08-10 19:26:45 +00:00
Jo-Philipp Wich
9903c3ead8
padjffs2: link statically
...
SVN-Revision: 33100
2012-08-10 19:26:43 +00:00
Jo-Philipp Wich
5dfdbd0066
mtools: link statically
...
SVN-Revision: 33099
2012-08-10 19:26:42 +00:00
Jo-Philipp Wich
614351940e
mtd-utils: link statically
...
SVN-Revision: 33098
2012-08-10 19:26:40 +00:00
Jo-Philipp Wich
74d598ea7c
mklibs: link statically
...
SVN-Revision: 33097
2012-08-10 19:26:36 +00:00
Jo-Philipp Wich
299762f190
mkimage: link statically
...
SVN-Revision: 33096
2012-08-10 19:26:34 +00:00
Jo-Philipp Wich
82c39a260e
m4: link statically
...
SVN-Revision: 33095
2012-08-10 19:26:31 +00:00
Jo-Philipp Wich
ea6c66131f
lzma: link statically
...
SVN-Revision: 33094
2012-08-10 19:26:30 +00:00
Jo-Philipp Wich
d505def9ba
genext2fs: link statically
...
SVN-Revision: 33093
2012-08-10 19:26:28 +00:00
Jo-Philipp Wich
6c47378041
flock: link statically
...
SVN-Revision: 33092
2012-08-10 19:26:26 +00:00
Jo-Philipp Wich
6c5dc20343
flex: link statically
...
SVN-Revision: 33091
2012-08-10 19:26:24 +00:00
Jo-Philipp Wich
a8d55378c3
bison: link statically
...
SVN-Revision: 33090
2012-08-10 19:26:19 +00:00
Jo-Philipp Wich
f874529ca5
sed: link statically
...
SVN-Revision: 33089
2012-08-10 19:26:17 +00:00
John Crispin
1c53dda443
remove duplicate HOSTCC_NOCACHE
...
SVN-Revision: 33088
2012-08-10 19:07:03 +00:00
John Crispin
e154d50368
fix ccache build
...
SVN-Revision: 33087
2012-08-10 19:05:22 +00:00
Florian Fainelli
fb9023bb8a
move LIB_SUFFIX from base-files to rules.mk
...
Some packages are going to need fixups based on LIB_SUFFIX
SVN-Revision: 33080
2012-08-10 14:15:06 +00:00
Florian Fainelli
c16bf519f1
nuport-mac: delay call to napi_start() until fully able to process RX
...
SVN-Revision: 33079
2012-08-10 07:04:21 +00:00
Florian Fainelli
0028429dfa
set a compatible command-line to boot from flash
...
SVN-Revision: 33078
2012-08-10 07:04:16 +00:00