projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx: Fix possible MMC null ptr deref
[openwrt.git]
/
target
/
linux
/
omap24xx
/
profiles
/
110-n810-gui.mk
diff --git
a/target/linux/omap24xx/profiles/110-n810-gui.mk
b/target/linux/omap24xx/profiles/110-n810-gui.mk
index
b04db3c
..
9c3c5d0
100644
(file)
--- a/
target/linux/omap24xx/profiles/110-n810-gui.mk
+++ b/
target/linux/omap24xx/profiles/110-n810-gui.mk
@@
-9,9
+9,9
@@
define Profile/n810-gui
$(call Profile/n810-base)
NAME:=Nokia n810 (GUI)
PACKAGES+= \
$(call Profile/n810-base)
NAME:=Nokia n810 (GUI)
PACKAGES+= \
- xserver-xorg xinit xauth xterm \
+ xserver-xorg xinit xauth x
keyboard-config xkbdata x
term \
xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
- openbox
lxpanel
\
+ openbox
tint2 matchbox-keyboard
\
pwrtray
endef
pwrtray
endef
This page took
0.020498 seconds
and
4
git commands to generate.