aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openslug-init
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-05-09 21:49:23 +0000
committerRod Whitby <rod@whitby.id.au>2005-05-09 21:49:23 +0000
commit4e5a67f00da9383fd818baf55d92a884c90f1f68 (patch)
treedbbac55aa6b4caa572994688ce516bf04b677b95 /packages/openslug-init
parent97c7e9846de1a8e6684805d0026c6285c61e3feb (diff)
downloadopenembedded-4e5a67f00da9383fd818baf55d92a884c90f1f68.tar.gz
Added the update-kernel script to openslug-init
BKrev: 427fdae3XdjrkS5Z-afY4wf3_-rlAg
Diffstat (limited to 'packages/openslug-init')
-rw-r--r--packages/openslug-init/openslug-init-0.10/update-kernel0
-rw-r--r--packages/openslug-init/openslug-init_0.10.bb6
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/openslug-init/openslug-init-0.10/update-kernel b/packages/openslug-init/openslug-init-0.10/update-kernel
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/openslug-init/openslug-init-0.10/update-kernel
diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb
index 4359ccc062..5b387916dd 100644
--- a/packages/openslug-init/openslug-init_0.10.bb
+++ b/packages/openslug-init/openslug-init_0.10.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Openslug initial network config via sysconf"
SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "base-files"
-PR = "r21"
+PR = "r22"
SRC_URI = "file://linuxrc \
file://sysconfsetup \
@@ -12,7 +12,8 @@ SRC_URI = "file://linuxrc \
file://leds_rs_green \
file://leds.h \
file://leds.c \
- file://kern_header.c"
+ file://kern_header.c \
+ file://update-kernel"
inherit autotools update-rc.d
@@ -36,6 +37,7 @@ do_install() {
install -d ${D}/initrd
install -m 0755 ${D}/../kern_header ${D}${sbindir}/kern_header
+ install -m 0755 ${D}/../update-kernel ${D}${sbindir}/update-kernel
install -m 0755 ${D}/../turnup ${D}${sbindir}/turnup
install -m 0755 ${D}/../leds ${D}${sbindir}/leds
install -m 0755 ${D}/../sysconfsetup ${D}${sysconfdir}/init.d/