Changeset 9964
- Timestamp:
- 07/22/08 02:00:27 (5 years ago)
- Location:
- src/router
- Files:
-
- 6 edited
-
httpd/Makefile (modified) (1 diff)
-
httpd/modules/upgrade.c (modified) (1 diff)
-
libutils/Makefile (modified) (1 diff)
-
services/Makefile (modified) (1 diff)
-
services/sysinit/sysinit-gateworx.c (modified) (1 diff)
-
shared/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/Makefile
r9951 r9964 232 232 CFLAGS += -DHAVE_GATEWORX 233 233 else 234 ifeq ($(CONFIG_TONZE),y) 235 CFLAGS += -DHAVE_TONZE 236 endif 234 237 235 238 ifeq ($(CONFIG_GATEWORX),y) -
src/router/httpd/modules/upgrade.c
r9952 r9964 151 151 return eval ("write", url, "rootfs"); 152 152 #else 153 #if def HAVE_NOP8670153 #if defined(HAVE_NOP8670) || defined(HAVE_TONZE) 154 154 eval ("fischecksum"); 155 155 #endif -
src/router/libutils/Makefile
r9907 r9964 116 116 CFLAGS += -DHAVE_WRK54G 117 117 endif 118 ifeq ($(CONFIG_TONZE),y) 119 CFLAGS += -DHAVE_TONZE 120 endif 118 121 ifeq ($(CONFIG_WRT54GV7),y) 119 122 CFLAGS += -DHAVE_WRT54GV7 -
src/router/services/Makefile
r9945 r9964 111 111 CFLAGS += -DHAVE_KAID 112 112 endif 113 ifeq ($(CONFIG_TONZE),y) 114 CFLAGS += -DHAVE_TONZE 115 endif 113 116 ifeq ($(CONFIG_SPUTNIK),y) 114 117 CFLAGS += -DHAVE_SPUTNIK -
src/router/services/sysinit/sysinit-gateworx.c
r9952 r9964 396 396 } 397 397 } 398 #ifdef HAVE_TONZE 399 { 400 struct ifreq ifr; 401 int s; 402 if ((s = socket (AF_INET, SOCK_RAW, IPPROTO_RAW))) 403 { 404 char eabuf[32]; 405 strncpy (ifr.ifr_name, "ixp0", IFNAMSIZ); 406 ioctl (s, SIOCGIFHWADDR, &ifr); 407 nvram_set ("et0macaddr_safe", 408 ether_etoa ((unsigned char *) ifr.ifr_hwaddr.sa_data, 409 eabuf)); 410 close (s); 411 } 412 } 413 #endif 398 414 399 415 /* Set a sane date */ -
src/router/shared/Makefile
r9939 r9964 64 64 CFLAGS += -DHAVE_GEMTEK 65 65 endif 66 ifeq ($(CONFIG_TONZE),y) 67 CFLAGS += -DHAVE_TONZE 68 endif 66 69 ifeq ($(CONFIG_WAVESAT),y) 67 70 CFLAGS += -DHAVE_WAVESAT
Note: See TracChangeset
for help on using the changeset viewer.
