From 485810a54939251098f846613431b1b5ea9e5c0e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Nov 2006 12:29:22 +0000 Subject: nokia770.conf: add armv4t as extra ipkg arch --- conf/machine/nokia770.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 7069639330..aa57bb4563 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -2,7 +2,7 @@ #@NAME: Nokia 770 internet tablet #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5te" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" @@ -33,4 +33,4 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" -MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file +MACHINE_TASK_PROVIDER = "task-base" -- cgit v1.2.3 From 56f2c2d2096e2cfb059dac07d8f4e2e2b4e4f16b Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 17 Nov 2006 20:40:08 +0000 Subject: slugos: Removed more kernel modules that are now compiled in --- conf/distro/openslug.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'conf') diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index c24001f3f4..4277888bfa 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -77,7 +77,6 @@ OPENSLUG_STANDARD_RDEPENDS += "\ kernel-module-ext2 \ kernel-module-jbd \ kernel-module-ext3 \ -kernel-module-nfs \ kernel-module-vfat \ kernel-module-ntfs \ kernel-module-isofs \ @@ -86,10 +85,6 @@ kernel-module-reiserfs \ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " -# Add modules required for firmware loading -OPENSLUG_STANDARD_RDEPENDS += "\ -kernel-module-firmware-class \ -" # Add module to create i2c chardev OPENSLUG_STANDARD_RDEPENDS += "\ -- cgit v1.2.3 From a4fcf5e986b12b575947dcc3074d8bca693eec04 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 18 Nov 2006 06:37:06 +0000 Subject: slugos: fixed kernel module depends in debianslug --- conf/distro/debianslug.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'conf') diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index e86ffa028c..c570d7c18f 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -77,7 +77,6 @@ DEBIANSLUG_STANDARD_RDEPENDS += "\ kernel-module-ext2 \ kernel-module-jbd \ kernel-module-ext3 \ -kernel-module-nfs \ kernel-module-vfat \ kernel-module-ntfs \ kernel-module-isofs \ @@ -86,10 +85,6 @@ kernel-module-reiserfs \ kernel-module-nls-cp437 \ kernel-module-nls-utf8 \ " -# Add modules required for firmware loading -DEBIANSLUG_STANDARD_RDEPENDS += "\ -kernel-module-firmware-class \ -" # Add module to create i2c chardev DEBIANSLUG_STANDARD_RDEPENDS += "\ -- cgit v1.2.3