Skip to content

Commit

Permalink
Fix typos in 9b62157 and bb8eac1
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Jan 2, 2020
1 parent 6ec061b commit 8070a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion release/src/router/rc/jffs2.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void start_jffs2(void)

if (!check_if_dir_exist("/jffs/scripts/")) mkdir("/jffs/scripts/", 0755);
if (!check_if_dir_exist("/jffs/configs/")) mkdir("/jffs/configs/", 0755);
if !(check_if_dir_exist("/jffs/addons/")) mkdir("/jffs/addons/", 0755);
if (!check_if_dir_exist("/jffs/addons/")) mkdir("/jffs/addons/", 0755);
if (!check_if_dir_exist(UPLOAD_CERT_FOLDER)) mkdir(UPLOAD_CERT_FOLDER, 0600);

adjust_jffs_content();
Expand Down
11 changes: 6 additions & 5 deletions release/src/router/www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,9 @@ endif
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
ln -sf user/user6.asp $(INSTALLDIR)/www/user6.asp
ln -sf user/user7.asp $(INSTALLDIR)/www/user7.asp
ln -sf user/user8.asp $(INSTALLDIR)/www/user8.asp
ln -sf user/user9.asp $(INSTALLDIR)/www/user9.asp
ln -sf user/user10.asp $(INSTALLDIR)/www/user10.asp
ln -sf user/user6.asp $(INSTALLDIR)/www/user6.asp
ln -sf user/user7.asp $(INSTALLDIR)/www/user7.asp
ln -sf user/user8.asp $(INSTALLDIR)/www/user8.asp
ln -sf user/user9.asp $(INSTALLDIR)/www/user9.asp
ln -sf user/user10.asp $(INSTALLDIR)/www/user10.asp

0 comments on commit 8070a50

Please sign in to comment.