Browse Source

n810: Use tint2 by default

SVN-Revision: 25214
Michael Büsch 15 years ago
parent
commit
e1eeb8faae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/omap24xx/profiles/110-n810-gui.mk

+ 1 - 1
target/linux/omap24xx/profiles/110-n810-gui.mk

@@ -11,7 +11,7 @@ define Profile/n810-gui
   PACKAGES+= \
 	xserver-xorg xinit xauth xkeyboard-config xkbdata xterm \
 	xf86-video-omapfb xf86-input-tslib xf86-input-evdev \
-	openbox lxpanel \
+	openbox tint2 \
 	pwrtray
 endef