diff options
-rw-r--r-- | conf/machine/handheld-common.conf | 2 | ||||
-rw-r--r-- | packages/meta/task-bootstrap.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf index 71a8263383..ead8991eca 100644 --- a/conf/machine/handheld-common.conf +++ b/conf/machine/handheld-common.conf @@ -3,7 +3,7 @@ ipsec \ nvrd \ mip6-mn \ tun \ -ide-cs ide-disk ide-probe-mod\ +ide-cs ide-disk ide-probe-mod \ loop \ vfat ext2 \ sunrpc nfs \ diff --git a/packages/meta/task-bootstrap.bb b/packages/meta/task-bootstrap.bb index 87f23f39fb..00074b679d 100644 --- a/packages/meta/task-bootstrap.bb +++ b/packages/meta/task-bootstrap.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Core packages required for a basic installation" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r20" +PR = "r21" # The BOOTSTRAP_EXTRA_ variables are often manipulated by the # MACHINE .conf files, so adjust PACKAGE_ARCH accordingly. |