Changeset 26587


Ignore:
Timestamp:
03/01/14 01:11:45 (9 years ago)
Author:
obi
Message:

fix tpks

Location:
ipk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_openvpn/_path_/etc/openvpn.sh

    r24529 r26587  
    1717        fi
    1818
    19 #       if ( !(lsmod | grep -q "tun") ); then
    20 #               if [ -e /lib/modules/tun.ko ]; then
     19        if ( !(lsmod | grep -q "tun") ); then
     20                if [ -e /lib/modules/tun.ko ]; then
    2121                        insmod /lib/modules/tun.ko
    22 #               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
     22                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
    2828        /lib/ld-linux.so.2 --library-path _path_/lib $DAEMON --daemon --writepid /var/run/openvpn.$NAME.pid \
    2929        --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR || echo -n " FAILED->"
  • ipk/source.sh4/players_gmediarender/CONTROL/control

    r23768 r26587  
    33Architecture: sh4
    44Section: player
    5 Description: Webbrowser Plugin
     5Description: UPNP Media Render
    66Titanname: GmediaRender
    77Showname: GmediaRender
  • ipk/source/skins_default/_path_/usr/local/share/titan/skin/default/skin.xml

    r26376 r26587  
    193193        <node name="bg" bgcol="bgcol" posx="0" posy="50" width="540" height="560" hspace="10" vspace="10">
    194194        <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">
    196196                <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">
    197197                <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.