diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 19:01:32 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 19:01:32 +0000 |
commit | 025dcf03ba051ac356efbf128868a2283a6d940a (patch) | |
tree | a738c6dcf4df1d1ce93dfaddac1ab8d47420dfb7 /packages/slugos-init | |
parent | dfdac86de873437af6abfb18e2bb7586e0d4ce8c (diff) |
ixp4xx-kernel: Add auto-byteswapping patch
ixp4xx-npe: Remove byteswapping behaviour
slugos-init: lengthen delay slightly
Diffstat (limited to 'packages/slugos-init')
-rw-r--r-- | packages/slugos-init/files/boot/disk | 2 | ||||
-rw-r--r-- | packages/slugos-init/slugos-init_0.10.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/slugos-init/files/boot/disk b/packages/slugos-init/files/boot/disk index 17fb1f3243..ff55baa04c 100644 --- a/packages/slugos-init/files/boot/disk +++ b/packages/slugos-init/files/boot/disk @@ -22,7 +22,7 @@ then echo "boot: loading modules required for disk boot" loaddiskmods # waiting for disk (FIXME) - sleep=5 + sleep=6 test "$sleep" -gt 0 && sleep "$sleep" # # fire the boot diff --git a/packages/slugos-init/slugos-init_0.10.bb b/packages/slugos-init/slugos-init_0.10.bb index 7c8d0fa9f5..efd396e84f 100644 --- a/packages/slugos-init/slugos-init_0.10.bb +++ b/packages/slugos-init/slugos-init_0.10.bb @@ -4,7 +4,7 @@ PRIORITY = "required" LICENSE = "GPL" DEPENDS = "base-files devio" RDEPENDS = "busybox devio" -PR = "r70" +PR = "r71" SRC_URI = "file://boot/flash \ file://boot/disk \ |