]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/wrt54oe.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / 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
16 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
17 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
18 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
19 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:uclibc"
20
21 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
22 PREFERRED_VERSION_gcc-cross = "3.4.4"
23 PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" 
24 PREFERRED_VERSION_gcc = "3.4.4"
25
26 IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}_${BUILDNAME}"
27 KERNEL_IMAGE_NAME = "kernel-${KV}-${MACHINE}_${BUILDNAME}"
28