Changeset 14654
- Timestamp:
- 06/25/10 03:50:50 (3 years ago)
- Location:
- src/router/httpd
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
modules/broadcom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/Makefile
r14652 r14654 186 186 CFLAGS += -DHAVE_FREERADIUS 187 187 endif 188 ifeq ($(CONFIG_POKER),y) 189 CFLAGS += -DHAVE_POKER 190 VISOBJS += poker.o 191 WEBSOBJS += webspoker.o 192 endif 188 193 ifeq ($(CONFIG_PICO5),y) 189 194 CFLAGS += -DHAVE_PICO5 … … 821 826 rm -f ../rc/rc 822 827 823 validate.so: validators.o webs.o wepkey.o setupassist.o aoss_save.o $( REGOBJS)828 validate.so: validators.o webs.o wepkey.o setupassist.o aoss_save.o $(WEBSOBJS) $(REGOBJS) 824 829 $(CC) --shared -o $@ $^ $(CFLAGS) -DVALIDSOURCE -DGETREGCODE $(LDFLAGS) 825 830 -
src/router/httpd/modules/broadcom.c
r14548 r14654 1177 1177 {"FreeRadius", "save_radius_user", "", 0, REFRESH, "save_radius_user"}, 1178 1178 #endif 1179 #ifdef HAVE_POKER 1180 {"Poker", "add_poker_user", "", 0, REFRESH, "add_poker_user"}, 1181 {"Poker", "del_poker_user", "", 0, REFRESH, "del_poker_user"}, 1182 {"Poker", "save_radius_user", "", 0, REFRESH, "save_poker_user"}, 1183 #endif 1179 1184 #ifdef HAVE_BONDING 1180 1185 {"Networking", "add_bond", "", 0, REFRESH, "add_bond"},
Note: See TracChangeset
for help on using the changeset viewer.
