summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel.inc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-05-19 01:00:31 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-05-19 01:00:31 +0000
commit4ed510411862bb30652fda84c3fe744380439cb0 (patch)
treeac164c1f9eec77c9637fe84213d89e3a1736fba4 /packages/linux/nslu2-kernel.inc
parent32cf84abc9698e48e575fde14799bfa79fbe2e7b (diff)
Fix two build problems on NSLU2.
The nslu2.conf change causes the various packages which were fixed to a 20050405 CVS date stamp to be floating to the latest version again. This has been verified with 20050418 (for all the packages). BKrev: 428be52f4cdI_8uGPMlrhxWu6n9ltw
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r--packages/linux/nslu2-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc
index efd04513a7..749fadce8a 100644
--- a/packages/linux/nslu2-kernel.inc
+++ b/packages/linux/nslu2-kernel.inc
@@ -148,7 +148,7 @@ python () {
# bb.note("N2K_SRCURI := %s" % ' '.join(patch_uri))
bb.data.setVar("N2K_FILESPATH", ':'.join(filepath), d)
# bb.note("N2K_FILESPATH := %s" % ' '.join(filepath))
- bb.data.setVar("DEFAULT_PREFERENCE", pref-mmac)
+ bb.data.setVar("DEFAULT_PREFERENCE", pref-mmac, d)
# bb.note("DEFAULT_PREFERENCE := %s" % pref-mmac)
}