diff options
author | Mike Westerhof <mwester@dls.net> | 2007-02-15 06:53:35 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-02-15 06:53:35 +0000 |
commit | d31aa0829942777aadf63719508902cf2a5bf1f0 (patch) | |
tree | e286ced0a7a4f2f81a22264e16d826cf29c89728 /packages/arm-kernel-shim/arm-kernel-shim_1.3.bb | |
parent | 95785b5abe1a39b33a613cb1ccf00cbdcb16d65f (diff) |
arm-kernel-shim: Update DSM-G600 kernel shim to supply a default cmline,
if the cmdline passed in from the bootloader is empty or missing.
Diffstat (limited to 'packages/arm-kernel-shim/arm-kernel-shim_1.3.bb')
-rw-r--r-- | packages/arm-kernel-shim/arm-kernel-shim_1.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/arm-kernel-shim/arm-kernel-shim_1.3.bb b/packages/arm-kernel-shim/arm-kernel-shim_1.3.bb index 0c9ad35235..4014d9e866 100644 --- a/packages/arm-kernel-shim/arm-kernel-shim_1.3.bb +++ b/packages/arm-kernel-shim/arm-kernel-shim_1.3.bb @@ -3,12 +3,13 @@ SECTION = "" PRIORITY = "optional" HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader" LICENSE = "GPL" -PR = "r3" +PR = "r4" COMPATIBLE_MACHINE = "(ixp4xx|nslu2)" SRC_URI = "ftp://ftp.buici.com/pub/arm/arm-kernel-shim/arm-kernel-shim-${PV}.tar.gz \ file://passthrough-atags.patch;patch=1 \ + file://cmdline_if_none.patch;patch=1 \ file://config-nslu2.h \ file://config-nas100d.h \ file://config-dsmg600.h \ |