Skip to content

Commit

Permalink
httpd: moved Asuswrt-Merlin specific code out of web-broadcom.c; resy…
Browse files Browse the repository at this point in the history
…nc web-broadcom.c with 45581
  • Loading branch information
RMerl committed Nov 3, 2021
1 parent 1be8cba commit d00f214
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 787 deletions.
2 changes: 1 addition & 1 deletion release/src/router/httpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OBJS = httpd.o cgi.o ej.o
OBJS += web.o common.o nvram_f.o
OBJS += aspbw.o initial_web_hook.o
OBJS += apps.o
OBJS += sysinfo.o data_arrays.o
OBJS += sysinfo.o data_arrays.o web-broadcom-am.o

ifeq ($(CONFIG_REALTEK),y)
OBJS += web-realtek.o
Expand Down
4 changes: 2 additions & 2 deletions release/src/router/httpd/httpd.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ extern int ej_wl_status(int eid, webs_t wp, int argc, char_t **argv, int unit);
extern int ej_wl_status_2g(int eid, webs_t wp, int argc, char_t **argv);
extern int ej_wps_info_2g(int eid, webs_t wp, int argc, char_t **argv);
extern int ej_wps_info(int eid, webs_t wp, int argc, char_t **argv);
extern int ej_wl_status_array(int eid, webs_t wp, int argc, char_t **argv, int unit);
extern int ej_wl_status_2g_array(int eid, webs_t wp, int argc, char_t **argv);
extern int ej_wl_unit_status_array(int eid, webs_t wp, int argc, char_t **argv, int unit);
extern int ej_wl_status_array(int eid, webs_t wp, int argc, char_t **argv);
extern const char *syslog_msg_filter[];

/* web.c/web-*.c */
Expand Down
Loading

0 comments on commit d00f214

Please sign in to comment.