diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/lsppchd.conf | 4 | ||||
-rw-r--r-- | conf/machine/lsppchg.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/lsppchd.conf b/conf/machine/lsppchd.conf index 5d2ff2de41..171253bb96 100644 --- a/conf/machine/lsppchd.conf +++ b/conf/machine/lsppchd.conf @@ -1,7 +1,7 @@ #@TYPE: Machine #@NAME: HD Linkstation #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HD + UBOOT_MACHINE = "linkstation_HDLAN_config" -require conf/machine/include/lsppc.inc -INHERIT += "lsppchd-image" +require conf/machine/include/lsppc.inc diff --git a/conf/machine/lsppchg.conf b/conf/machine/lsppchg.conf index 92e4ae4029..0a0d2fc1e1 100644 --- a/conf/machine/lsppchg.conf +++ b/conf/machine/lsppchg.conf @@ -1,7 +1,7 @@ #@TYPE: Machine #@NAME: HG Linkstation #@DESCRIPTION: Machine configuration for the Buffalo Linkstation HG + UBOOT_MACHINE = "linkstation_HGLAN_config" -require conf/machine/include/lsppc.inc -INHERIT += "lsppchg-image" +require conf/machine/include/lsppc.inc |