diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-16 19:01:19 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-16 19:01:19 +0000 |
commit | fa3d2d44450be487362e1a0b1ccd56aa1c42db60 (patch) | |
tree | 475e839e63b81411309772a2102da91b04d1f6de /target/linux/omap24xx/profiles/110-n810-gui.mk | |
parent | fe6f248cdc670f751974400cfb5a77fbd348aeb3 (diff) |
n810: Add xmodmap to profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/profiles/110-n810-gui.mk')
-rw-r--r-- | target/linux/omap24xx/profiles/110-n810-gui.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/profiles/110-n810-gui.mk b/target/linux/omap24xx/profiles/110-n810-gui.mk index 9c3c5d025a..d5808cf0dc 100644 --- a/target/linux/omap24xx/profiles/110-n810-gui.mk +++ b/target/linux/omap24xx/profiles/110-n810-gui.mk @@ -9,7 +9,7 @@ define Profile/n810-gui $(call Profile/n810-base) NAME:=Nokia n810 (GUI) PACKAGES+= \ - xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \ + xserver-xorg xinit xauth xkeyboard-config xkbdata xmodmap xterm \ xf86-video-omapfb xf86-input-tslib xf86-input-evdev \ openbox tint2 matchbox-keyboard \ pwrtray |