[oe-commits] org.oe.dev madwifi: made the ixp4xx TARGET override more generic

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Feb 12 08:28:18 UTC 2007


madwifi: made the ixp4xx TARGET override more generic

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: ae2b5cf22ae5252c138ba89cd44db6adfcce7c2d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ae2b5cf22ae5252c138ba89cd44db6adfcce7c2d
Files:
1
packages/madwifi/madwifi-ng_r.inc
Diffs:

#
# mt diff -r9912ae5933a91810d3c84c6647a19ac430cbd053 -rae2b5cf22ae5252c138ba89cd44db6adfcce7c2d
#
# 
# 
# patch "packages/madwifi/madwifi-ng_r.inc"
#  from [8ec45fa67bda7236994a461544536a698afb6efa]
#    to [3930a3bc2675deb90fe469cfd9d021771625ce4a]
# 
============================================================
--- packages/madwifi/madwifi-ng_r.inc	8ec45fa67bda7236994a461544536a698afb6efa
+++ packages/madwifi/madwifi-ng_r.inc	3930a3bc2675deb90fe469cfd9d021771625ce4a
@@ -22,8 +22,7 @@ EXTRA_OEMAKE = "LDFLAGS= KERNELPATH=${ST
 
 EXTRA_OEMAKE = "LDFLAGS= KERNELPATH=${STAGING_KERNEL_DIR} KERNELRELEASE=${KERNEL_VERSION} TOOLPREFIX=${TARGET_PREFIX}"
 
-EXTRA_OEMAKE_prepend_ixp4xxle = "TARGET=xscale-le-elf "
-EXTRA_OEMAKE_prepend_ixp4xxbe = "TARGET=xscale-be-elf "
+EXTRA_OEMAKE_prepend_ixp4xx = "TARGET=xscale-${SITEINFO_ENDIANESS}-elf "
 
 do_compile() {
 	oe_runmake all






More information about the Openembedded-commits mailing list