summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-11-05 14:45:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-05 14:45:39 +0000
commit64774693864c744434c5cf608d9f1a896a0db485 (patch)
tree4afb11922dd96122960893b751ed573eeee00683 /packages
parentae0eff8305e1257e357424c1f1bbb7c6a9ef997f (diff)
nas100d-kernel: Modified nas100d-kernel.inc to look in nas100d-kernel instead of nslu2-kernel.
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/nas100d-kernel.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nas100d-kernel.inc b/packages/linux/nas100d-kernel.inc
index d069096183..02e2faef22 100644
--- a/packages/linux/nas100d-kernel.inc
+++ b/packages/linux/nas100d-kernel.inc
@@ -78,7 +78,7 @@ python () {
major = '.'.join(name[0].split('.')[0:2])
minor = '.'.join(name[0].split('.')[0:3])
patch_uri = [ None ]
- filedir = "${FILE_DIRNAME}/nslu2-kernel/%s"
+ filedir = "${FILE_DIRNAME}/nas100d-kernel/%s"
# This entry will become the last one (everything is inserted before it)
filepath = [ filedir % "files" ]
pref = 10
@@ -107,7 +107,7 @@ python () {
mmac = 2
filepath[0:0] = [ filedir % (name[0] + "-mm") ]
else:
- raise bb.build.FuncFailed("nslu2-kernel: patch %s not recognized in %s" % (patch, '-'.join(pv)))
+ raise bb.build.FuncFailed("nas100d-kernel: patch %s not recognized in %s" % (patch, '-'.join(pv)))
filepath[0:0] = [ filedir % pname ]
base = pname