diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 17:33:48 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 17:33:48 +0000 |
commit | a7ffb59b1f68a7e266bbdfe35df6e155c25d74f2 (patch) | |
tree | ff2ff5e8d88773b79a0118bd19a0b74029821e47 /conf/machine | |
parent | 28c281d0b21b076b6d56453ab885b0842867bc70 (diff) |
tsx0x: More missing classes inherited by all the turbostation machines (ts101, ts201, ts409, tsx09) - remove these
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ts101.conf | 2 | ||||
-rw-r--r-- | conf/machine/ts201.conf | 3 | ||||
-rw-r--r-- | conf/machine/ts409.conf | 3 | ||||
-rw-r--r-- | conf/machine/tsx09.conf | 1 |
4 files changed, 0 insertions, 9 deletions
diff --git a/conf/machine/ts101.conf b/conf/machine/ts101.conf index ac0e2877be..720e322408 100644 --- a/conf/machine/ts101.conf +++ b/conf/machine/ts101.conf @@ -3,5 +3,3 @@ #@DESCRIPTION: Generic Machine configuration for QNAP TS-101 require conf/machine/include/tsppc.inc - -INHERIT += "tsppc-image" diff --git a/conf/machine/ts201.conf b/conf/machine/ts201.conf index 1f40c048dd..720e322408 100644 --- a/conf/machine/ts201.conf +++ b/conf/machine/ts201.conf @@ -3,6 +3,3 @@ #@DESCRIPTION: Generic Machine configuration for QNAP TS-101 require conf/machine/include/tsppc.inc - -INHERIT += "tsppc-image" - diff --git a/conf/machine/ts409.conf b/conf/machine/ts409.conf index ac607d14d1..49402632a7 100644 --- a/conf/machine/ts409.conf +++ b/conf/machine/ts409.conf @@ -1,6 +1,3 @@ #@NAME: ARM based QNAP TS-409 -# Add config for ts409 for u-boot-utils fw_* utils before adding to deps -MACHINE_EXTRA_RDEPENDS = "" - require conf/machine/include/orion.inc diff --git a/conf/machine/tsx09.conf b/conf/machine/tsx09.conf index ef5d966f53..ac90362641 100644 --- a/conf/machine/tsx09.conf +++ b/conf/machine/tsx09.conf @@ -1,6 +1,5 @@ #@NAME: ARM based QNAP TS-109 and TS-209 MACHINE_EXTRA_RDEPENDS = "u-boot-utils piccontrol" -# piccontrol was broken on uclibc require conf/machine/include/orion.inc |