ca-certificates: update to 20170717
[openembedded.git] / conf / distro / wrt54oe.conf
1 #@TYPE: Distribution
2 #@NAME: WRT54OE Linux
3 #@DESCRIPTION: Distribution configuration for the WRT54 Linux
4
5 # this distribution is mainly for wireless networking devices and includes
6 # packages necessary for wireless LAN access point, routing, encryption and 
7 # especially mesh routing applications
8 #
9 # it is primarily aimed at the Linksys WRT54G(S) routers and other
10 # mipsel based platforms supported by OpenWRT (we base on their work)
11
12 INHERIT += "package_ipk debian"
13
14 TARGET_OS = "linux-uclibc"
15 LIBC = "uclibc"
16 require conf/distro/include/${LIBC}.inc
17
18 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
19 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
20 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
21 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
22
23 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
24 PREFERRED_VERSION_gcc-cross-intermediate = "3.4.4"
25 PREFERRED_VERSION_gcc-cross = "3.4.4"
26 PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" 
27 PREFERRED_VERSION_gcc = "3.4.4"
28
29 IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}"
30 KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}"
31