mirror of https://github.com/parazyd/arm-sdk.git
boards: n900: load n900 kbd keymap on startup
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
This commit is contained in:
parent
7d9cc10223
commit
fd8978c97d
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
/bin/busybox loadkmap < /etc/nokia-n900.kmap
|
||||
Binary file not shown.
Loading…
Reference in New Issue