diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-04 08:22:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-04 08:22:45 +0000 |
commit | 9043b7840b8f28a5a13b391eef3388942c89066b (patch) | |
tree | d9c7f44e7140fd30a0125b26cc6a8f1a04fae04e | |
parent | abf18fdd06972bcf2bdc9469499fb0dd6c1d2650 (diff) | |
parent | e3755ff1529d55b7c4edeeb7cc0ffefa5a584bb0 (diff) |
merge of '276211ed4b7bdea623bfc78d10218ee0c8faf259'
and '6e5c49eb75135e003132c12690930ce3bd10298f'
-rw-r--r-- | packages/madwifi/madwifi-ng_r2702-20070903.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/madwifi/madwifi-ng_r2702-20070903.bb b/packages/madwifi/madwifi-ng_r2702-20070903.bb new file mode 100644 index 0000000000..cf614c96ae --- /dev/null +++ b/packages/madwifi/madwifi-ng_r2702-20070903.bb @@ -0,0 +1,14 @@ +# Bitbake recipe for the madwifi-ng driver + +# Don't use this unless you know what you're doing -- this version does +# *NOT* build on BE kernels. +DEFAULT_PREFERENCE = "-1" + +# Disable stripping of kernel modules, since this action strips too +# much out, and the resulting module won't load. +INHIBIT_PACKAGE_STRIP = "1" + +require madwifi-ng_r.inc + +# PR set after the include, to override what's set in the included file. +PR = "r0" |