diff options
-rw-r--r-- | conf/machine/htcblueangel.conf | 2 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6_cvs.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf index aefe06a0e8..a61656ab5c 100644 --- a/conf/machine/htcblueangel.conf +++ b/conf/machine/htcblueangel.conf @@ -11,7 +11,7 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" require conf/machine/include/tune-xscale.conf ROOT_FLASH_SIZE = "32" -VOLATILE_STORAGE_SIZE = "64" +VOLATILE_STORAGE_SIZE = "128" GUI_MACHINE_CLASS = "smallscreen" MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen" diff --git a/packages/linux/linux-handhelds-2.6_cvs.bb b/packages/linux/linux-handhelds-2.6_cvs.bb index 5ebce81b2a..e004199865 100644 --- a/packages/linux/linux-handhelds-2.6_cvs.bb +++ b/packages/linux/linux-handhelds-2.6_cvs.bb @@ -9,7 +9,7 @@ DEFAULT_PREFERENCE = "-1" K_MAJOR = "2" K_MINOR = "6" K_MICRO = "19" -HHV = "0" +HHV = "7" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \ file://defconfig" |