Skip to content

Commit

Permalink
boards: n900: load n900 kbd keymap on startup
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
  • Loading branch information
freemangordon committed Oct 16, 2016
1 parent 7d9cc10 commit fd8978c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/nokia-n900.sh
Expand Up @@ -60,6 +60,10 @@ postbuild() {
fn postbuild

notice "executing $device_name postbuild"

sudo mkdir -p $strapdir/usr/share/keymaps/
sudo cp $CPVERBOSE $R/extra/n900/nokia-n900.kmap $strapdir/etc/
sudo cp $CPVERBOSE $R/extra/n900/nokia-n900-keymap.sh $strapdir/etc/profile.d/
}

build_kernel_armhf() {
Expand Down
1 change: 1 addition & 0 deletions extra/n900/nokia-n900-keymap.sh
@@ -0,0 +1 @@
/bin/busybox loadkmap < /etc/nokia-n900.kmap
Binary file added extra/n900/nokia-n900.kmap
Binary file not shown.

0 comments on commit fd8978c

Please sign in to comment.