mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 18:38:27 +02:00
6240d22deb
also fix minor things, like gmenu2x startup wrapper and keycode 41 is now keycode 40
6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/sh
|
|
/usr/sbin/russian.sh
|
|
#since gmenu2x ignores workdir
|
|
cd /root
|
|
exec /bin/ash --login
|