Changeset 17431


Ignore:
Timestamp:
08/05/11 21:23:26 (22 months ago)
Author:
BrainSlayer
Message:

usb over ip support

Location:
src/router/usb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/usb/usb.nvramconfig

    r11146 r17431  
    11"usb_enable"  "USB support" "CHOICE" "2" "0" "1" "FALSE" "0" 
    2 "usb_uhci"  "USB 1.1 UHCI Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
    3 "usb_ohci"  "USB 1.1 OHCI Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
    4 "usb_usb2"  "USB 2.0 Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
    52"usb_storage"  "USB Storage Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
     3"usb_ip"  "USB Over IP" "CHOICE" "2" "0" "1" "FALSE" "0" 
    64"usb_printer"  "USB Printer Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
    75"usb_fs_ext3"  "Ext3 File System Support" "CHOICE" "2" "0" "1" "FALSE" "0" 
  • src/router/usb/usb.webusb

    r16152 r17431  
    1818                        <input class="spaceradio" type="radio" value="0" name="usb_storage" <% nvram_checked("usb_storage","0"); %> onclick="show_layer_ext(this, 'idusbstor', false)" /><% tran("share.disable"); %> 
    1919                </div> 
     20<% ifndef("USBIP", "<!--"); %> 
     21                <div class="setting"> 
     22                        <div class="label"><% tran("usb.usb_ip"); %></div> 
     23                        <input class="spaceradio" type="radio" value="1" name="usb_ip" <% nvram_checked("usb_ip","1"); %> /><% tran("share.enable"); %>&nbsp; 
     24                        <input class="spaceradio" type="radio" value="0" name="usb_ip" <% nvram_checked("usb_ip","0"); %> /><% tran("share.disable"); %> 
     25                </div> 
     26<% ifndef("USBIP", "-->"); %> 
     27 
    2028                        <div id="idusbstor"> 
    2129                                <div class="setting">                                    
Note: See TracChangeset for help on using the changeset viewer.