Skip to content

Commit 7173e36

Browse files
committed
Remove failing /opt/wd symlink setup
1 parent 2501545 commit 7173e36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wdpk/entware/init.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ if [ ! -f $OPKG ]; then
1616
echo "Mounted Entware root to /opt" >> $LOG
1717
fi
1818

19-
# add wd opt dir again
20-
WDOPT=/usr/local/modules/opt/wd
21-
ln -sf $WDOPT /opt/wd
22-
2319
# update profile
2420
PROFILE=/etc/profile
2521
[ ! -f $PROFILE ] && cp $APPDIR/profile $PROFILE

0 commit comments

Comments
 (0)