Changeset 26587
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/network_openvpn/_path_/etc/openvpn.sh
r24529 r26587 17 17 fi 18 18 19 #if ( !(lsmod | grep -q "tun") ); then20 #if [ -e /lib/modules/tun.ko ]; then19 if ( !(lsmod | grep -q "tun") ); then 20 if [ -e /lib/modules/tun.ko ]; then 21 21 insmod /lib/modules/tun.ko 22 #elif [ -e /var/lib/modules/tun.ko ]; then23 #insmod /var/lib/modules/tun.ko24 #elif [ -e _path_/lib/modules/tun.ko ]; then25 #insmod _path_/lib/modules/tun.ko26 #fi27 #fi22 elif [ -e /var/lib/modules/tun.ko ]; then 23 insmod /var/lib/modules/tun.ko 24 elif [ -e _path_/lib/modules/tun.ko ]; then 25 insmod _path_/lib/modules/tun.ko 26 fi 27 fi 28 28 /lib/ld-linux.so.2 --library-path _path_/lib $DAEMON --daemon --writepid /var/run/openvpn.$NAME.pid \ 29 29 --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR || echo -n " FAILED->" -
ipk/source.sh4/players_gmediarender/CONTROL/control
r23768 r26587 3 3 Architecture: sh4 4 4 Section: player 5 Description: Webbrowser Plugin5 Description: UPNP Media Render 6 6 Titanname: GmediaRender 7 7 Showname: GmediaRender -
ipk/source/skins_default/_path_/usr/local/share/titan/skin/default/skin.xml
r26376 r26587 193 193 <node name="bg" bgcol="bgcol" posx="0" posy="50" width="540" height="560" hspace="10" vspace="10"> 194 194 <node parent="bg" name="listbox" type="listbox" scrollbar="auto" fontsize="28" fontcol="fontcol" bordercol="titlebgcol" posx="0" posy="0" width="100%" height="100%"> 195 <node parent="listbox" type="menu" name="system_infos_default" text="System _Status" picmem="skin/default.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">195 <node parent="listbox" type="menu" name="system_infos_default" text="System Status" picmem="skin/default.png" textposx="120" valign="middle" width="100%" height="50" hspace="5"> 196 196 <node parent="listbox" type="menu" name="system_infos_freespace" text="free space" picmem="skin/freespace.png" textposx="120" valign="middle" width="100%" height="50" hspace="5"> 197 197 <node parent="listbox" type="menu" name="system_infos_kernel" text="Kernel" picmem="skin/kernel.png" textposx="120" valign="middle" width="100%" height="50" hspace="5">
Note: See TracChangeset
for help on using the changeset viewer.