summaryrefslogtreecommitdiff
path: root/packages/ipaq-boot-params/ipaq-boot-params.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-21 23:10:24 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-21 23:10:24 +0000
commit355bcc65fe217907a468c2754f85639109a59ff7 (patch)
tree9a480b659f2d2e69fbf6a949836c6d2b2f359f1f /packages/ipaq-boot-params/ipaq-boot-params.bb
parent37f2fe4b801df832e93553a08eff24fec736c7d4 (diff)
ipaq-boot-params: Fix to actually enable flash booting with the recent kernels.
* Uses modern syntax for MTD device, mtdN. * Also, make tty0 a primary console. This matches HaRET default setting and focuses on providing users proper feedback of boot procedure. Hackers who may need to access serial console as well can do needed settings with bootloader.
Diffstat (limited to 'packages/ipaq-boot-params/ipaq-boot-params.bb')
-rw-r--r--packages/ipaq-boot-params/ipaq-boot-params.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ipaq-boot-params/ipaq-boot-params.bb b/packages/ipaq-boot-params/ipaq-boot-params.bb
index 7b73df1d34..216811ab56 100644
--- a/packages/ipaq-boot-params/ipaq-boot-params.bb
+++ b/packages/ipaq-boot-params/ipaq-boot-params.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
LICENSE = "MIT"
-PR = "r4"
+PR = "r5"
COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"