diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-05 14:49:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-05 14:49:01 +0000 |
commit | 621eae27e9fdacdae0433dafe0e428c1941c95ab (patch) | |
tree | 5663b1f34f10a670a2b167b080706b0ef42fa3d7 /packages/maemo | |
parent | d2d397404538c11123554bf3fadb6da70e3a4a68 (diff) |
Ensure that /lib/firmware is created.
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/nokia770-init_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/maemo/nokia770-init_1.0.bb b/packages/maemo/nokia770-init_1.0.bb index d3a5a8a93f..d93171cf11 100644 --- a/packages/maemo/nokia770-init_1.0.bb +++ b/packages/maemo/nokia770-init_1.0.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" MAINTAINER = "Florian Boor <florian@kernelconcepts.de" -PR = "r1" +PR = "r2" DEPENDS = "base-passwd hotplug-dbus" @@ -31,6 +31,7 @@ if [ "x$D" != "x" ]; then fi # set up some links to firmware and modules in initrd + mkdir -p /lib/firmware ln -sf /mnt/initfs/lib/firmware/* /lib/firmware/ rm -rf /lib/modules |