diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-11-01 21:46:28 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-11-01 21:46:28 +0000 |
commit | 8f2b17f3921c6213b9379cb554d18f6f61b303c0 (patch) | |
tree | a74c5e3c520b6662f92aeaff00e633cc1a28155a | |
parent | 6f26fcdf9438e6943c4f2dc0cf3e7deafa1fb06a (diff) | |
download | upstream-8f2b17f3921c6213b9379cb554d18f6f61b303c0.tar.gz upstream-8f2b17f3921c6213b9379cb554d18f6f61b303c0.tar.bz2 upstream-8f2b17f3921c6213b9379cb554d18f6f61b303c0.zip |
n810-gui profile: Add xkeyboard-config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23767 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b04db3c9e5..647ccd2134 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 |