diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-01 21:46:28 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-01 21:46:28 +0000 |
commit | adfbdd63b8e39e478dd17b6e1bbe4ab485fd5d1e (patch) | |
tree | a74c5e3c520b6662f92aeaff00e633cc1a28155a /target/linux | |
parent | 3e16402668539b329294e9ebbcadf45503572dc0 (diff) |
n810-gui profile: Add xkeyboard-config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23767 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 b04db3c9e..647ccd213 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 xterm \ + xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \ xf86-video-omapfb xf86-input-tslib xf86-input-evdev \ openbox lxpanel \ pwrtray |