diff options
-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 |