Changeset 17432
- Timestamp:
- 08/05/11 21:24:45 (23 months ago)
- Location:
- src/router
- Files:
-
- 4 edited
-
httpd/Makefile (modified) (1 diff)
-
httpd/visuals/ejs.c (modified) (1 diff)
-
services/Makefile (modified) (1 diff)
-
services/sysinit/sysinit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/Makefile
r17357 r17432 148 148 CFLAGS += -DHAVE_GWMF54G2 149 149 endif 150 ifeq ($(CONFIG_USBIP),y) 151 CFLAGS += -DHAVE_USBIP 152 endif 150 153 ifeq ($(CONFIG_ESR6650),y) 151 154 CFLAGS += -DHAVE_ESR6650 -
src/router/httpd/visuals/ejs.c
r17357 r17432 587 587 #ifdef HAVE_ATH9K 588 588 "HAVE_ATH9K", 589 #endif 590 #ifdef HAVE_USBIP 591 "USBIP", 589 592 #endif 590 593 NULL -
src/router/services/Makefile
r17357 r17432 151 151 ifeq ($(CONFIG_KAID),y) 152 152 CFLAGS_EXTRA += -DHAVE_KAID 153 endif 154 ifeq ($(CONFIG_USBIP),y) 155 CFLAGS_EXTRA += -DHAVE_USBIP 153 156 endif 154 157 ifeq ($(CONFIG_OLED),y) -
src/router/services/sysinit/sysinit.c
r17407 r17432 2211 2211 insmod("usblp"); 2212 2212 } 2213 2214 #ifdef HAVE_USBIP 2215 if (nvram_match("usb_ip", "1")) { 2216 cprintf("loading usb over ip drivers\n"); 2217 insmod("usbip_common_mod"); 2218 insmod("usbip"); 2219 eval("usbipd","-D"); 2220 } 2221 #endif 2213 2222 mount("devpts", "/proc/bus/usb", "usbfs", MS_MGC_VAL, NULL); 2214 2223 // Mounting is done by hotplug event!
Note: See TracChangeset
for help on using the changeset viewer.
