diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-25 12:25:49 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-25 12:25:49 +0000 |
commit | 470d7bce9c4ae413955a3ea05e5e9fb6caa3473b (patch) | |
tree | a672fe59b6779cb9f2e5b2301e7735034a44ef12 /conf/machine/h3900.conf | |
parent | b1686e39be1ee5e18c64c0dda41af8ba5d5a568e (diff) |
handhelds-pxa-2.6: Rename to linux-handhelds-2.6
* Naming consistent with recent conventions ("linux-" prefix)
* Supports other subarchs besides PXA.
* Closes #1524
* Approved by Koen Kooi
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 0215d39912..61024584b5 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -13,7 +13,7 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel_kernel24 = "handhelds-pxa" -PREFERRED_PROVIDER_virtual/kernel_kernel26 = "handhelds-pxa-2.6" +PREFERRED_PROVIDER_virtual/kernel_kernel26 = "linux-handhelds-2.6" EXTRA_IMAGECMD_h3900_jffs2 = "-e 0x40000 -p" ROOT_FLASH_SIZE = "32" |