diff options
-rw-r--r-- | conf/distro/debianslug.conf | 5 | ||||
-rw-r--r-- | packages/images/slugos-image.bb | 2 |
2 files changed, 1 insertions, 6 deletions
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 += "\ diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index df057fe643..231dcd8891 100644 --- a/packages/images/slugos-image.bb +++ b/packages/images/slugos-image.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Generic SlugOS image" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r39" +PR = "r40" COMPATIBLE_MACHINE = "nslu2" |