increase dvbapp PR.
[vuplus_openembedded] / conf / machine / n1200.conf
index 356b1a5..3563c54 100644 (file)
@@ -3,11 +3,11 @@
 #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "ppc"
 
 MACHINE_FEATURES                = "kernel26 usbhost ext2"
 MACHINE_TASK_PROVIDER           = "task-base"
-MACHINE_EXTRA_RRECOMMENDS       = "temper u-boot-utils lmsensors-apps"
+MACHINE_EXTRA_RRECOMMENDS       = "temper u-boot-utils"
 
 USE_DEVFS = "0"
 
@@ -21,4 +21,8 @@ IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_FSTYPES = "tar.gz"
 SERIAL_CONSOLE = "ttyS0 115200"
 
+KERNEL_IMAGETYPE = "zImage"
+UBOOT_LOADADDRESS = "00400000"
+UBOOT_ENTRYPOINT = "004005a4"
+
 require conf/machine/include/tune-ppc603e.inc