lsppch[dg]: Add image inheritance
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 7 Apr 2007 20:23:05 +0000 (20:23 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Sat, 7 Apr 2007 20:23:05 +0000 (20:23 +0000)
conf/machine/lsppchd.conf
conf/machine/lsppchg.conf

index bf59929..ac22703 100644 (file)
@@ -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"
index 6040010..9f03feb 100644 (file)
@@ -3,4 +3,6 @@
 #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG
 UBOOT_MACHINE = "linkstation_HGLAN"
 IMAGE_FSTYPES = "tar.gz"
-require conf/machine/include/lsppc.conf
\ No newline at end of file
+require conf/machine/include/lsppc.conf
+
+INHERIT += "lsppchg-image"