Skip to content

Commit

Permalink
webui: add five mountpoints for user-provided webui pages
Browse files Browse the repository at this point in the history
This is indended for addon developers, who can drop their new
pages under /www/user/ at boot time, and then customize menuTree.js
to insert links to them in the menu
  • Loading branch information
RMerl committed Dec 25, 2019
1 parent 83a35fc commit 288f41d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release/src/router/www/Makefile
Expand Up @@ -708,3 +708,9 @@ endif
ifneq ($(RTCONFIG_DBLOG),y)
rm -rf $(INSTALLDIR)/www/images/New_ui/dblog_diag.gif
endif

ln -sf user/user1.asp $(INSTALLDIR)/www/user1.asp
ln -sf user/user2.asp $(INSTALLDIR)/www/user2.asp
ln -sf user/user3.asp $(INSTALLDIR)/www/user3.asp
ln -sf user/user4.asp $(INSTALLDIR)/www/user4.asp
ln -sf user/user5.asp $(INSTALLDIR)/www/user5.asp

0 comments on commit 288f41d

Please sign in to comment.