diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:23:05 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:23:05 +0000 |
commit | 6454ce74b6c5e31638b71ab1430789fe56e38549 (patch) | |
tree | ec28ebc0d1be6444031ee01026aaff54c053fff1 /conf/machine/lsppchd.conf | |
parent | c755b3cdb5fdd997df28e18ec0b30d6d8ad82689 (diff) |
lsppch[dg]: Add image inheritance
Diffstat (limited to 'conf/machine/lsppchd.conf')
-rw-r--r-- | conf/machine/lsppchd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/lsppchd.conf b/conf/machine/lsppchd.conf index bf59929b02..ac22703de9 100644 --- a/conf/machine/lsppchd.conf +++ b/conf/machine/lsppchd.conf @@ -3,4 +3,6 @@ #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD UBOOT_MACHINE = "linkstation_HDLAN" IMAGE_FSTYPES = "tar.gz" -require conf/machine/include/lsppc.conf
\ No newline at end of file +require conf/machine/include/lsppc.conf + +INHERIT += "lsppchd-image" |